> For the complete documentation index, see [llms.txt](https://aerogcs-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-docs.aeromegh.com/5-rpa-configuration/6.1-selection-of-airframes.md).

# 6.1 Selection of Airframes

The airframe is the chassis that holds all the components, and payloads on it. Its size and capacity are very much concerned with the construction of drones. As discussed in 1st module of the Certification Course - PCDP, the selection of airframes should be proper to carry the weight of all the components of a drone. Selection of the proper airframe is necessary as it is associated with the firmware of the system.

<figure><img src="/files/rAIUrfQKQtg9RfCeLH8e" alt=""><figcaption><p>RPA Configuration -Airframe</p></figcaption></figure>

The Airframe setting can be done to choose the required airframe so that flight controller software can understand and operate accordingly. This is a very important setting and must be ensured before a flight is taken. It has two types of settings.

a) **Frame Class** All the standard classes of airframe supported by Ardupilot and PX4 firmware are displayed here. You need to select on of them and reboot the drone.

b) **Frame Type:** All the standard frame types of airframe supported by Ardupilot and PX4 firmware are displayed here. You need to select one of them as per drone's physical specifications.

<figure><img src="/files/iZw1nYZ8w6aSL6IHv2Xo" alt=""><figcaption><p>Selection of Frame Type</p></figcaption></figure>

After selecting the class and type of airframe click on the "Update" button to update the parameters.


---

# 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-docs.aeromegh.com/5-rpa-configuration/6.1-selection-of-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.
