> 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/contact-and-support.md).

# 문의 및 지원

Decentraland 및 지원팀에 연락하는 방법

<details>

<summary>도움이 필요해요. 지원팀에 어떻게 연락하나요?</summary>

어떤 페이지의 오른쪽 아래에서나 [decentraland.org](http://decentraland.org) 페이지에서 채팅 아이콘이 보일 거예요. 이를 클릭해 지원팀과 채팅을 열거나 다음으로 이동하세요 [decentraland.org/help](http://decentraland.org/help).

</details>

<details>

<summary>파트너십 논의를 위해 Decentraland 재단에 어디서 연락할 수 있나요?</summary>

재단의 파트너십 팀에 <partnerships@decentraland.org>로 이메일을 보내실 수 있습니다.

</details>

<details>

<summary>Decentraland 소식을 최신으로 확인하려면 어떻게 해야 하나요?</summary>

Decentraland를 팔로우하세요 [인스타그램](https://www.instagram.com/decentraland_foundation/), [Discord](https://dcl.gg/discord), 또는 [X](https://twitter.com/decentraland), 그리고 [구독하세요](https://decentraland.beehiiv.com/subscribe) 주간 뉴스레터를 구독해 최신 소식을 놓치지 마세요!

</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/contact-and-support.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.
