> For the complete documentation index, see [llms.txt](https://docs.speedtest-tracker.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.speedtest-tracker.dev/other.md).

# Other

- [Speedtest Process](https://docs.speedtest-tracker.dev/other/speedtest-process.md)
- [Proxies](https://docs.speedtest-tracker.dev/other/proxies.md): Installation guides for when using Reverse Proxies. These configurations are provided by the community.
- [Cloudflare Tunnel (Zero Trust)](https://docs.speedtest-tracker.dev/other/proxies/cloudflare-tunnel-zero-trust.md)
- [Traefik](https://docs.speedtest-tracker.dev/other/proxies/traefik.md)
- [Tailscale](https://docs.speedtest-tracker.dev/other/proxies/tailscale.md)
- [Nginx](https://docs.speedtest-tracker.dev/other/proxies/nginx.md)
- [Commands](https://docs.speedtest-tracker.dev/other/commands.md): Commands offer additional functionality like providing debug information and performing maintenance tasks.
- [Data Dictionary](https://docs.speedtest-tracker.dev/other/data-dictionary.md)
- [Embed Dashboard](https://docs.speedtest-tracker.dev/other/embed-dashboard.md): Embed the public dashboard in Home Assistant or other dashboards and websites
- [Health Check](https://docs.speedtest-tracker.dev/other/health-check.md)
- [Community Projects](https://docs.speedtest-tracker.dev/other/community-projects.md): This page lists community projects that use SpeedTest Tracker as a base for their own projects. If you have a project that you would like to share, please submit a pull request to add it to this list.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.speedtest-tracker.dev/other.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
