# Getting Started

- [First Time Setup](https://docs.drakodevelopment.net/getting-started/first-time-setup.md): Welcome! This guide will walk you through the process of setting up your Drako Bot from start to finish. Follow each step carefully, and you'll be up and running in no time.
- [How to Update](https://docs.drakodevelopment.net/getting-started/first-time-setup/how-to-update.md): This guide walks you through how to safely update Drako Bot to the latest version, while keeping your configuration and addons.
- [Dashboard Setup](https://docs.drakodevelopment.net/getting-started/dashboard-setup.md): Configuring the ticket dashboard
- [Nginx Configuration](https://docs.drakodevelopment.net/getting-started/dashboard-setup/nginx-configuration.md): Configure the dashboard to work with your domain
- [Developer Mode (Copying IDs)](https://docs.drakodevelopment.net/getting-started/developer-mode-copying-ids.md): Discord IDs are unique numbers used to identify servers, channels, roles, users, and categories. They’re essential when setting up bots, webhooks, or troubleshooting issues.
- [Pterodactyl Setup Guide](https://docs.drakodevelopment.net/getting-started/pterodactyl-setup-guide.md): This section is for users who want to host the bot on a server using the Pterodactyl Panel.
- [MongoDB Setup](https://docs.drakodevelopment.net/getting-started/mongodb-setup.md): Setup and configure MongoDB


---

# 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.drakodevelopment.net/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.
