# Config

The `/config` or `-config` command allows server administrators to customize the bot's main settings. You can change the command prefix, set the bot's language, and configure or disable moderation logs.

{% hint style="danger" %}
You need the **ManageGuild** permission to use the `/config` command.
{% endhint %}

## How to Use the Command

1. **Trigger the Command**\
   You can use the command with either the **slash** or **prefix**:
   * `/config`
   * `-config`
2. **Select an Option**\
   After triggering the command, you will be prompted to choose one of the following options:

### Option 1: Prefix

Select **Prefix** to change the bot's command prefix. Enter the desired prefix, and it will replace the default `-` prefix.

### Option 2: Language

Select **Language** to change the bot’s language. You will be presented with a list of available languages to choose from. Once selected, the bot will operate in the chosen language.

### Option 3: ModLog

Select **ModLog** to configure or disable moderation logs:

* **Change**: Select a new channel to set as the destination for moderation logs.
* **Disable**: Turn off moderation logs, stopping the bot from sending logs to any channel.

## Permissions Needed

To use the `/config` command, ensure that you have the **ManageGuild** permission in your server.

***

For further assistance, refer to the bot's help menu or [contact our support server](https://discord.gg/cGNFnsXpwZ).


---

# 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.airwavy.xyz/overview/commands/admin/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.
