# Introduction

- [Hello World](https://docs.botdistrikt.com/introduction/hello.md): Welcome to the BotDistrikt Documentation. This guide will help you automate your customer service processes through an intuitive AI chatbot regardless of your industry.
- [Quick Start](https://docs.botdistrikt.com/introduction/quick-start.md): Here is a quick guide on how can you get started on BotDistrikt
- [Setup your Account](https://docs.botdistrikt.com/introduction/setup.md)
- [Register for BotDistrikt](https://docs.botdistrikt.com/introduction/setup/register.md)
- [Forgot Password](https://docs.botdistrikt.com/introduction/setup/forgot-password.md)
- [Chatbots Dashboard](https://docs.botdistrikt.com/introduction/setup/chatbots-dashboard.md)
- [Edit Profile](https://docs.botdistrikt.com/introduction/setup/edit-profile.md): Update your personal information


---

# 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.botdistrikt.com/introduction.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.
