> 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/chang-jian-wen-ti/posting-events.md).

# 发布活动

如何在 Decentraland 中发布活动

<details>

<summary>任何人都可以在活动页面发布活动吗？</summary>

可以，Decentraland 社区中的任何人都可以为在 Genesis City 或 World 内举行的活动创建活动列表。不要求必须是 LAND 拥有者。

</details>

<details>

<summary>我该如何将活动发布到活动页面？</summary>

这里有一个快速说明：<https://www.youtube.com/watch?v=jMNk\\_W1yqjU>

是的，发布后你还可以编辑活动详情！

</details>

<details>

<summary>活动审核流程是怎样运作的？</summary>

审核时间取决于提交活动的日期/时间，但不会超过几个小时。活动由 Decentraland Foundation 团队审核。如有需要联系到你，请填写你的邮箱或 Discord 用户名。

</details>

<details>

<summary>我的活动没有发布，为什么？</summary>

你的活动可能没有通过审核，因为你没有填写所有必填信息。提交活动时，请确保把表单中的每个字段都填写完整。

</details>


---

# 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/chang-jian-wen-ti/posting-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.
