> For the complete documentation index, see [llms.txt](https://absolet-development.gitbook.io/absolet-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://absolet-development.gitbook.io/absolet-documentation/readme/configuration-files.md).

# Configuration Files

## Config.yml

### General Settings

> Token: ""   **-   Your discord bot token (Find it in the** [**Discord Developers Page**](https://discord.com/developers)**)**

> LicenseKey: ""  -  **Set your license, if you don't have it claim it in** [**our discord**](https://discord.com/channels/1255727325933207594/1255789090364850278)!

> EmbedColor: ""  -   **Set the color you want,** [**using hex**](https://www.color-hex.com/)**!**

> Language: ""   -  **Sets the default bot language**

### Activity Settings

> Enabled: true **-** **If you want the activities enabled or disabled**

\- \["Activity", "The text you want", "State"]

**Available Activities:**

* Playing
* Watching
* Listening

**Available States:**

* Online
* DnD (Do Not Disturb)
* Idle
* Invisible

**Example:**

> \- \["Playing", "play.example.net", "dnd"]

> Interval: "1m"  **-  The time between the activity will change.**

### Database Setting

> Uri: ""  **-  If you want a free MongoDB Database, go to the next step**

### Lavalink Setting

Current configuration uses public lavalink servers. You may edit this to add your own lavalink server(s).

> Host: ""  -  Your Lavalink Host\
> Port: 80   -  Your Lavalink Port\
> Password: ""   -  Your Lavalink Password (If Applicable)\
> Secure: false - If server is with SSL then true, otherwise false.

## Commands.yml

This file allows you to modify the permissions for each command by using either the role IDs or names.

## Commands\_locale.json

This file allows you to modify or add languages.&#x20;

Currently only English, Spanish, and Korean have been added. More coming soon!

## Messages.yml

In this file, you can change each message and customize it to your liking!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://absolet-development.gitbook.io/absolet-documentation/readme/configuration-files.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
