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

# Traycer

> Plan, preserve, and inspect AI coding work across Tasks, artifacts, agents, files, and git diff.

Traycer is a workspace for working with coding agents without losing intent, context, or visibility.

You organize work into **Tasks**. Inside a Task, you create **agents** and work with them through a **Chat** or **Terminal** interface, alongside files, git diff, and durable **artifacts** like specs, tickets, stories, and reviews.

<Card title="Install Traycer" icon="download" href="/install" horizontal>
  Download the desktop app, then continue to the Quickstart.
</Card>

## The Traycer Mental Model

<Columns cols={2}>
  <Card title="Tasks" icon="folder-open" href="/concepts/tasks-and-workspace-folders">
    A Task is the top-level container for related agents, panels, terminals, and
    artifacts.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Select a workspace folder, create your first Task, and run your first agent.
  </Card>

  <Card title="Agents" icon="messages-square" href="/panels/agents">
    Create agents on the Chat or Terminal interface, with composer controls,
    permissions, and child agents.
  </Card>

  <Card title="Panels" icon="panel-left" href="/panels">
    Understand the sidebar panels for agents, artifacts, terminals, files, git
    diff, sharing, and comments.
  </Card>

  <Card title="Artifacts" icon="file-text" href="/panels/artifacts">
    Specs, tickets, stories, and reviews preserve decisions, work items, and
    review context.
  </Card>

  <Card title="History" icon="history" href="/concepts/history">
    Find, filter, reopen, rename, and clean up previous Tasks.
  </Card>

  <Card title="Worktrees" icon="git-branch" href="/concepts/worktrees">
    Choose whether agent work runs in a workspace folder, a new worktree, or an
    existing worktree.
  </Card>

  <Card title="Agents & Models" icon="bot" href="/agents-and-models/coding-agents">
    Set up Codex, Claude Code, OpenCode, Cursor, and Traycer.
  </Card>
</Columns>

## Find What You Need

<CardGroup cols={2}>
  <Card title="Concepts" icon="book-open" href="/concepts/tasks-and-workspace-folders">
    Learn the vocabulary: Tasks, History, Worktrees, panels, and artifacts.
  </Card>

  <Card title="Agents" icon="terminal" href="/panels/agents">
    Understand the Chat and Terminal interfaces, permissions, child agents, and
    delegated handoff.
  </Card>

  <Card title="Account" icon="credit-card" href="/account/pricing">
    Understand pricing, storage, sync, credits, and teams.
  </Card>

  <Card title="IDE Extension" icon="archive" href="/extension">
    Extension docs are preserved separately for current extension users.
  </Card>
</CardGroup>
