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

# Freelancer playbook

> Repeatable UAT habits: new client, packs, reuse, running, bugs, retest, updates, and delivery.

This playbook is the repeatable job. Use SimpleUAT to organize, reuse, run, track, and deliver so you are not maintaining the spreadsheet and the recap by hand.

<Columns cols={2}>
  <Card title="New client" icon="user-plus" href="/playbook/new-client">
    Project, environment, tests, cycle, and connection.
  </Card>

  <Card title="Your own pack" icon="package" href="/playbook/own-pack">
    Builder, JSON, AI generate: not save-from-project.
  </Card>

  <Card title="Reuse" icon="copy" href="/playbook/reuse">
    Packs install into projects; then it's just tests.
  </Card>

  <Card title="Running" icon="play" href="/playbook/running">
    Cycles, runs, statuses, when to stop.
  </Card>

  <Card title="Bugs" icon="bug" href="/playbook/bugs">
    Findings, evidence, Jira links vs GitHub create.
  </Card>

  <Card title="Retesting" icon="rotate-ccw" href="/playbook/retesting">
    Fail, finding status, client retest queue.
  </Card>

  <Card title="Keep the client updated" icon="message-square" href="/playbook/keeping-client-updated">
    Notifications, comments, and exports.
  </Card>

  <Card title="Delivering" icon="send" href="/playbook/delivering">
    Connection, snapshot, review, exports.
  </Card>
</Columns>

If you're brand new, start with [quickstart](/start-here/quickstart) or the [Acme job](/start-here/testing-gig).
