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

# Personas

> A persona is who you test as: name, description, color, role category, active flag, plus access types and login methods.

A persona is the "log in as store admin" note at the top of the sheet, not an SSO product, not session recording.

## Fields

* **name**, **description**, **color**
* **role\_category**
* **is\_active**
* Access types and login methods exist on the persona

**Create First Persona**. You can edit and delete. Cases can set `required_persona_id` so the run reminds you who to be.

Use real test accounts in preconditions (email/password the client gave you). The persona is the *role*, not a password vault.

<Columns cols={2}>
  <Card title="Cases can require a persona" icon="list-checks" href="/tests/what-is-a-case">
    required\_persona\_id and other fields.
  </Card>

  <Card title="RBAC pack" icon="shield" href="/packs/which-pack">
    When you need two roles on purpose.
  </Card>
</Columns>
