> For the complete documentation index, see [llms.txt](https://aerogcs-orange-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-orange-docs.aeromegh.com/7.-projects/7.3-add-a-new-flight-plan.md).

# 7.3 Add a New Flight Plan

AeroGCS ORANGE enables users to add a new plan to an existing project. This can be achieved by following the steps given below.

To add a new plan to an existing project in AeroGCS ORANGE, follow these steps:

**Step 1**. Open the AeroGCS ORANGE application and navigate to the project home screen.&#x20;

**Step 2**. Click on the project to which you want to add a new plan.&#x20;

**Step 3**. In the project details view, locate the "**Add Plan** <img src="/files/hX3n3qts2tyGwetNqzzX" alt="" data-size="line">" button that allows you to create a new plan within the selected project as shown in the following screen.

<figure><img src="/files/djVFxVPCOdmSvIBc7YEr" alt=""><figcaption><p>Add a plan</p></figcaption></figure>

**Step 4**. Click on the "**Add Plan** " button, and you will be directed to a screen where you can configure the details of the new plan by clicking on “**Start Here**” as shown in the following screen.

<figure><img src="/files/l0DBJVXaBpXtMLPxXpun" alt=""><figcaption><p>New Plan Start Here</p></figcaption></figure>

**Step 5**. Set the mission type, flight type, and other necessary parameters for the new plan according to user requirements.

{% hint style="info" %}
**Note:**

For detailed information and step-by-step instructions on mission planning, please refer to the '**Mission Planning**' section in this manual.
{% endhint %}

**Step 6**. After configuring the plan details, click on the "**Apply**" button to save the changes.&#x20;

**Step 7.** Click on the "**Save**" button to store the newly created plan within the existing project.

In this step, users are required to input the plan name only.&#x20;

By following these steps, users can seamlessly add a new plan to an existing project in AeroGCS ORANGE.


---

# 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-orange-docs.aeromegh.com/7.-projects/7.3-add-a-new-flight-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.
