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

# Training

> Train employees and customers with interactive SOPs and walkthroughs.

Inkly helps teams turn internal processes and customer workflows into repeatable interactive demos. A training demo can show the exact steps, the expected context, and the result without requiring a live environment for every learner.

Use training demos for employee onboarding, customer education, support playbooks, and standard operating procedures.

## How Inkly helps

* Create reusable walkthroughs for operational processes.
* Turn SOPs into interactive product guidance.
* Keep training current as product changes ship.
* Let learners review the workflow at their own pace.
* Organize training demos in a hub by team, role, or process.

## Common workflow

<Steps>
  <Step title="Document the process">
    Start with the specific task the learner needs to complete.
  </Step>

  <Step title="Capture the steps">
    Use the Chrome extension for human-led recording or the CLI for agent-led capture.
  </Step>

  <Step title="Add training notes">
    Explain decision points, warnings, and expected outcomes in step copy.
  </Step>

  <Step title="Publish the training hub">
    Commit the demos to your synced hub so the latest training material is always available.
  </Step>
</Steps>

## Related docs

<CardGroup cols={2}>
  <Card title="Set up Git sync" icon="git-branch" href="/platform/get-synced">
    Connect GitHub so training demos update from your source repo.
  </Card>

  <Card title="Publish a collection of demos" icon="globe" href="/cli/publish-a-demo-hub">
    Understand how hosted hubs update from the connected branch.
  </Card>
</CardGroup>
