# Config

### `status`

*Usage:* `/config status`\
To show the overall configuration of the bot.

### `logs`

*Usage:* `/config logs <channel>`\
To set the logs channel for the bot.

### `overview`

*Usage:* `/config overview <channel>`\
To set the overview of the birthdayy bot.

### `announcement`

*Usage:* `/config announcement <channel>`\
To set an announcement channel for the bot

### `ping-role`

*Usage:* `/config ping-role <role>`\
Configure the ping/ mentioned role.

### `birthday-role`

*Usage:* `/config birthday-role <role>`\
Configure the birthday role.

### `timezone`

*Usage:* `/config timezone <zone>`\
Configure the timezone region for the bot.

### `announcement-message`

*Usage:* `/config announcement-message <message>`\
Change the default Announcement Message to a custom one

{% hint style="success" %}
Available to Birthdayy Premium User!
{% 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.birthdayy.xyz/commands/config.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.
