> For the complete documentation index, see [llms.txt](https://docs.aeroai.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aeroai.io/siega-web-features/projects.md).

# Projects

Projects are how you organize a single site or job inside SiEGA Web. Each project bundles your site's metadata — name,&#x20;location, visibility, and type — with whatever scene you have saved, so you can step away and come back to the exact&#x20;same view, layers, and measurements. Projects are created on the AERO AI dashboard, then opened, edited, and saved&#x20;from inside the viewer

### Feature

* Group a site's metadata and its saved scene under a single named project.
* Choose visibility per project — Private, Organization, or Public (read only).
* Open a project straight from the dashboard or from inside the viewer.
* Rename the current project inline without leaving the scene.
* Save scene changes back into the same project with one click.
* Save a brand new project from a blank viewer with "Save to Cloud".

### Creating a Project From the Dashboard

Every project starts on the AERO AI dashboard. Sign in to your AERO AI account, open the Projects&#x20;page, and click "+ New Project" in the top right corner to launch the three-step Create Project wizard.

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

1. Project Info. Enter the required Project Name, an optional Description and Client / Organization, pick a Project Type from the dropdown, between Drone mapping, AEC, Planning, Digital twin, Research, or Other, and choose a Visibility between Private, Organization, and Public read only. Click "Next" at the bottom right of the page to continue.

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

2. Location. This step is optional. Search for an address, drop a pin on the map, or type a Latitude and Longitude directly into the fields. You can also draw or upload a boundary GeoJSON to outline the site. Click "Next" at the bottom right when you are done, or click "Back" at the bottom left to return to Project Info.

<figure><img src="/files/462PqJzV0r0Yx5h4MdFk" alt=""><figcaption></figcaption></figure>

3. Launch. Pick how you want to start working. The three options are stacked vertically in the center of the page. Click "Launch in SiEGA Web" at the top to create the project and open it in a new browser tab, "Launch in SiEGA Desktop" in the middle to save the project for use in the Desktop launcher later, or "Save Project Only" at the bottom to save it and return to the dashboard.

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

### &#x20;Opening a Project in the Viewer

You have two ways to open an existing project in SiEGA Web.

From the AERO AI dashboard, find the project you want on the Projects page and click the blue "Open in SiEGA Web"&#x20;button at the bottom of its card. A new browser tab opens with the project already loaded and its scene restored.

From inside the viewer, open the Asset Sidebar on the left side of the screen and expand the Projects accordion at the&#x20;top of the sidebar. The accordion lists every project on your account, with the project name on the left side of each&#x20;row and a cloud download icon on the right side. Click the cloud download icon on the right to load that project. The&#x20;viewer reloads to bring in the project and its saved scene cleanly

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

### Saving Your Changes

Both the Projects accordion in the Asset Sidebar on the left and the Project subsection in Scene Layers on the right&#x20;include a blue Save button that adapts to what you are working on.

When a project is loaded, the button at the bottom of the subsection is labeled "Save Project". Clicking it snapshots&#x20;the current state of the scene, including loaded assets, the camera position, measurements, annotations, and other&#x20;scene contents, back into the project, so the next time you open it everything is right where you left it.

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

When no project is loaded the viewer shows an editable "Untitled Project" placeholder name in place of a real project,&#x20;and the button is labeled "Save to Cloud". Clicking it creates a brand new project on your account with the name you&#x20;typed, captures the current scene as its first save, and switches the viewer into that project. This is the fast path&#x20;for starting work without going through the dashboard wizard first.


---

# 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:

```
GET https://docs.aeroai.io/siega-web-features/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.
