> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sontairo.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Projects Overview

> Organize work with isolated project boundaries

Projects let you organize work within a workspace. Each project has its own agents, connectors, conversations, and runs — fully isolated from other projects.

## Creating a Project

1. Click the project dropdown in the sidebar
2. Select **Create Project**
3. Enter a name for the project

## Switching Projects

Use the project dropdown in the sidebar to switch between projects. When you switch:

* All views update to show only the selected project's data
* New resources are created within the selected project
* The selection persists across page navigations and sessions

## Data Isolation

Resources are scoped to the project they were created in:

| Resource           | Project-Scoped       |
| ------------------ | -------------------- |
| Agents             | ✅                    |
| Connectors         | ✅                    |
| Chat Conversations | ✅                    |
| Agent Memory       | ✅                    |
| Automations        | ✅                    |
| Runs               | ✅                    |
| Approvals          | ❌ (workspace-scoped) |
| Provider Keys      | ❌ (workspace-scoped) |

## Default Project

If no project is selected, resources belong to the workspace globally and are visible regardless of which project is active.
