# About

<figure><img src="/files/pvYT0A9A6KODawjXA8Sf" alt=""><figcaption><p>Version screen</p></figcaption></figure>

The Version screen displays information about the current EdgeTX version that is being used:

* **FW** - Firmware name
* **VERS** - Firmware version
* **DATE** - Date firmware was compiled
* **TIME** - Time firmware was compiled
* **OPTS** - Build options that were enabled when compiled.

{% hint style="info" %}
A complete list of build options can be found here: <https://github.com/EdgeTX/edgetx/wiki/Compilation-options>
{% endhint %}

<figure><img src="/files/1GrGPNsMBpQGUeUOzfyG" alt=""><figcaption><p>Modules / RX Version screen</p></figcaption></figure>

The **Modules / RX Version** gives you information about the activated RX modules for the currently selected model.


---

# 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://manual.edgetx.org/color-radios/radio-settings/about.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.
