> For the complete documentation index, see [llms.txt](https://docs.betsybot.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betsybot.xyz/features/settings/global-command-management.md).

# Global command management

{% hint style="info" %}
This feature requires an active Gold[ Subscription](https://discord.com/channels/943258522643230740/shop). Explore unlimited possibilities with our Platinum Subscription! 🌟 With exclusive access to advanced features, your creativity will know no bounds. Join our Discord server for support and discover all you can achieve with Platinum! #DiscoverPlatinum 🚀🌈
{% endhint %}

<figure><img src="/files/57th0sD7v4O5GSmk3Yqe" alt=""><figcaption></figcaption></figure>

**Register Global commands**

1. In the Betsy dashboard go to the "settings" option\
   \
   ![](/files/BfuHEqnsdBpGpu6D5e9r)
2. Enter "application id", "bot token"  [(as specified here)](/features/settings/setting-up-your-custom-bot.md).
3. Click on the toggle\
   \
   ![](/files/1Gv9QnNbwCnfe5axmsBP)
4. Click on the "register global commands" button\
   \
   ![](/files/w7EgDwN6Zo4C360wmd7r)
5. A screen like this will be displayed, where you will have different buttons to register commands:\
   \
   ![](/files/8sWOMYRVcUtjDqQ67et7)
6. Clicking each button will register the command on the discord server\
   \
   ![](/files/80VOMnsaXHUFDOFeqF1O)
7. On the server it will look like this:\
   \
   ![](/files/nPrb5wkKqXwKPtZ9CHkD)
8. there you can enter your message\
   \
   ![](/files/l5Y2CbYyX2C2goo70e85)

Repeat this for each of the commands you would like on your server.


---

# 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.betsybot.xyz/features/settings/global-command-management.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.
