# Main Interface

## The Dashboard

The Dashboard is the main project list for the selected workspace. From here you can create projects, open the editor, open reports, assign tags, star projects, and move projects to the archive.

<div align="center"><img src="/files/rfUJ8dCw12jXoWzGWKf8" alt="Pesipiuma Dashboard"></div>

## Top toolbar and global search

The top toolbar contains the workspace search and the user menu. Use search to find projects by name or description.

![Top toolbar and global search](/files/IABElZiG7kTMeMkkBuq0)

## Dashboard views

The dashboard has three main views:

* **Recent Projects**: active projects in the workspace.
* **Starred Projects**: projects you marked with a star.
* **Archived Projects**: projects moved out of the active list.

Archived projects cannot be opened in the editor until they are restored.

## Left sidebar

The left sidebar contains:

* **New Project**, for users with write access.
* Dashboard view links.
* Workspace tag filters.
* Links to account and workspace settings when available for your role.

Use tag filters to narrow the project list without changing the projects.

## Project cards

Each project appears as a card with:

* Cover preview.
* Project name.
* Size count.
* Creation and modification date.
* Last editor.
* Assigned tags.

Click the card surface to open the editor. Use the card actions to open the report, edit project details, duplicate the project, archive it, restore it, or delete it.

{% hint style="info" %}
The available actions depend on your workspace role. Viewers can open readable projects and saved reports, but they do not see editing or delete actions.
{% endhint %}

## Bulk actions

Users with write access can click **Select Multiple** to act on several projects at once.

Available bulk actions include:

* Assign tags.
* Archive active projects.
* Restore archived projects.
* Delete archived projects.

{% hint style="warning" %}
Deleting a project is permanent. Use the archive when you only want to remove a project from the active dashboard.
{% 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://help.pesipiuma.app/en/workspace-management/main-interface.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.
