> For the complete documentation index, see [llms.txt](https://dronenaksha-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://dronenaksha-docs.aeromegh.com/4.-process/4.2-create-a-project.md).

# 4.2 Create a Project

### 4.2.1 Create a Project

Create a project by entering the name of a project in the given window and proceed with the creation of a plan. If the user wants to create a new project, then enter the name of a project and select a location on the map.

<figure><img src="/files/9hGwCPQ6SXKBvQmq8dYC" alt=""><figcaption><p>Create a Project</p></figcaption></figure>

The user may use an existing project by selecting a project from a dropdown menu.&#x20;

<figure><img src="/files/fr0EkViPLogc6Sfg6CAs" alt=""><figcaption><p>Create a Plan</p></figcaption></figure>

Every plan should have its associated imageset. Therefore, the next step is to create an imageset.

Enter a name of an imageset for handling the images for processing.&#x20;

<figure><img src="/files/bLf07Vg8uaeTUf86nPHW" alt=""><figcaption><p>Create an Imageset</p></figcaption></figure>

### 4.2.2 Planner

The planner option will be available as and when the user is trying to create a new plan or project. The project opened to create a plan that can be shared with another member which is team management.&#x20;

<figure><img src="/files/M5GIoarcEjg034VlAPxY" alt=""><figcaption><p>Planner</p></figcaption></figure>

Planner feature of DroneNaksha allows you to plan activities according to the day and date. The user may add a task and assign it to his colleague to perform on the scheduled date and time. The user is allowed to track these activities through this planner. The status of the task will be changed according to the schedule and it can be added or deleted from the task list after the completion of a task.

<figure><img src="/files/4OGc17SgIkHZKSxnaNDx" alt=""><figcaption><p>Assigning a Task Through DroneNaksha</p></figcaption></figure>

Select the appropriate fields and assign the task to another user with the required priority of the task to be performed.&#x20;

Based on the priority assigned, the task has to be performed and accordingly, the status of a task will be changed.

<figure><img src="/files/YXyDZf9PgiC99lh0Fzb4" alt=""><figcaption><p>Assigning a Task</p></figcaption></figure>


---

# 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://dronenaksha-docs.aeromegh.com/4.-process/4.2-create-a-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.
