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

# Swimlane Templates

> Browse and apply pre-built swim lane diagram templates to quickly scaffold new workflow diagrams.

The Swimlane Templates page provides a browsable library of pre-built diagram templates that users can apply as starting points for new swim lane workflow diagrams. It is reached at `/platform/workflows/diagrams/templates`.

## Overview

The page wraps `SwimLaneTemplateList`, which renders available diagram templates. The header includes a **Back to Diagrams** button that returns to `/platform/workflows/diagrams`. Users choose a template to scaffold a new diagram.

## Who it's for

Requires `pf.swim-lane-diagrams.view` (route guard).

## Before you start

* No prerequisites; templates are available to all users with `pf.swim-lane-diagrams.view`.

## Steps

1. Navigate to **Platform → Workflows → Diagrams → Templates** (`/platform/workflows/diagrams/templates`) or click **Browse Templates** from the diagrams list.
2. Browse the available templates.
3. Select a template to use it as the basis for a new diagram.
4. Use **Back to Diagrams** to return without selecting a template.

## Related

<Columns cols={2}>
  <Card title="Platform Foundation" icon="layer-group" href="/pf/overview">
    Platform Foundation overview.
  </Card>

  <Card title="Governance & parity" icon="scale-balanced" href="/governance/index" />
</Columns>

<Note>
  This page documents shipped product behavior. It is not medical, legal, or
  billing advice. Verify against your organization's policies and applicable
  regulations before using it for clinical, compliance, or billing decisions.
  Protected health information (PHI) shown in the product is governed by your
  tenant's access controls and is never exposed in this documentation.
</Note>

<Accordion title="Documentation sources">
  * src/routes/platform.tsx
  * src/platform/workflow/pages/SwimLaneTemplatesPage.tsx
  * src/platform/workflow/components/SwimLaneTemplateList.tsx
</Accordion>
