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

# Riggery

> Build an Agent on a Graph, publish a Workflow, and run each copy as its own Instance.

Riggery is for Agents that do routine work and wait for a person before acting outside.

You design the process once as a **Workflow**. Each customer runs a separate **Instance** with their own Secrets, Memory, and Connections. They talk in **Chat** or Telegram. They do not need to see the Graph.

<Columns cols={2}>
  <Card title="Workflow" icon="route" href="/concepts/workflows">
    The process you build and publish.
  </Card>

  <Card title="Instance" icon="box" href="/concepts/instances">
    A running copy with its own data and connections.
  </Card>

  <Card title="Graph" icon="chart-dots-3" href="/graph">
    Triggers, Agents, Tools, and Conditions.
  </Card>

  <Card title="Watching" icon="player-play" href="/concepts/watching">
    Start and stop listening for Triggers on an Instance.
  </Card>
</Columns>
