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

# Distributing Your Agent

> Step-by-step guide to agent distribution

# Distributing Your Agent

**Deploy your agent to multiple organizations safely.**

## Prerequisites

Before distributing:

* ✅ Agent fully tested
* ✅ System prompt finalized
* ✅ Performance validated
* ✅ Documentation prepared

## Distribution Steps

<PLACEHOLDER_VIDEO>
  Complete screen recording showing the distribution flow: navigating to an agent, clicking "Distribution Settings", configuring distribution options (name, customization settings), selecting target organizations from a list, clicking "Distribute", and seeing confirmation of successful deployment
</PLACEHOLDER_VIDEO>

<Steps>
  <Step title="Prepare Agent">
    Agents → Select agent → Distribution Settings
  </Step>

  <Step title="Configure Distribution">
    * Set distribution name
    * Choose customization options
    * Set default configurations
  </Step>

  <Step title="Select Organizations">
    Choose which organizations to deploy to
  </Step>

  <Step title="Deploy">
    Click "Distribute"—instant deployment
  </Step>
</Steps>

## Distribution Options

<Tabs>
  <Tab title="Standard">
    Identical agent across all organizations
  </Tab>

  <Tab title="Customizable">
    Allow per-org configuration (Enterprise)
  </Tab>

  <Tab title="White-Label">
    Each org can rebrand (Enterprise)
  </Tab>
</Tabs>

## Managing Distributions

<PLACEHOLDER_SCREENSHOT>
  Screenshot of the distribution management dashboard showing: list of active deployments, organization count for each, usage statistics per org, update status indicators, and "Push Update" button
</PLACEHOLDER_SCREENSHOT>

**View distributions:**

* Active deployments
* Organization count
* Usage per org
* Update status

**Update distributed agents:**

1. Make changes to master agent
2. Click "Push Update"
3. Updates apply to all instances
4. Zero downtime

<Card title="Next: Managing Deployments" href="/distribution/managing-deployments">
  Monitor and manage your distributions
</Card>
