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

# Report library

> Manage reusable templates and snippets that feed one-off draft creation and the structured report workspace.

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

# Report library

The report library is split into two management areas:

* **Report Templates**
* **Report Snippets**

Both are reusable content layers for reporting. They are not the same thing as an individual report draft.

## Report templates

Templates define reusable report defaults, including:

* template name and description
* report mode
* default titles and status/severity defaults
* the shell used when creating a one-off report draft

Use the templates index to:

* review existing templates
* create a new template
* open an existing template for editing

## Report snippets

Snippets are reusable pieces of narrative content that feed editable report sections.

Use the snippets index to:

* review snippet labels and target sections
* create a new snippet
* edit an existing snippet

Snippets are most useful when your team wants repeatable language for common executive or technical sections.

<ManagerOnly>
  Template and snippet management is limited to elevated reporting roles. If you only work in report drafts, you may never see these pages.
</ManagerOnly>

## Related routes covered by this guide

* `/dashboard/reports/templates`
* `/dashboard/reports/templates/new`
* `/dashboard/reports/templates/[templateId]/edit`
* `/dashboard/reports/snippets`
* `/dashboard/reports/snippets/new`
* `/dashboard/reports/snippets/[snippetId]/edit`

## Related guides

* [Reports](/dashboard/reports)
* [Draft and export a report](/workflows/draft-and-export-a-report)
