> For the complete documentation index, see [llms.txt](https://chunkedworld.gitbook.io/chunkedworld/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://chunkedworld.gitbook.io/chunkedworld/getting-started/discord-and-community.md).

# Discord and Community

Joining Discord, linking your account, and where to get help

Discord is where support happens, where events get announced, and where the server chat is mirrored.

## Joining

Go to [dc.chunk3d.com](https://dc.chunk3d.com), which redirects to the server invite. It's also linked from [Joining ChunkedWorld](/chunkedworld/getting-started/joining-chunkedworld.md).

## Linking your account

Run `/discord link` in game and follow the instructions it gives you to connect your Minecraft account to your Discord account.

{% hint style="success" %}
Linking is a one-time reward: a Gold Crate key plus a cash bonus, shown in game when you claim it. The reward is tracked server-side, so unlinking and relinking doesn't produce a second payout.
{% endhint %}

## What linking does

* Your in-game rank is mirrored as a Discord role, and it updates automatically when you rank up - all 13 ranks have matching roles. See [Ranks](/chunkedworld/progression/ranks.md).
* Chat is bridged between the server and Discord, so you can follow along when you're not in game.

## Getting help

Include your username, what you were doing, and the exact error message when you ask for help - screenshots are more useful than descriptions. Check [Troubleshooting](/chunkedworld/reference/troubleshooting.md) first for common issues.

{% hint style="info" %}
On Bedrock, chat links like the Discord invite aren't tappable - type them in manually.
{% endhint %}


---

# 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://chunkedworld.gitbook.io/chunkedworld/getting-started/discord-and-community.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.
