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

# Welcome to Nora

> AI that catches its own mistakes.

Nora is a platform for building AI agents you can actually rely on.

Your agents run inside Nora. Every answer they give in production is watched. When one is wrong, Nora helps you find the cause, fix it, and remember — so the same mistake does not come back.

The result is reliability that compounds. Every wrong answer becomes a permanent improvement.

## What you can do with Nora

<CardGroup cols={2}>
  <Card title="Build agents visually" icon="cube" href="/concepts/agents">
    Compose agents, tools, and triggers on a canvas. No boilerplate.
  </Card>

  <Card title="Connect your data" icon="database" href="/build/knowledge/overview">
    Bring your own documents, spreadsheets, and knowledge into an agent.
  </Card>

  <Card title="Publish safely" icon="rocket" href="/reliable/versions/publish">
    Version, approve, and roll back changes without breaking production.
  </Card>

  <Card title="Improve from feedback" icon="thumbs-up" href="/reliable/traces/feedback">
    A thumbs-down turns into a fix, not just a note in a dashboard.
  </Card>
</CardGroup>

## The Nora loop

Every agent you ship goes through the same loop:

<Steps>
  <Step title="Catch">
    Nora watches production. Wrong answers surface as **Signals** — grouped and ranked, not lost in logs.
  </Step>

  <Step title="Diagnose">
    Open a Signal to see the trace, the tools that ran, and the likely cause.
  </Step>

  <Step title="Fix">
    Apply a change to a prompt, tool, retrieval source, or agent step. Nora shows what will improve — and what might regress — before you ship.
  </Step>

  <Step title="Remember">
    Approved fixes stick. The next time a similar situation appears, the improved behavior is already in place.
  </Step>
</Steps>

## Where to next

<CardGroup cols={2}>
  <Card title="Quickstart" icon="bolt" href="/quickstart">
    Sign up, build your first agent, and see it answer in under 10 minutes.
  </Card>

  <Card title="Core concepts" icon="book-open" href="/concepts/overview">
    Workspaces, Flows, and the five kinds of Blocks — in one page.
  </Card>
</CardGroup>
