# Sharing Conversations

Share a Nova conversation with your team or clients using a read-only link. They can view the full conversation without needing to log in.

## How to Share

1. Open the conversation you want to share
2. Click the **share icon** in the chat header
3. Click **Create Link**
4. A public URL is generated — click **Copy Link**
5. Send the link to anyone — they can view the conversation in their browser

![share icon](/files/4tSmGIbaMlqppl2Kka6b)

## Stop Sharing

1. Open the shared conversation
2. Click the **share icon** in the chat header
3. Click **Stop Sharing**
4. The link is immediately deactivated — anyone who clicks it will see a "Link Expired" message

## What Shared Viewers See

* The full conversation history (messages, questions, and answers)
* Tool outputs and results
* They **cannot** send new messages or interact with the chat
* No login is required to view a shared link

## Related Pages

* [Starting a Chat](/nova-ai-assistant/nova/starting-a-chat.md)
* [Understanding Tool Calls](/nova-ai-assistant/nova/starting-a-chat/tool-calls.md)


---

# 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.proforgeerp.com/nova-ai-assistant/nova/starting-a-chat/sharing-conversations.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.
