> 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/more/understand-discord/discord-command-tutorial.md).

# Discord Command Tutorial

### About Discord Commands

Commands are a common way to interact with Discord bots. Realms relies on commands heavily to interact with the Realm Bot. Only you and the bot will see commands you type, they are totally private.

Commands start by typing in the chat input box, the same as any message, but by starting the message with `/` (forward slash).  This will allow you to start searching for commands, and selecting one through TAB, ARROW UP/DOWN and ENTER keys on the keyboard.  You can also use the mouse to simply click a command to select it.

<figure><img src="/files/ps9PjuF6yDiVSLeUDHkW" alt=""><figcaption><p>Discord has built in commands, heres an example of what pops up typing <code>/</code></p></figcaption></figure>

Commands can sometimes run without any other input, but some commands will need additional input from you. For example it may need to know a target user you are trying to apply the command to.  These additional fields are usually called options, parameters or arguments of the command.  Discord commands will let you know if you need additional arguments, and will provide a box in the chat to enter them. Some arguments may even allow to to search (for example for users in your guild).&#x20;

<figure><img src="/files/mAua7K1FVdQg6tE0QqKb" alt=""><figcaption><p>Example Discord command with an option called "message"</p></figcaption></figure>

Once you understand the basics, commands become a really fast and easy way to manage Realms.

###


---

# 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/more/understand-discord/discord-command-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.
