# Realm Tutorial

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

<figure><img src="https://3780548845-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLzhAiKSIpRWci31zfJwB%2Fuploads%2FyLGbsLeGYRVHgyscdb5l%2Fimage.png?alt=media&#x26;token=bbf5bd39-2d2a-4fcc-8375-caa8b97c6ae2" 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="https://3780548845-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLzhAiKSIpRWci31zfJwB%2Fuploads%2Fy0GncfRLUVrxKQMAB2Bq%2Fimage.png?alt=media&#x26;token=1b57ba77-c3d8-4268-9f87-e979deffa070" 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="https://3780548845-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLzhAiKSIpRWci31zfJwB%2Fuploads%2Fs84QVNcIiEGGxw6ij3Bf%2Fimage.png?alt=media&#x26;token=3af1d65e-f048-43c9-80c3-7aea919dab4c" 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: 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://docs.makerealms.com/explore-features/realm/realm-tutorial.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.
