> 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/1.-introduction.md).

# 1. Introduction

<mark style="color:blue;">DroneNaksha</mark> provides ease and comfort to the users. The users have to follow the following steps to get the best results within the shortest period of time with very good efficiency.

1. <img src="/files/EINVjZLRQbwShu6YHUET" alt="" data-size="line"> Upload the geotagged images from your local computer.
2. <img src="/files/m8kwBqG3JpKDnM0Z6v8z" alt="" data-size="line">  Add GCP to the uploaded image.
3. <img src="/files/N6mwOt6Uy1qHBWlv90M6" alt="" data-size="line">  Process the image and get the notifications accordingly. The user has to click on the "Process" button. Everything will be taken care of by the DroneNaksha software.&#x20;
4. <img src="/files/yeC3QF2uDNsZkshLqqAp" alt="" data-size="line">  Download the reports generated from the processing of the images on your system or share the reports generated with another user with restricted permissions.

<mark style="color:blue;">DroneNaksha</mark> offers scalable solutions to process a huge amount of workload in parallel processing. It enables to process of many images to create maps simultaneously on a cloud platform with high-speed GPU farms. It offers ultimate accuracy of orthoimages which fulfills the requirement of nearly all applications of mapping.

<mark style="color:blue;">DroneNaksha</mark> is very helpful in various fields such as <mark style="color:blue;">**Land survey and Mapping**</mark>, Construction and planning, Road and Railway Track Mapping, Forest Management, and many more.&#x20;

<mark style="color:blue;">**Construction progress**</mark> tracking with DroneNaksha's visual comparison analysis tool aids in understanding site development over time. Its 3D model provides a more detailed representation for planning and building decisions.

<mark style="color:blue;">DroneNaksha</mark> enables crop analysis using RGB and Infrared images and various algorithms like VARI, and NDVI. The agricultural purpose of inspecting plant health, surveying, and spraying can be effectively done with DroneNaksha.


---

# 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/1.-introduction.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.
