> For the complete documentation index, see [llms.txt](https://aerogcs-config-docs.aeromegh.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aerogcs-config-docs.aeromegh.com/3.-new-drone-configuration-system/3.2-using-aerogcs-config/3.2.3-rpa-configurations/3.2.3.1-choosing-airframes.md).

# 3.2.3.1 Choosing Airframes

**3.2.3.1 Choosing Airframes:**

The airframe serves as the chassis that houses various components and payloads. Its dimensions and capabilities significantly influence drone design. Careful airframe selection is vital to support the combined weight of all drone elements. Proper airframe selection is crucial due to its direct linkage with the system's firmware.

The Airframe Settings Screen Appearance is as shown when you click on “AIRFRAME”

<figure><img src="/files/WlglxGv5ttds7UlXPRoO" alt=""><figcaption><p>Airframe Screen Settings</p></figcaption></figure>

The Airframe setting allows you to choose the appropriate configuration for your desired airframe. This selection enables the flight controller software to interpret and 0 the drone accordingly. This setting is of utmost significance and should be confirmed before taking a flight. It encompasses two distinctive categories:

a) **Frame** **Class**: This section displays all the standard airframe classes that are compatible with ArduPilot firmware. You are required to choose one from the list and subsequently restart the drone.

b) **Frame** **Type**: In this segment, you will find a compilation of standard airframe frame types, which are supported by Ardupilot firmware. Your choice here should align with the physical specifications of the drone.

The subsequent two screens illustrate this process in detail.

![Airframe Type Selection](/files/34qMcNloLl36j7HBsCex) ![Airframe Class Selection](/files/Yu01mFw0wSEhBdw4ANgO)

Once you've chosen the appropriate airframe class and type, simply click the "**Update**" button. This action will apply the selected parameters and configurations.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://aerogcs-config-docs.aeromegh.com/3.-new-drone-configuration-system/3.2-using-aerogcs-config/3.2.3-rpa-configurations/3.2.3.1-choosing-airframes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
