# Support

- [Issues](https://headtracker.gitbook.io/head-tracker/support/issues.md)
- [Development](https://headtracker.gitbook.io/head-tracker/support/development.md)
- [Firmware](https://headtracker.gitbook.io/head-tracker/support/development/firmware.md): How to compile the firmware for yourself
- [Debugging](https://headtracker.gitbook.io/head-tracker/support/development/firmware/fw-debugging.md)
- [Arduino Nano 33 BLE](https://headtracker.gitbook.io/head-tracker/support/development/firmware/arduino-nano-33-ble.md): Information on the ABX00030 SKU
- [IMU Sensor Chip](https://headtracker.gitbook.io/head-tracker/support/development/firmware/imu-sensor-chip.md)
- [GUI (Qt6)](https://headtracker.gitbook.io/head-tracker/support/development/gui-qt6.md): As of Dec 12, 2022
- [GUI (Qt5, Depreciated)](https://headtracker.gitbook.io/head-tracker/support/development/gui.md): Older than Dec 12, 2022
- [Git Workflow and Actions](https://headtracker.gitbook.io/head-tracker/support/development/git-workflow-and-actions.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://headtracker.gitbook.io/head-tracker/support.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.
