# 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: 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/other.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.
