# Structure of the Application

![](/files/rpwBFMxyuLb0PPuapuOL)

The core piece of the logical structure of the application is a set of logical RC channels. Their number is fixed. They are named **Ch1** ... **Ch16**. Picture shows only some of the properties of inputs and outputs. Showing them all would overload the picture. Please, refer to child pages of **Wiring** and **GUI Setup** sections for details. If the section subpages are not displayed, click on the "**>**" sign to the right of the section name.

As you can see on the picture above, there are 6 inputs that can set the state of the channels and 4 outputs, that transmit the current state of the channels to the outer world. Inputs and outputs can be enabled and disabled. The only exception is SBUS. It is always enabled.

Some inputs set the state of all channels, some of only some of the channels. Numbers in the blue circles on the picture above show the priority of the inputs. Number 1 is the highest priority, number 6 is the lowest. Higher priority inputs overwrite the state of the lower priority inputs.

Outputs simply transmit the state of logical channels that is a combination of all enabled inputs.


---

# 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/getting-started/structure-of-the-application.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.
