> 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/in-world/finding-events.md).

# 이벤트 찾기

Decentraland에서 이벤트 찾기

Decentraland에서 새로운 사람들을 만나는 가장 좋은 방법은 이벤트에 참석하는 것입니다! 커뮤니티의 누구나 Decentraland의 이벤트 페이지에 이벤트를 제출할 수 있으므로, 최신 소식을 확인하고 있다면 연례 음악 페스티벌부터 주간 모임까지 다양한 이벤트를 발견할 수 있습니다.

**Decentraland에서 현재 및 예정된 이벤트를 확인하는 방법:**

* **이벤트 페이지:** 에서 Decentraland의 이벤트 페이지를 둘러보세요. [decentraland.org/events](http://decentraland.org/events). 진행 중인 이벤트로 바로 이동하거나 예정된 이벤트에 RSVP하여 시작될 때 월드 내 알림을 받을 수 있습니다.
* **제네시스 플라자:** 제네시스 플라자에 도착하면 이벤트 게시판을 확인하세요. 곧 열릴 이벤트가 표시됩니다.
* **월드 맵:** 진행 중인 이벤트가 어디에서 열리고 있는지 보려면 월드 내에서 지도를 열고 빨간색과 흰색 아이콘을 찾으세요. 이를 클릭하면 이벤트 정보와 바로 이동 버튼이 나타납니다.
* Decentraland를 팔로우하세요 [**소셜**](https://twitter.com/decentraland) 또는 [**구독하여**](https://decentraland.beehiiv.com/subscribe) 매주 발송되는 뉴스레터로 최신 소식을 받아보세요

자신의 이벤트를 제출하고 싶으신가요? 자세히 알아보기 [**여기**](/player/player-ko/faqs/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-ko/in-world/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.
