# Getting Started

- [Installation](https://docs.speedtest-tracker.dev/getting-started/installation.md)
- [Using Docker Compose](https://docs.speedtest-tracker.dev/getting-started/installation/using-docker-compose.md): These instructions will run you through setting up Speedtest Tracker on a Docker server using Docker Compose.
- [Using Docker](https://docs.speedtest-tracker.dev/getting-started/installation/using-docker.md): These instructions will run you through setting up Speedtest Tracker on a Docker server using Docker run.
- [Using Kubernetes](https://docs.speedtest-tracker.dev/getting-started/installation/using-kubernetes.md): These instructions will run you through setting up Speedtest Tracker in a Kubernetes cluster.
- [Using QNAP](https://docs.speedtest-tracker.dev/getting-started/installation/using-qnap.md): These instructions will run you through setting up Speedtest Tracker on a QNAP NAS using Container Station.
- [Using Synology](https://docs.speedtest-tracker.dev/getting-started/installation/using-synology.md): These instructions will run you through setting up Speedtest Tracker on a Synology NAS using Container Manager.
- [Using Unraid](https://docs.speedtest-tracker.dev/getting-started/installation/using-unraid.md): These instructions will run you through setting up Speedtest Tracker on an Unraid NAS using Community Applications.
- [Environment Variables](https://docs.speedtest-tracker.dev/getting-started/environment-variables.md): A complete inventory of all environment variables for configuring Speedtest Tracker.
- [Database Drivers](https://docs.speedtest-tracker.dev/getting-started/database-drivers.md): Speedtest Tracker supports multiple database drivers including SQLite, MySQL and Postgres.


---

# 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.speedtest-tracker.dev/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.
