# GUI : Projects

Chloros allows you to create projects which can be reopened in the future.

## New Project

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

Select "New Project" from the main menu and enter a unique name for your project.

## Open Project

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

Select "Open Project" to see a list of existing projects in the Project Folder. If no projects exist the secondary side menu will not open. You can see some GUI created projects (t1, t2, t3) listed in the above photo. The DATE\_TIME projects were created by the CLI using the default project naming scheme. Clicking any project name will open it.

Clicking the "Open Project Folder" button opens your computer's file explorer at the project path. You can adjust the project path in the [Project Settings](/chloros/project-settings/project-settings.md).

## Add Files

After a project is opened, select "Add Files" from the main menu to add individual image files to the current project. This mirrors the file browser's add functionality but is accessible directly from the main menu for convenience.

## Add Folder

After a project is opened, select "Add Folder" from the main menu to add an entire folder of images to the current project. Duplicate files are ignored.

## Start / Stop Processing

After files are added to a project, "Start Processing" becomes available in the main menu. This is the same action as clicking the Play/Start button in the top header. During processing, the menu item changes to "Stop Processing" to allow you to halt the pipeline.

{% hint style="info" %}
The Add Files, Add Folder, and Start/Stop Processing menu items are only visible or enabled when a project is open and files have been added. They provide quick access to actions also available through the File Browser sidebar and header buttons.
{% endhint %}


---

# 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/projects.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.
