# Creating a bot

1. Head on over to [Discord's developer panel](https://discord.com/developers/applications).
2. Create a bot by clicking on "New Application".
3. Give the bot a nice username and click on "Create".
4. You can give the bot a profile picture and about me, this can be changed later on.
5. Click on "Bot" in the navigation menu on the left and then "Add bot" and then "Yes, do it!".
6. Quickly copy the bot token with "Copy", if you only see "Reset Token" you took to long and you'll have to press this.
7. IMPORTANT: Turn on all 3 intents. (Presence, Server Members & Message Content Intent)![](/files/X2dH0AYPJ6n54BRFwdbT)
8. DO NOT ENABLE "REQUIRES OAUTH2 CODE GRANT"!!!![](/files/KfojI4fiuWJQ45GT9KGW)
9. In our [support server](https://vibez.dev/discord), click in #get-free-bots on "Create bot" and paste the token in the pop-up and then "Submit".\
   ![](/files/3OFtKyubXBZdZHudo66m)
10. You will now see an invite in the bot's response, use this to add it to your server.

{% hint style="warning" %}
Make sure "Require 0Auth2 Grant" is **NOT** turned on!
{% 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.vibez.dev/setup/token.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.
