> For the complete documentation index, see [llms.txt](https://docs.decentraland.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.decentraland.org/player/player-zh/shi-jie-nei/finding-events.md).

# 查找活动

在 Decentraland 中查找活动

在 Decentraland 结识新朋友的最佳方式就是参加活动！社区中的任何人都可以在 Decentraland 的活动页面提交活动，因此只要保持关注，你就能发现各种各样的活动，从每年的音乐节到每周聚会，应有尽有。

**如何查看 Decentraland 当前和即将举行的活动：**

* **活动页面：** 浏览 Decentraland 的活动页面： [decentraland.org/events](http://decentraland.org/events)。你可以直接跳转到正在进行的活动，或为即将举行的活动回复出席，以便在它们开始时收到游戏内通知。
* **创世广场：** 当你抵达创世广场时，查看活动公告板。它会显示即将开始的活动。
* **世界地图：** 要查看正在举行的活动在哪里发生，请在世界中打开地图并寻找一个红白图标。点击它会显示活动信息和一个“跳转进入”按钮。
* 关注 Decentraland [**社交媒体**](https://twitter.com/decentraland) 或 [**订阅**](https://decentraland.beehiiv.com/subscribe) 每周通讯，及时获取最新动态

想要提交你自己的活动？了解更多 [**这里**](/player/player-zh/chang-jian-wen-ti/posting-events.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.decentraland.org/player/player-zh/shi-jie-nei/finding-events.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
