# Getting Started

- [Create Your First Bot](https://documentation.botghost.com/getting-started/create-your-first-bot.md): Are you new to BotGhost or did you forget how you can create a BotGhost bot? Take a look at the video or steps below to get all the information you need!
- [Create Your Second Bot](https://documentation.botghost.com/getting-started/create-your-first-bot/creating-multiple-bots.md): Why just have one bot, when you can have more? With the bot switcher feature, this makes it easy to do!
- [Invite Your Bot](https://documentation.botghost.com/getting-started/invite-your-bot.md): Not able to figure out how you can invite your bot? Below you can find the instructions!
- [Standard Practices](https://documentation.botghost.com/getting-started/standard-practices.md): There are some frequently asked questions about BotGhost. Some best practices you may need in the future.
- [Advanced Practices](https://documentation.botghost.com/getting-started/standard-practices/advanced-practices.md): Do you need certain IDs to use in the command builder?
- [Mobile Application](https://documentation.botghost.com/getting-started/mobile-application.md): Would you like to use BotGhost via an app? We offer you way to use BotGhost through an iOS app or icon on your home screen.


---

# 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://documentation.botghost.com/getting-started.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.
