# Useful Extras

- [Storing Data and Metrics in a Time Series Database](https://sdr-enthusiasts.gitbook.io/ads-b/useful-extras/storing-time-series-data.md): If you wish to store data from readsb in a time series database such as InfluxDB or Prometheus, review the information below.
- [Graphing Data and Metrics with Influx and Grafana](https://sdr-enthusiasts.gitbook.io/ads-b/useful-extras/alternative-graphing-with-influx-grafana.md): If you wish to deploy Grafana for alternative graphs, follow the steps below.
- [Graphing Data and Metrics with Prometheus and Grafana](https://sdr-enthusiasts.gitbook.io/ads-b/useful-extras/alternative-graphing-with-prometheus-grafana.md): If you wish to deploy Grafana and Prometheus for alternative graphs, follow the steps below.
- [Auto-Restart Unhealthy Containers](https://sdr-enthusiasts.gitbook.io/ads-b/useful-extras/auto-restart-unhealthy-containers.md): The following steps will guide you through deploying the "willfarrell/autoheal" container, which will restart any containers that become unhealthy.
- [Auto-Upgrade Containers](https://sdr-enthusiasts.gitbook.io/ads-b/useful-extras/auto-upgrade-containers.md): The following steps will guide you through deploying the "nickfedor/watchtower" container, which will upgrade any containers whenever a new version of the image is released.
- [Managing a remote station using ZeroTier](https://sdr-enthusiasts.gitbook.io/ads-b/useful-extras/managing-a-remote-station.md): If you wish to manage and view data from a remote adsb station, follow the steps below before you deploy to the remote location


---

# 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://sdr-enthusiasts.gitbook.io/ads-b/useful-extras.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.
