> ## 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, modes, artifacts, chats, terminal 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 can use chats, terminal agents, files, git diff, and durable **artifacts** like specs, tickets, stories, and reviews. Each chat or terminal agent runs in **Regular Mode** or **Epic Mode** depending on how much structure the work needs.

<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 chats, panels, terminal agents, and artifacts.
  </Card>

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

  <Card title="Chats" icon="messages-square" href="/panels/chats">
    Use chat sessions, composer controls, permissions, child chats, and terminal agents.
  </Card>

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

  <Card title="Modes" icon="toggle-right" href="/concepts/modes">
    Regular Mode is direct coding-agent work. Epic Mode adds Traycer's structured planning layer.
  </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, modes, and artifacts.
  </Card>

  <Card title="Chats and terminal agents" icon="terminal" href="/panels/chats">
    Understand chat controls, permissions, child chats, and terminal-agent 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>
