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

# Introduction

> Replied docs for product setup, integrations, API usage, and safe development.

Replied collects website messages, routes them to your team, and helps you reply from one workspace.

Use these docs when you need to:

* Add Replied to a website.
* Route messages with categories and team roles.
* Connect email providers.
* Use Aria for triage and draft replies.
* Update the docs or codebase safely.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Set up your workspace and send a test message.
  </Card>

  <Card title="API reference" icon="square-terminal" href="/api-reference/introduction">
    Send messages from custom forms and websites.
  </Card>

  <Card title="Integrations" icon="plug" href="/integrations/overview">
    Connect WordPress, Gmail, Outlook, and custom websites.
  </Card>

  <Card title="AI agent rules" icon="bot" href="/developer/ai-agent-rules">
    Work safely in the repo without breaking auth, routes, or data scope.
  </Card>
</CardGroup>

## Product areas

| Area              | Purpose                                  | Start here                                              |
| ----------------- | ---------------------------------------- | ------------------------------------------------------- |
| Dashboard         | Review and respond to website messages.  | [Dashboard overview](/documentation/dashboard-overview) |
| Categories        | Route work by topic, team, or priority.  | [Create categories](/guides/create-categories)          |
| Forms and widgets | Send website submissions into Replied.   | [Create forms](/guides/create-forms)                    |
| Email             | Manage replies and provider connections. | [Manage email](/guides/manage-email)                    |
| Aria              | Analyze messages and draft replies.      | [Use Aria](/guides/use-aria)                            |
| API               | Submit messages from code.               | [Submit request](/api-reference/submit-request)         |

## Source of truth

Developer docs rely on `docs/codebase-map.json` and `AGENTS.md`. Read both before editing routes, auth, API contracts, database relationships, or workflow logic.
