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

# Projects

> How work gets grouped and contextualized.

Projects are how Orbit organizes work. Each agent files its outputs into a project — a named context bucket like `orbit-product`, `client-xyz`, or `content-pipeline`.

## Why projects exist

Without projects, every agent's output would land in one undifferentiated pile. Projects let you keep separate streams of work separate: your client work doesn't bleed into your product work, your content pipeline stays distinct from your sales research.

A project also scopes context. An agent working in `client-xyz` reads the decisions and knowledge relevant to that project — not everything in your entire workspace.

## On your dashboard

The project cards row shows all your active projects at a glance: how many agents are working in each, what was filed recently, and a link to the full project detail view.

<Card title="Create a project" icon="folder-plus" href="/use/create-project">
  Set up a new context bucket for a stream of work.
</Card>
