> ## 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.

# Aria Actions

> Actions Aria supports inside Replied workflows.

Aria actions should stay narrow and auditable.

## Known action types

| Action           | Purpose                                   |
| ---------------- | ----------------------------------------- |
| Analyze message  | Summarize intent, urgency, and next step. |
| Suggest category | Recommend an existing category.           |
| Draft email      | Produce a reply draft for human review.   |
| Onboarding help  | Guide setup tasks for a workspace.        |

## Add an Aria action

1. Read `docs/codebase-map.json`.
2. Find existing Aria action patterns.
3. Reuse the current auth and workspace checks.
4. Keep inputs small and explicit.
5. Return structured output.
6. Add docs and tests.

## Avoid breaking

* Prompt safety rules.
* Workspace scoping.
* Existing action response shape.
* Human review flow.
