# Setting Up DBS

- [Create and Setup Bot With DBS \[video\]](https://docs.discordbotstudio.org/setting-up-dbs/setup.md): This page will walk you through the steps needed to setup a bot using Discord Bot Studio once you have downloaded it from Steam.
- [Getting Started with DBS \[text\]](https://docs.discordbotstudio.org/setting-up-dbs/getting-started-with-dbs-text.md): This is a guide for bot creation with Discord Bot Studio. Author: ContrarION
- [Inviting a Discord Bot to Your Server](https://docs.discordbotstudio.org/setting-up-dbs/inviting-a-bot-to-your-server.md): This page will explain how to create an invite link for a Discord bot.
- [Enabling Intents](https://docs.discordbotstudio.org/setting-up-dbs/enabling-intents.md)
- [Finding Your Bot Token](https://docs.discordbotstudio.org/setting-up-dbs/finding-your-bot-token.md): How to find your bot token.
- [Using the Bot Editor](https://docs.discordbotstudio.org/setting-up-dbs/getting-started-with-flow-based-bot-creating-with-dbs.md): This page will detail how you can use the flowchart style editor to begin creating bots with Discord Bot Studio.


---

# 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.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.
