# GUI : Navigation

When you first launch Chloros and Chloros (Browser) it will start up its backend. Once it is ready the top left main menu icon will be revealed <img src="/files/dxSz8grTxJEZmezcDUiW" alt="" data-size="line"> .

<figure><img src="/files/s7HGprzkgliuAb10NxvQ" alt=""><figcaption></figcaption></figure>

From left to right the top header contains:

### <img src="/files/87ztPeO5FlZiwPXA78Xu" alt="" data-size="line"> Main Menu

<figure><img src="/files/GLfp56N68nTz4Wpmt1fj" alt=""><figcaption></figcaption></figure>

From the main menu you can:

* **New Project** — create a new project
* **Open Project** — open an existing project
* **Open Project Folder** — open the project folder in your file explorer
* **Add Files** — add individual image files to the current project *(visible after a project is opened)*
* **Add Folder** — add a folder of images to the current project *(visible after a project is opened)*
* **Start Processing / Stop Processing** — start or stop the image processing pipeline *(enabled after files are added)*

{% hint style="info" %}
**Windows only**: The Chloros Desktop GUI is available on Windows. Linux users should see the [CLI](/chloros/cli.md) and [Python SDK](/chloros/api-python-sdk.md) documentation for headless processing.
{% endhint %}

### <img src="/files/lxdSLLGCkDTFkqM7nRwo" alt="" data-size="line"> Play/Start Button

When enabled, the start processing button starts the image processing pipeline.

### <img src="/files/DFXwkS2ZAtaWgSBzwHBT" alt="" data-size="line"> Progress Bar <img src="/files/PJWFVoNN5eFAyETK06gc" alt="" data-size="line">

In the free Chloros mode, which processes all files sequentially, the progress bar will show 2 stages: Target Detect and Processing.

In the paid Chloros+ licensed mode, which process all files simultaneously, the progress bar shows 4 stages: Detecting, Analyzing, Calibrating, Exporting. If you hover your mouse cursor over the Chloros+ progress bar it will drop down the extended 4 progress bar panel so you can follow along. Clicking the top progress bar will freeze the dropdown panel, clicking again unfreezes it.

<figure><img src="/files/2Q1788I8xSuSPcKAvkMs" alt=""><figcaption></figcaption></figure>

## Side Menu

The left sidebar menu contains various icons to interact with:

#### <img src="/files/IWmLTh8VwuPoWX3dmBTe" alt="" data-size="line"> [Project Settings](/chloros/project-settings/project-settings.md)

The Project Setting tab allows you to adjust project global and project processing settings. Adjust these prior to starting to process your files.

#### <img src="/files/yDndZuJw9lwULc0tT3eG" alt="" data-size="line"> File Browser

Add files/folders and remove files from the project. Duplicate files are ignored. Check the target column box for any target image, and the processing will only look at checked images for targets, greatly speeding up your processing time. Use the Image/Metadata toggle to switch between viewing the selected image's thumbnail grid and a detailed metadata table.

#### <img src="/files/WSt27I816dXPwreX5dU0" alt="" data-size="line"> [Image Viewer](/chloros/image-viewer-gui/opening-an-image-full-screen.md)

When an image is clicked in the main image viewer it is opened full screen in the Image Viewer tab.

#### <img src="/files/4O96EBCViwdF4Xm1SDDk" alt="" data-size="line"> [Map](/chloros/image-viewer-gui/map-markers.md)

View your images on an interactive 2D map based on their GPS coordinates. Supports Google Maps and ESRI tile providers, automatically selecting the best service for your location. Hover over markers to see image thumbnail previews.

#### <img src="/files/FZxRdivVbYlBPlbQd60E" alt="" data-size="line"> Debug Log

Review the log for debug prints when issues happen. Copy/download the log and send to [MAPIR Support](https://www.mapir.camera/community/contact) for assistance.

#### <img src="/files/r2JLRC0Ra2NooshHQAez" alt="" data-size="line"> [User Login](/chloros/chloros+-login.md)

The user login sidebar allows you to log into your Chloros+ account to unlock advanced features. You can also view the current application version, as well as adjust the language of the displayed text in Chloros GUI and CLI.


---

# 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://mapir.gitbook.io/chloros/navigation.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.
