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

# Share Your Agent

> Learn how to share your AI agents with others

## Sharing your agent with others

Extend the value of your creations by sharing them with individuals, teams, or the entire Demiurg community.

<CardGroup cols={3}>
  <Card title="Direct Sharing" icon="user-plus">
    Share with specific people
  </Card>

  <Card title="Team Sharing" icon="users">
    Share with your organization
  </Card>

  <Card title="Public Sharing" icon="globe">
    Share with all Demiurg users
  </Card>
</CardGroup>

## Permission levels

| Permission    | Allows recipient to             |
| ------------- | ------------------------------- |
| **View Only** | Chat with the agent             |
| **Edit**      | Modify settings and description |
| **Admin**     | Edit and share with others      |
| **Clone**     | Create their own copy           |

<Tip>
  For casual sharing, "View Only" is usually sufficient.
</Tip>

## How to share

<Steps>
  <Step title="Open sharing options">
    From your agent dashboard, select the agent and click "Share" button.
  </Step>

  <Step title="Choose sharing method">
    Select direct share (emails/usernames), team share, or public share.
  </Step>

  <Step title="Set permissions">
    Choose appropriate permission level for each recipient.
  </Step>

  <Step title="Add optional message">
    Explain your agent's purpose and benefits.
  </Step>

  <Step title="Complete sharing">
    Click "Share Agent" to finalize.
  </Step>
</Steps>

## Managing shared agents

Modify access anytime through your agent's settings in the "Sharing" tab:

* Change permissions
* Remove access
* Add new recipients

## Accessing shared agents

Find agents shared with you in:

* Your notifications
* "Shared with Me" section in dashboard
* Mobile app's "Agents" tab

## Mobile access

All your agents (created or shared) are available in the mobile app:

1. Open the Demiurg app
2. Go to "Agents" tab
3. Select the agent to start chatting

## Publishing to community

<Steps>
  <Step title="Prepare your agent">
    Polish your agent and add detailed descriptions.
  </Step>

  <Step title="Submit for review">
    Select "Publish to Community" from settings.
  </Step>

  <Step title="Await approval">
    The Demiurg team will review your submission.
  </Step>
</Steps>

<Warning>
  Published agents are visible to all users. Don't include sensitive information.
</Warning>

## Next steps

<CardGroup cols={2}>
  <Card title="Explore Templates" icon="clone" href="/agents/templates">
    Discover pre-built agents
  </Card>

  <Card title="Customize Agents" icon="sliders" href="/agents/behavior">
    Advanced agent settings
  </Card>
</CardGroup>
