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

# Enterprise teams

> Scale demo creation across teams with repository-backed workflows.

Inkly helps larger teams treat demos like product assets that can be reviewed, maintained, and updated through the same workflow as code. Your hub lives in GitHub, so changes can move through branches, pull requests, and your existing review process.

This makes demo work easier to coordinate across product, marketing, sales, success, enablement, and support teams.

## How Inkly helps

* Keep demo source in a GitHub-backed hub.
* Review demo changes before they reach the hosted hub.
* Use agents to update demos when product changes ship.
* Organize demos by audience, use case, feature, or team.
* Keep large media out of GitHub with optional asset sync.

## Common workflow

<Steps>
  <Step title="Connect the hub repo">
    Set up Git sync so Inkly publishes from the branch your team chooses.
  </Step>

  <Step title="Create demos in branches">
    Capture, edit, and personalize demos without changing the live hub immediately.
  </Step>

  <Step title="Review changes">
    Use pull requests to review demo copy, structure, and assets with the right owners.
  </Step>

  <Step title="Merge to publish">
    Merge to the connected branch when the demo is ready. Inkly updates the hosted hub automatically.
  </Step>
</Steps>

## Related docs

<CardGroup cols={2}>
  <Card title="Why AI native" icon="robot" href="/ai-native-demo-platform">
    See how agents can author, maintain, and customize demos.
  </Card>

  <Card title="Sync assets" icon="upload" href="/cli/sync-assets">
    Keep large media out of GitHub while preserving clean demo source.
  </Card>
</CardGroup>
