# Change the Bot's Status

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

With the 'Change the bot's status' block you are able to change the bots status via a custom made command / event. This will allow you to use variables in your bots status to create some really cool status messages.

{% hint style="warning" %}
Only [premium](/premium/premium-and-priority-hosting-plans.md#premium-plans) users can change their bots status!
{% endhint %}

{% hint style="info" %}
There is no set rate limit for this action block other than the ones imposed by discord themselves. (changes from time to time)
{% endhint %}

## **Status**

This field configures the bot's status do whatever you choose. [Variables](/custom-commands-and-events/variables.md) can be used in this field.

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

## Status Type

The status type dropdown menu allows you to choose the status type you want to apply to your bot. The table below shows some examples of status.

| Type      | Image                                                               |
| --------- | ------------------------------------------------------------------- |
| Listening | <img src="/files/9q5cPFZcVRLlJQVZSGiT" alt="" data-size="original"> |
| Playing   | <img src="/files/g1j44Yzxv4092Ejgst4w" alt="" data-size="original"> |
| Watching  | <img src="/files/ojEBgQnLv5HRSVWSKelU" alt="" data-size="original"> |


---

# 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://documentation.botghost.com/custom-commands-and-events/actions/other-actions/change-the-bots-status.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.
