> 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-ko/faqs/posting-events.md).

# 이벤트 게시

Decentraland에서 이벤트를 게시하는 방법

<details>

<summary>이벤트 페이지에 누구나 이벤트를 게시할 수 있나요?</summary>

네, Decentraland 커뮤니티의 누구나 Genesis City 또는 월드에서 열리는 이벤트에 대한 이벤트 목록을 생성할 수 있습니다. 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-ko/faqs/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.
