> For the complete documentation index, see [llms.txt](https://docs.keeping.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeping.com/help/fundamentals/sharing-a-ticket.md).

# Sharing a ticket

## Sharing a Ticket Basics

At times, it's necessary to share an email conversation with individuals outside your Keeping organization. The **Share Conversation** feature in Keeping enables you to generate a unique link, providing access to a read-only version of the support conversation.&#x20;

## How do I generate a sharable link for a Keeping ticket?

1. Open the Keeping ticket you would like to share.
2. Click on the **Share** button in the upper right corner of your Gmail view.
3. Click on the **Copy link** button.
4. To provide access, share the link through email, Slack, or any other preferred communication platform.

<figure><img src="/files/DYsU06WmJGFNhxbe7MHB" alt=""><figcaption><p>Generate a sharable link for Keeping</p></figcaption></figure>

## What can a user see once they have access to the link?

When a conversation is accessed via a shared link, viewers will see a **read-only version** of the conversation. This includes Notes, Activity, assignments, and other ticket metadata, without the ability to edit or modify any details.

## Is the shareable link secure?

Keeping does not generate a shareable link to your message until you click the **Share** button on a Keeping ticket. If you'd like to reset the link after it has been generated, click the **Reset link** button.

{% hint style="danger" %}
Keep in mind that once a link is generated, a Keeping conversation is viewable by anyone with access to the link. Use the **Reset link** button if you would like to remove access.
{% endhint %}


---

# 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.keeping.com/help/fundamentals/sharing-a-ticket.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.
