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

# Guides

> Step-by-step walkthroughs for building, running, and sharing agents in Orisu.

These guides take you from your first node to a running, shareable agent. Start with the quickstart to build something end to end, then dig into core concepts and the workflows that matter for your use case.

<Columns cols={2}>
  <Card title="Quickstart" icon="rocket" href="/guides/quickstart">
    Build and run your first agent in a few steps.
  </Card>

  <Card title="Core concepts" icon="shapes" href="/guides/concepts">
    Canvas, nodes, ports, edges, runs, and node lifecycle states.
  </Card>

  <Card title="Running agents" icon="play" href="/guides/running-agents">
    Trigger runs, view outputs, loop over inputs, and pause for review.
  </Card>

  <Card title="Managing your work" icon="folder" href="/guides/managing-creations">
    Organize agents, browse the asset library, and export your creations.
  </Card>

  <Card title="Settings & workspace" icon="settings" href="/guides/settings">
    Account, organization, members and roles, plan, and connected accounts.
  </Card>

  <Card title="Sharing your work" icon="share-2" href="/guides/sharing">
    Share read-only links and deploy agents as apps.
  </Card>

  <Card title="Credits & billing" icon="coins" href="/guides/credits">
    How credits are reserved and settled, and what each run costs.
  </Card>

  <Card title="MCP connector (Claude / ChatGPT)" icon="plug" href="/mcp/overview">
    Drive Orisu from your chat client. Install the connector, then build and run agents directly from the conversation.
  </Card>
</Columns>
