> 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/link.md).

# Share a link to your Agent

**Sharing your AI Agent via link is a simple and effective way to distribute your virtual assistant**. This feature lets you control access to your Agent and customize the experience for different groups of users, boosting engagement and the effectiveness of your conversational AI strategy.

### Where do I find my Agent's link?

To find your Agent's links:

1. Go to your Agent's management panel;
2. Navigate to the "**Share me**" section.

In this section you'll find two access links for your Agent:

* [**Private link**](#user-content-fn-1)[^1] -> more secure, always available;
* [**Public link**](#user-content-fn-2)[^2] ->
  * Easier to remember and share;
  * This link is visible and usable only when [the Agent is visible on the homepage](/en/sharing/security-visibility-and-homepage-sharing.md).

**Copy one of these links and send it to your first tester!** Remember to also share the Agent's password (you'll find it below your private link — press the  button to copy it).

💡 If you've set a [default layout](/en/sharing/create-and-manage-sharing-layouts.md#managing-multiple-layouts), both the private and public links will follow its customizations.

### How do I get the link for a custom layout?

To get the link for a specific custom layout, check the table below: under the "URL" column you'll find the  **button**. Click it to open the page, then copy the link from the new page and share it with whoever you want!

<br>

[^1]: Format: <https://www.aisuru.com/it/private/\\[AGENT-ID]/\\[USER-ID>]

[^2]: Format: <https://www.aisuru.com/it/\\[USERNAME]/\\[AGENT-NAME>]


---

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