> For the complete documentation index, see [llms.txt](https://aerogcs-green-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-green-docs.aeromegh.com/9.-field-plotting/9.1.-rc-mobile.md).

# 9.1. RC/Mobile:

### 9.1. RC/Mobile: <a href="#toc152664647" id="toc152664647"></a>

**Field Plotting with RC/Mobile Device**:

* Use your **RC device** or **mobile device** to physically **mark boundary points** in the actual field.
* Walk to each specific location to **set boundary points**, outlining the entire field accurately.
* Once all points are marked, the **field plot** is saved and ready for drone flight.
* This method provides **high precision**, significantly enhancing the accuracy of your plotted area.

#### Plotting Using RC/Mobile: <a href="#toc152664648" id="toc152664648"></a>

**Step 1**:  After choosing the "**RC/Mobile**" option for **plot creation** using either an RC device or a mobile device, the following screen will be presented on the user’s device.&#x20;

<figure><img src="/files/ZQujg69tdvmGlvMm1C7E" alt=""><figcaption><p>Plot creation using RC or Mobile</p></figcaption></figure>

**Step 2**: When the user taps the "**+Add point**" button on the screen, it will place a point on the map. Users can continue to add multiple points to the user’s plot, as illustrated on the screen displayed on the user’s device.&#x20;

<figure><img src="/files/6ZhpT4qiFHFTdtZDP3Lt" alt=""><figcaption><p>Plotting points</p></figcaption></figure>

As the default setting, this view or screen displays the process of plotting points for a plot.

The above screen contains additional options for the user.

1. **Clear All**: By tapping "Clear All," the user can remove all the points from the map, effectively deleting them.
2. **Save**: To preserve the plot the user has created, simply tap on the "Save" button, which will store the plot for future use.
3. **Create a Plan**: The user can utilize this option to generate a plan from a plot. However, it's crucial to remember that the user must first save the user’s plot. To proceed with creating a plan, tap on "Create Plan."
4. **Obstacle:** This option is used to add obstacles to the plot. Tap on “Obstacle” to add an obstacle to the plot. Users can add polygon and circle types of Obstacles to the user’s plot.


---

# 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-green-docs.aeromegh.com/9.-field-plotting/9.1.-rc-mobile.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.
