# Creating a bot account

1. Navigate to your [Applications Page](https://discord.com/developers/applications) (you might need to login for this)
2. Click "New Application" on the top right of the page

   ![](/files/EfiK1JquyC388vSmVfah)
3. Think of a name for your bot, and click "Create"

   ![](/files/XNqxT79hmhgw1aaNlX1C)
4. Navigate to the "Bot" tab

   ![](/files/GjgQXLJydjBnhSh5e8y7)
5. Click "Add Bot" on the left of the page

   ![](/files/71clX9I6z0oV4ljyUU3l)
6. Click "Yes, do it!"

   ![](/files/Iw8xb6o5vrBmxVK2zaXd)
7. Optionally, set an avatar and change the username, and click "Save".
8. Select the "Copy" button to copy your bot's token.

   ![](/files/ry1UuL33POr7bzn3AvBW)


---

# 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.wildbeast.guide/extras/creating-a-bot-account.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.
