> 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/4-project/4.4-add-a-new-plan.md).

# 4.4 Add a New Plan

To add the new plan to the existing project click on the project to which you want to add the new plan. Then the screen will be displayed as below:

![Adding a Plan to a project](/files/OeY5zIWhnZBQR8yNBeRF)

Create a new plan by clicking on the '+' . Give the proper plan name.  Now, this page will allow only to change of the plan name. Any alterations are not allowed in the name of the project name and client name.

<figure><img src="/files/4x4etvBxLk17uZRsTzIi" alt=""><figcaption><p>Adding a new plan to an existing Project</p></figcaption></figure>

After setting the plan name, repeat the process of creating a project with all the steps. A number of plans can be added in this manner&#x20;

![Project with different mission types](/files/pbXvageIjffnRyuPIjFh)

{% hint style="info" %}
**Note:** Creation of a number of plans with different flight types is allowed. One plan with one flight type.
{% endhint %}

### Plan by Device in Android Version

This is a new feature added to AeroGCS KEA. By using this feature, any user will be able to plot a plan with his Android device.&#x20;

<figure><img src="/files/qK25jc4XVqAEBiiCtq3K" alt=""><figcaption></figcaption></figure>

For creating a plan by device, the user has to use the AeroGCS KEA on his mobile device. Create a new project. Select "Device Location" from the options displayed under Search Location. Carry your device with you on the field and mark the locations on the field by reaching the desired ends on the actual field.&#x20;

This method results in the marking of more accurate locations on the fields.&#x20;


---

# 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/4-project/4.4-add-a-new-plan.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.
