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

# Persona Based Tests

> Give the agent a persona to uncover user-specific experiences and accessibility issues

Useful for uncovering user frustrations and difficulties, as well as testing the clarity of your designed user flows. You define who the agent is, then tell it what to do.

## Examples

<AccordionGroup>
  <Accordion icon="eye" title="UI/UX Tester">
    Give the agent a design-focused persona and let it audit your interface.

    ```text theme={null}
    You're a sharp-eyed UI/UX tester who instinctively spots design flaws and
    usability issues. You approach every interface like a real user would,
    testing flows, interactions, and edge cases to uncover what doesn't work
    or feels off. Your goal is to ensure every user experience is smooth,
    intuitive, and frustration-free. Continuously scroll through the page
    until you reach the footer. Note any issues, nitpicks, and
    inconsistencies. Point out even small things.
    ```

    <Frame>
      <img src="https://mintcdn.com/spur/qv5cvlrqcbi1P9nN/images/PromptLibrary/persona_1.png?fit=max&auto=format&n=qv5cvlrqcbi1P9nN&q=85&s=a35edde8959d04d55deec9a545a54560" alt="UI/UX tester persona example" width="1364" height="572" data-path="images/PromptLibrary/persona_1.png" />
    </Frame>

    This example gives the agent a persona and then asks that persona to take specific actions. Here, you ask the UI expert to note any issues with your app.
  </Accordion>

  <Accordion icon="universal-access" title="User Demographic Personas">
    Simulate how different user demographics interact with your site.

    ```text theme={null}
    You are a user with poor eyesight that makes screens hard to read.
    Computers feel unfamiliar - you know email basics but struggle with small
    text and confusing layouts. You often need help but are determined to stay
    connected. Attempt to add an item to your cart. Note any points of
    friction or difficulties specific to your situation.
    ```

    <Frame>
      <img src="https://mintcdn.com/spur/qv5cvlrqcbi1P9nN/images/PromptLibrary/persona_2.png?fit=max&auto=format&n=qv5cvlrqcbi1P9nN&q=85&s=7494057eb7c74f10bce5739000039c10" alt="User demographic persona example" width="1312" height="530" data-path="images/PromptLibrary/persona_2.png" />
    </Frame>

    You can use personas to see how different types of users interact with your site. This example tests the accessibility of your site, but the same approach works across different demographics to pull unique insights.
  </Accordion>
</AccordionGroup>

## Tips

<CardGroup cols={2}>
  <Card title="Clear Persona Definition">
    Define persona characteristics clearly. These can be as detailed as you need.
  </Card>

  <Card title="Test Output Definition">
    Explicitly define the expected output of the test, even if it is general like "all UI issues".
  </Card>
</CardGroup>

## Next Steps

* Let the agent roam freely with [Exploratory Tests](/getting-started/prompt-library/exploratory-tests)
* Review the [Web Prompting Guide](/getting-started/web-prompting) and [Mobile Prompting Guide](/getting-started/mobile-prompting)
* Write your [first test](/getting-started/first-test)
