> For the complete documentation index, see [llms.txt](https://docs.makerealms.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.makerealms.com/explore-features/realm/realm-tutorial.md).

# Realm Tutorial

The Realms Bot is controlled by Discord chat commands, these will start with slash: `/`.&#x20;

<figure><img src="/files/FhsHt65phIO3MLTlcuai" alt=""><figcaption></figcaption></figure>

Navigate to a channel you would like to bind to a realm and use `/realm create` in the chat, and hit enter. You have now created your first realm. &#x20;

<figure><img src="/files/3FUvojTmClwmMkPaH0SV" alt=""><figcaption></figcaption></figure>

This realm is bound to the channel you created it in, and won't be available anywhere else.  In order to do anything with the realm, you must be in the channel that is linked to a realm.  `/realm about` will tell you if the current channel you are in is bound to a realm.&#x20;

<figure><img src="/files/iWrixuqySRZgxiOi8Dwo" alt=""><figcaption></figcaption></figure>

### Deleting the Realm

{% hint style="danger" %}
Deleting a realm is permanent and not recoverable, use at your own risk.&#x20;
{% endhint %}

Its as easy to delete the realm as it is to make it. If you need to start over for whatever reason, make sure you are in the channel bound to the realm you want to delete, and type `/realm delete`.&#x20;


---

# 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.makerealms.com/explore-features/realm/realm-tutorial.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.
