# Development

Want to help out, here is a guide on how to compile the components

### Firmware

{% content-ref url="/pages/-Md84V9L2CcSJiIREh22" %}
[Firmware](/head-tracker/support/development/firmware.md)
{% endcontent-ref %}

### Graphical User Interface

{% content-ref url="/pages/gzeqSWmfuXn9jqokNYlP" %}
[GUI (Qt6)](/head-tracker/support/development/gui-qt6.md)
{% endcontent-ref %}

{% content-ref url="/pages/-Md8S6gru7kAIGlQdKRk" %}
[GUI (Qt5, Depreciated)](/head-tracker/support/development/gui.md)
{% endcontent-ref %}

Environment to build the Android App - Work in progress, app is not yet functional


---

# 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/development.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.
