# Set Presence

**Introduction**&#x20;

This step allows custom bots to set their online status and display a custom activity, enhancing their presence within Discord.

**Description**&#x20;

Customize the bot's online status and activity, such as showing it as playing a game, listening to music, or streaming content. This feature is exclusive to custom bots.

**Configuration**

1. **Status**: Choose the bot's online status. Options include Online, Offline, Idle, Do Not Disturb, and Invisible.
2. **Activity**: Set the bot's current activity. This includes:
   * **Type**: Type of activity (e.g., Playing, Streaming, Listening, Competing).
   * **Name**: Name of the activity (1-128 characters).
   * **URL**: (Optional) URL for streaming activities. Required to display the activity as Streaming.

**Usage**&#x20;

Ideal for indicating the bot's current activity or status on Discord, providing an interactive and dynamic presence.


---

# 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.flexy.bot/modules/discord/steps/set-presence.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.
