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

> ## Agent Instructions
> Spur is an AI-powered QA engineer that lets teams create and run automated end-to-end tests for web and mobile apps using natural language.
> When answering questions about Spur, cite the relevant page from docs.spurtest.com.

# Overview of Prompt Library

> A collection of effective prompt patterns and examples for different testing scenarios

Ready-to-use prompt patterns that help you get the most out of Spur's AI agent. Browse by category to find examples that match your testing goals.

<CardGroup cols={2}>
  <Card icon="arrow-up-wide-short" title="High-Level Instructions" href="/getting-started/prompt-library/high-level-instructions">
    User-focused flows where you describe the goal and let the agent figure out the steps.
  </Card>

  <Card icon="user" title="Persona Based Tests" href="/getting-started/prompt-library/persona-based-tests">
    Give the agent a persona to uncover user-specific experiences, accessibility issues, and UX friction.
  </Card>

  <Card icon="compass" title="Exploratory Tests" href="/getting-started/prompt-library/exploratory-tests">
    Let the agent freely explore your site to discover edge cases and unexpected behaviours.
  </Card>

  <Card icon="lightbulb" title="Other Useful Prompts" href="/getting-started/prompt-library/other-useful-prompts">
    Additional patterns for specialised scenarios like chatbot testing.
  </Card>
</CardGroup>

<Tip>
  New to writing prompts for Spur? Start with the [Web Prompting Guide](/getting-started/web-prompting) or [Mobile Prompting Guide](/getting-started/mobile-prompting) to learn the fundamentals before diving into these examples.
</Tip>

## Next Steps

* Learn the basics in the [Web Prompting Guide](/getting-started/web-prompting) and [Mobile Prompting Guide](/getting-started/mobile-prompting)
* Try writing your [first test](/getting-started/first-test)
* Explore [available actions](/authoring-tests/test-side-peek/step-types/actions/actions-overview)
