# 10.7 Read From Device

In AeroGCS ORANGE, when the user chooses "**Read From Device**" as the flight type, the AeroGCS ORANGE downloads the most recent plan from the device. The plan is then displayed on the screen for any necessary modifications. After making changes, the user can save them, upload the updated plan to the device, and proceed with the flight.

{% hint style="info" %}
**Note**:- For Plan modification in the “Read From Device” plan refer to respective planning.
{% endhint %}


---

# 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://aerogcs-orange-docs.aeromegh.com/10.-mission-planning/10.7-read-from-device.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.
