# 4 Project

A Project is a collection of information required for handling the entire operations in any activities. To fly a drone safely and smoothly, a number of parameters, and settings are required to set at desired values. There should be a predefined plan and path for flying a drone. All these things are handled by the "Project" section.

The creation of a new project is an initial and required condition. No one can move forward without creating a project.

{% hint style="info" %}
To Create New Project

Click on the '+' symbol --> Enter details --> Select Location --> Select flight type --> Set the fence and rally points (if required) --> Save the plan --> Fly the drone
{% endhint %}

This section provides the following options related to Project:

1. &#x20;Create a Project
2. &#x20;Set the Location for Flight
3. &#x20;Select a Flight Type
4. &#x20;Add a New Plan
5. &#x20;Use of an Existing Plan
6. &#x20;Edit the Plan
7. &#x20;Save Project
8. &#x20;Delete the Project&#x20;


---

# 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-docs.aeromegh.com/4-project.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.
