> 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/3.-dashboard/3.3-images.md).

# 3.3 Images

#### 3.3.1 **Upload Images**

After clicking on the 'Next' button the popup window will be displayed requesting to upload the images with a message as "Click on Finish & start uploading Images" to upload the selected imageset to the plan for processing as shown in the following image.

<figure><img src="/files/FjCIudtc6yUNUmD1W7Ey" alt=""><figcaption><p>Imageset selection</p></figcaption></figure>

1. To upload images click on "Images+" button. You can browse the images from your local computer also.&#x20;

&#x20; 2\.  Status of ‘Uploading images' will be shown while uploading images.

![Uploading Image](/files/UeRI4M66WxCZyKcOryce)

&#x20; 3\. The user can abort the process of uploading images by clicking on the 'Cancel' button.

&#x20; 4\. All the images uploaded will be checked for valid geotags and the number of usable and images with invalid geotags is displayed accordingly.

<figure><img src="/files/76tSkxXv8sIXOuDGkO8v" alt=""><figcaption><p>Images Uploaded</p></figcaption></figure>

&#x20; 5\. By selecting an image set from the sidebar menu, you can add another image set to an existing project/plan. A pop-up window will appear to enter the name of a new imageset.&#x20;

<figure><img src="/files/KUsgaccGK6h9kpAJ9p5A" alt=""><figcaption><p>Adding new Imageset</p></figcaption></figure>

6\.  You can see different types of views of the image sets like ‘List’ view, ‘Grid’ View, ‘Map’ View

**List View:** You can see images in the List view by clicking on the ‘List’ button which includes columns as follows –

&#x20;                       **Name** - you can see the name of an image.

&#x20;                       **Date** – you can see a  date of an  image created.

&#x20;                      **Size** – you can see the  size of an  image in MB or GB.

&#x20;                       **Resolution** – you can see the  resolution of an image in MegaPixel (MP)

<figure><img src="/files/l200dDz3PtO91QsYlDZX" alt=""><figcaption><p>List view of imagesets</p></figcaption></figure>

**Grid View:** You can see images in Grid view by clicking on the ‘Grid' button. On the thumbnail, you can see the image name, resolution, and size of that image.

<figure><img src="/files/gveJcVGWlANWPn76r4jc" alt=""><figcaption><p>Grid view of Imageset</p></figcaption></figure>

**Map View:** On the map view, blue dots will be displayed for the images which are uploaded by you.

<figure><img src="/files/sY1WIyAqM8zgdBldrXZ8" alt=""><figcaption><p>Map View</p></figcaption></figure>

DroneNaksha provides following tools to select the images on a map.

* **Pointer**: Using this tool, the user can select the desired image. The details of an image will be displayed on the screen as shown.

<figure><img src="/files/83JW6YDCDJ9IpZnSIatl" alt=""><figcaption><p>Details of Image</p></figcaption></figure>

* **Polygon:** This tool will be useful to select multiple images collectively.&#x20;

<figure><img src="/files/oRieJh9dZE0zY9A2Lc3j" alt=""><figcaption><p>Drawing Polygon</p></figcaption></figure>

Selected images can be exported for another processing as an imageset.

* **Delete:** Selected images can be deleted by using this tool.
* **Export:** The selected images can be collectively exported as a new imageset.

<figure><img src="/files/8JH3EA7ZY164CG2z0Chm" alt=""><figcaption><p>Export Create a new Imageset</p></figcaption></figure>

<figure><img src="/files/4mDidFsa45E9k8wpqXu5" alt=""><figcaption><p>Exported Images</p></figcaption></figure>

<figure><img src="/files/BFlBFfuRAnN15jGFYUnt" alt=""><figcaption></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/3.-dashboard/3.3-images.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.
