# Sharing Chats

[​](http://localhost:3000/docs/product-features/chat#sharing-chat)To share a chat, click **Share** and select the users you want to provide access to. Sharing chat history serves multiple purposes:

* **Audit & Compliance** → Maintains a documented record of analyses.
* **Transparency** → Allows others to follow your assumptions, logic, and chain of thinking that led to a specific conclusion.
* **Continuity in Decision-Making** → Enables teammates to pick up where you left off without repeating work, spot potential errors, and strengthen the quality of insights.
* **Knowledge Transfer** → Helps onboard new team members by showing how prior analyses were structured and decisions were reached.
* **Cross-Functional Alignment** → Ensures stakeholders across teams (e.g., product, finance, operations) are working from the same context and insights.

<figure><img src="/files/dBTxtlKTRcX05z1j2pYA" alt=""><figcaption></figcaption></figure>


---

# 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.lumi-ai.com/product-features/chat/sharing-chats.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.
