> For the complete documentation index, see [llms.txt](https://docs.aisuru.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisuru.com/en/sharing/share-your-agents.md).

# Share your Agents

You've created and customized your virtual assistant with AIsuru — now it's time to share it with the world! In this section, we'll explore the different ways AIsuru lets you distribute and embed your digital twin across a variety of contexts and platforms.

In the next chapters, you'll discover how to:

1. Share your Agent [**via link**](/en/sharing/share-your-agents/link.md);
2. [Share a chat](/en/sharing/share-a-chat-with-your-agent.md) with your Agent;
3. Embed your Agent in [**websites**](/en/sharing/share-your-agents/website-embed.md);
4. [Download an HTML page](/en/sharing/share-your-agents/download-html-page-with-your-agent.md) with your Agent;
5. Integrate your Agent with a [**WordPress blog**](/en/sharing/share-your-agents/integrate-agent-with-wordpress.md);
6. Deploy your Agent on [**kiosks and physical devices**](/en/sharing/share-your-agents/kiosks-and-physical-devices.md);
7. Add your Agent to [**Virtual Reality (VR) and Augmented Reality (AR)**](/en/sharing/vr.md) environments\*\*;\*\*
8. Integrate your agents on [WhatsApp Business.](/en/sharing/share-your-agents/whatsapp-business-integration.md)

{% hint style="info" %}
**Watch out for name changes**:\
If you rename your Agent, the links for active layouts will stop working. You'll need to create and reshare the new links. Private links will continue to work normally.
{% endhint %}

Each sharing method has its own unique advantages and lets you reach your audience in different and engaging ways. By following this guide, you'll be able to take your conversational AI anywhere you want, opening up new possibilities for interaction and engagement with your audience.<br>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aisuru.com/en/sharing/share-your-agents.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
