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

# Cyclops documentation

> Install Cyclops, open a workspace, and coordinate terminal coding agents.

Cyclops coordinates coding agents already running in tmux. It gives panes
stable names, delivers structured messages with receipts, shows live state,
and keeps an append-only record of every handoff.

## Get started

<CardGroup cols={2}>
  <Card title="Introduction" icon="book-open" href="/docs/introduction">
    Learn what Cyclops does and what remains in tmux.
  </Card>

  <Card title="Installation" icon="download" href="/docs/installation">
    Build and install the current Rust implementation.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/docs/quickstart">
    Open a workspace and send your first message.
  </Card>

  <Card title="CLI reference" icon="terminal" href="/docs/reference/cli">
    Browse the current commands and common flags.
  </Card>
</CardGroup>

## Explore

<CardGroup cols={2}>
  <Card title="The workspace" icon="layout-dashboard" href="/docs/guides/workspace">
    The full-screen TUI a bare cyclops opens: panes, sidebar, composer.
  </Card>

  <Card title="Tmux sessions" icon="link" href="/docs/guides/attach-tmux">
    Choose which sessions Cyclops watches and names.
  </Card>

  <Card title="Coordinate agents" icon="users" href="/docs/guides/coordinate-agents">
    Send, broadcast, wait, review history, and watch live events.
  </Card>

  <Card title="Workspaces" icon="layout" href="/docs/guides/sessions">
    Save and restore pane layouts, names, and working directories.
  </Card>

  <Card title="Configuration" icon="settings" href="/docs/reference/configuration">
    Configure sessions, themes, chrome, and runtime paths.
  </Card>
</CardGroup>
