# Share a chat with your Agent

AIsuru's **chat sharing** feature lets you share specific ongoing conversations, allowing other users to view and read the exact discussion you had with your Agent.

#### How chat sharing works

Unlike standard Agent sharing, **chat sharing** creates a link specific to the current conversation, preserving the full message history and the context of the discussion.

**Key differences**:

* **Agent sharing**: a direct link to the Agent that starts a new conversation;
* **Chat sharing**: a specific link to the current conversation with the full message history.

#### Accessing chat sharing

The feature is available through the **Share button** in the Agent widget interface.

⚠️ **Important**: The share button **is not available in "Try" mode**, even if a layout has been set as the default.

#### Available sharing options

When you click the Share button, a panel opens with the following options:

* **Share chat**: generates a link specific to the current conversation; anyone who receives the link will be able to read the chat;
* **Copy to clipboard**: quickly copies the Agent link to share it manually;
* **Share the Agent on integrated social networks**:
  * Facebook;
  * Twitter;
  * LinkedIn;
  * WhatsApp;
  * Telegram.
* **Email**: opens the mail client with the link pre-filled;
* **QR Code**: generates a QR code for quick Agent sharing;
* **Download**: lets you download the QR code as a PNG.

#### Practical uses

Chat sharing is particularly useful for:

* **Collaboration**: sharing a specific discussion with colleagues or collaborators
* **Technical support**: letting an expert see exactly the problem being discussed
* **Training**: sharing examples of effective conversations with the Agent
* **Documentation**: saving and sharing important interactions for future reference

💡 **Tip**: Use chat sharing to build a library of sample conversations that can serve as examples or templates for other users.<br>


---

# Agent Instructions: 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:

```
GET https://docs.aisuru.com/en/sharing/share-a-chat-with-your-agent.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
