> 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/6.-projects/6.1-create-a-new-project.md).

# 6.1 Create a New Project

To initiate creating a new project in AeroGCS GREEN, access the designated screen by tapping the "**Home** <img src="/files/KsGbNlqlz0h2kmbO9N8x" alt="" data-size="line"> " menu.&#x20;

<figure><img src="/files/PrOUz3lzAyRrtmHtPwIV" alt=""><figcaption><p>Create project</p></figcaption></figure>

**Step 1**: On this screen, simply tap the <img src="/files/Ui3PtAg4M4tcM9AvE8EV" alt="" data-size="line"> i.e “+” sign to commence the process of creating a new project in AeroGCS GREEN. Subsequently, the user will observe the following screen appearing on the user's device.&#x20;

<figure><img src="/files/lcN2IQTDmeRry3V5m1Ep" alt=""><figcaption><p>Dashboard</p></figcaption></figure>

**Step 2**: Tap on “**Start Here**”, the screen will display Flying methods “**Automatic**” and “**Manual**”. As shown in the following screen. Select the user’s flying method by tapping on the appropriate method.

<figure><img src="/files/uuP0RTt56wwfRmFOpbI1" alt=""><figcaption><p>flying methods</p></figcaption></figure>

To create a plot, start by choosing a preferred flying method from the available options:

1. **Automatic Method**: With this approach, users can map out a field plot on Google Maps.
2. **Manual Method**: In contrast, the manual method allows users to physically Arm the drone to fly manually on the field and then disarm the motors once the desired area has been covered.

Let's provide a detailed explanation of each method:


---

# 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/6.-projects/6.1-create-a-new-project.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.
