> 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.4.-import-kml.md).

# 9.4. Import KML

**Importing KML Files for Field Plotting**:

* Easily create field plots by **importing KML files** from your device.
* This option supports KML files from **various sources**, enabling quick and accurate plot setup.

#### Plotting Using KML file: <a href="#toc152664654" id="toc152664654"></a>

**Step 1:** When the user selects the "**KML**" option to create a plot from a .kml file, the user’s screen will show the following interface, prompting the user to browse the .kml file.

<figure><img src="/files/QIhT3cJT447arSnYx4xI" alt=""><figcaption><p>Import kml file</p></figcaption></figure>

**Step 2**: After the user taps on the .kml file, the screen will show the user the map view associated with that file, just like what the user sees in the image below.

<figure><img src="/files/SuzMEx6kcnq9XXTsuT1Y" alt=""><figcaption><p>View after importing kml file</p></figcaption></figure>

As the default setting, this view or screen displays the plot.

By default, this view or screen displays the process of plotting points for a plot using Google Maps. Additionally, the screen offers the following options for users:

1\.      **Clear All:** By tapping "Clear All," the user can remove all the points from the map, effectively erasing them.

2\.      **Save:** To save the plot the user has created, simply tap the "Save" button, which will store the plot for future use.

3\.      **Create a Plan:** The user can use this option to generate a plan from the user’s plot. However, it's important to remember that the user must first save the user’s plot. To proceed with creating a plan, tap "Create Plan."

4\.      **Obstacle:** This option allows the user to add obstacles to the user’s plot. Tap "Obstacle" to insert obstacles into the user’s plot, including polygon and circle types.&#x20;

{% hint style="info" %}
**Important:**\
Make sure to **save all created plots** before proceeding to the plan creation stage.
{% endhint %}


---

# 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.4.-import-kml.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.
