# Finding Your Bot Token

Discord Bot Studio requires your bot token to be entered on the Setup page. This page explains how to find that token. To do so visit the following link: <https://discord.com/developers/applications>.&#x20;

![Here you will see any bots you have created](/files/-MUS0X5O7Tgibkv83_qZ)

Once there, click on the bot you are working with. Next, select the "Bot" tab from the left hand side:

![](/files/-MUS0hp210vbxjRjgP61)

Finally, click the "Copy" button next to the bot's avatar to copy the token to your clipboard. Then you can paste this into Discord Bot Studio in the token field on the Setup page.

![Click the copy button here, or you can reveal the token and copy manually](/files/-MUS0xGPIH2CMQUF0fai)

Keep your token safe, and never share it with anyone else!


---

# 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.discordbotstudio.org/setting-up-dbs/finding-your-bot-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.
