# Nerves Hub

- [Setup](https://docs.nerves-hub.org/1.0.0/nerves-hub/setup.md)
- [Add NervesHub to your project](https://docs.nerves-hub.org/1.0.0/nerves-hub/setup/adding-nerveshub-to-your-project.md)
- [Connecting to your environment](https://docs.nerves-hub.org/1.0.0/nerves-hub/setup/connecting-other-envs.md)
- [Firmware signing keys](https://docs.nerves-hub.org/1.0.0/nerves-hub/setup/firmware-signing-keys.md)
- [Products](https://docs.nerves-hub.org/1.0.0/nerves-hub/setup/nerveshub-products.md)
- [Devices](https://docs.nerves-hub.org/1.0.0/nerves-hub/setup/devices.md)
- [Firmware](https://docs.nerves-hub.org/1.0.0/nerves-hub/setup/firmware.md)
- [Deployments](https://docs.nerves-hub.org/1.0.0/nerves-hub/setup/deployments.md)
- [Command-line tools](https://docs.nerves-hub.org/1.0.0/nerves-hub/cli-tools.md): Introducing the NervesHub command-line tools aka. the CLI.
- [Managing organizations and products](https://docs.nerves-hub.org/1.0.0/nerves-hub/managing-organizations-and-products.md)
- [Device management](https://docs.nerves-hub.org/1.0.0/nerves-hub/device-management.md)
- [HTTP API](https://docs.nerves-hub.org/1.0.0/nerves-hub/http-api.md): This document describes the NervesHub web API endpoints.
- [Device WebSocket](https://docs.nerves-hub.org/1.0.0/nerves-hub/device-websocket.md)


---

# 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.nerves-hub.org/1.0.0/nerves-hub.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.
