# Adding your bot to your server

{% hint style="info" %}
Don’t have a bot account yet? Check out [this page](/extras/creating-a-bot-account.md) for instructions how to make one.
{% endhint %}

1. Once you have created a bot account, navigate to the OAuth2 page of your application![](/files/EbvEH3T2TROEMKD7kVa4)
2. Scroll down to the OAuth2 URL Generator and check the "applications.commands" and "bot" scopes

   ![](/files/15GANYHvXVpSD8hZaGtX)
3. Copy the link it generates and open it in a new tab, choosing what server you want to add it to, and hit "Authorize"

   ![](/files/twxsVTIFTbbhJDbIRZOf)

{% hint style="warning" %}
Don’t see the server you want to add the bot to? You need to have the ”Manage Server” permission in the server for it to show up.
{% 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.wildbeast.guide/extras/adding-your-bot-to-your-server.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.
