> 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/launch-your-bot.md).

# Bot Application Setup

## 🛠️ **Create your bot in Discord**

Step 1: Visit the Discord Developers page and click on 'New Application' to proceed

<div align="left"><figure><img src="/files/MVJa0i3FFNwCf27Dl345" alt=""><figcaption></figcaption></figure></div>

Step 2: Name your bot and then navigate to the 'Bot' category.

![](/files/sOJIc4sZKuPS5hsPRwjZ)

Step 3: Click on 'Create Bot' and copy your token. You will need to paste it into the config.yml file. After that, enable the following intents:

<figure><img src="/files/JpbtE0hKLMfwWOCu3MNP" alt=""><figcaption></figcaption></figure>

## 🤖 How do i invite the bot to my discord server?

Step 1: It's easy! Just navigate to the OAuth2 category

<div align="left"><figure><img src="/files/mXkBOP3ERGhJAfwCS4Oe" alt=""><figcaption></figcaption></figure></div>

Step 2: In the scope section, select 'bot' and 'applications.commands', and in bot permissions, select 'administrator'

<figure><img src="/files/1x9G8SBDSWoGOMnTwuK7" alt=""><figcaption><p>After that, scroll down and use the generated URL to invite the bot to your server!</p></figcaption></figure>


---

# 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/launch-your-bot.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.
