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

# AI-generated tasks

> Tasks that Xura creates on your behalf — from flows, recommendations, and signals.

Tasks with an **AI badge** (top-right of the card) were created by Xura, not you.

## Sources

* **workflow** — action step of a completed Flow. Task title = action label, priority = medium, source label = the workflow name.
* **recommendation** — accepting a market signal or metric alert of `action.type === 'task'`.
* **dashboard** — from a dashboard's recommended-actions row.

All three are marked as AI-created ([taskStore.ts](https://github.com/xura/xura/blob/main/src/tasks/taskStore.ts#L44) `AI_SOURCES`).

## Priority

AI tasks currently default to `medium` priority. Roadmap: inherit from the finding's severity (e.g., a "Critical SLA Breach" step should become `high`).

## Dismissing

Same as manual tasks — mark done or delete.
