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

# Share Your Agent Publicly

> Submit agents to the Airia Community for public access

# Share Your Agent Publicly

Share your agents with the broader Airia ecosystem through the Community. After review, your agent becomes publicly available to all users.

<Note>
  Community sharing makes your agents publicly available after review. For private, controlled sharing with specific individuals or teams, see [Share Your Agent Directly](./share-directly).
</Note>

## Requirements

<AccordionGroup>
  <Accordion title="Community Guidelines Compliance">
    Your agent must adhere to [Airia Community Guidelines](https://airia.com/legal/Community-Guidelines.pdf):

    * Functional and works as described
    * Clear, accurate documentation
    * Professional quality
    * No malicious or harmful content
  </Accordion>

  <Accordion title="Security Review">
    All submissions undergo security review:

    * No embedded credentials or sensitive data
    * Appropriate tool permissions
    * Safe data handling practices

    <Note>
      Credentials are automatically replaced with placeholders, but manually review Python code blocks and hard-coded values in tool properties.
    </Note>
  </Accordion>

  <Accordion title="Best Practices">
    **Before Submitting:**

    * Test thoroughly across different scenarios
    * Add Annotations to canvas explaining logic
    * Complete Agent Description field
    * Remove organization-specific content
    * Include setup requirements in description

    **Documentation Tips:**

    * Focus on reusability for multiple users
    * Include use cases and expected behavior
    * Note required credentials and integrations
    * Add variables that enable customization
  </Accordion>
</AccordionGroup>

***

## Frequently Asked Questions

<AccordionGroup>
  <Accordion title="Who can contribute to the Community?">
    Any user who can build agents can contribute. Check with your organization's admin if you're unsure about permissions.
  </Accordion>

  <Accordion title="What happens after approval?">
    Once approved:

    * Your agent appears in the Community catalog
    * You're credited as the contributor
    * Other users can discover and import your agent
    * You'll receive email notification
  </Accordion>

  <Accordion title="Can I update my agent after submission?">
    Yes. Submit a new version following the same process. The Community listing will update once the new version is approved.
  </Accordion>
</AccordionGroup>

***

## Next Steps

* Learn more about [why and how to contribute](/community/contributing-agents)
* Want private sharing instead? See [Share Your Agent Directly](./share-directly)
* Review the [Sharing Overview](./overview)
