> 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/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 的 [Instagram](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-zh/chang-jian-wen-ti/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.
