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

# Playbooks

> Use and, if allowed, manage the internal playbook library for repeatable delivery workflows.

export function ManagerOnly({children}) {
  return <Callout type="warning">
      <strong>Manager only:</strong> {children}
    </Callout>;
}

# Playbooks

The **Playbook Library** is the dashboard’s internal checklist library. It helps users run repeatable delivery processes without leaving the product.

## Who can use this area

Any authenticated dashboard user can view the playbook library.

Creating or editing playbooks is more restrictive:

<ManagerOnly>
  Only users with playbook-management access can create or edit playbooks.
</ManagerOnly>

## What you can do on the playbooks page

Use the page to:

* review playbook summaries and audiences
* open phase-by-phase checklists
* jump to relevant dashboard routes from the playbook sidebar
* create or edit playbooks if you have access

The **Relevant Routes** panel only shows dashboard routes. It filters out administration routes and falls back to a no-routes empty state when a playbook has no dashboard-only links configured.

Current playbooks focus on:

* engagement kickoff
* evidence to findings
* report release and QA

## Related routes covered by this guide

* `/dashboard/playbooks`
* `/dashboard/playbooks/new`
* `/dashboard/playbooks/[playbookId]/edit`

## Related guides

* [Engagements](/dashboard/engagements)
* [Reports](/dashboard/reports)
* [Create and run an engagement](/workflows/create-and-run-an-engagement)
