# Custom Bot Status

{% hint style="info" %}
Set your own status for the bot according to your settings. With automatic update option.
{% endhint %}

<div align="left"><figure><img src="https://799349702-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FrczaiIR8LCIvnID1U1Ty%2Fuploads%2FE8kwVpDDcCqta3tVjlM2%2Fbot_status.png?alt=media&#x26;token=db215792-a9af-4912-b40d-ca3b559b59c1" alt=""><figcaption></figcaption></figure></div>

<table><thead><tr><th width="180">Property</th><th>Description</th></tr></thead><tbody><tr><td><strong>Update Status</strong></td><td>Will the status be updated? <mark style="color:green;"><code>true</code></mark> / <mark style="color:red;"><code>false</code></mark> </td></tr><tr><td><strong>Status</strong></td><td><mark style="color:blue;"><code>1</code></mark> - Online<br><mark style="color:blue;"><code>2</code></mark> - Idle<br><mark style="color:blue;"><code>3</code></mark> - AFK<br><mark style="color:blue;"><code>4</code></mark> - DoNotDisturb<br><mark style="color:blue;"><code>5</code></mark> - Invisible</td></tr><tr><td><strong>Activity Type</strong></td><td><mark style="color:blue;"><code>0</code></mark> - Playing<br><mark style="color:blue;"><code>1</code></mark> - Streaming<br><mark style="color:blue;"><code>2</code></mark> - Listening<br><mark style="color:blue;"><code>3</code></mark> - Watching<br><mark style="color:blue;"><code>4</code></mark> - Custom Status<br><mark style="color:blue;"><code>5</code></mark> - Competing</td></tr><tr><td><strong>Activity Text</strong></td><td>Set your own text to be displayed. You can use all Server Variables.</td></tr></tbody></table>

{% hint style="success" %}

> Available Variables for Activity Text

**•** [**Server**](https://docs.sourcefactory.eu/available-variables#server-variables)
{% endhint %}


---

# 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.sourcefactory.eu/discord-utilities/main-configuration/custom-bot-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.
