# Discord to Minecraft

Our server bridges [Discord](https://dsc.gg/thecrib) and Minecraft chats, allowing Discord users to talk to Minecraft players in-game, and vice-versa. Alerts and notifications are also sent out through embeds, notifying our players of the many events taking place throughout the server.

{% hint style="info" %}
Typing **/link** will send you a code, which you have to message **TheCrib (Discord Bot)** on Discord, which will allow you to link your in-game Minecraft account to Discord.
{% endhint %}

{% hint style="info" %}
Typing **/unlink** will unlink your Minecraft account to Discord.
{% endhint %}

{% hint style="info" %}
Type **/linked \<player>** to see if a player's Minecraft account is linked with their Discord account.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://thecrib.gitbook.io/welcome/server/chat/discord-to-minecraft.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
