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

# Share

The **Share** page shows a preview of the diamond(s) that you want to share on the left and an email form on the right. If you are sharing more than one diamond, use the arrows to scroll through the previews. The preview displays the information as it will appear when a recipient selects the **View diamond** link in the email that they receive. Recipients can view a grading report if one is available and view diamond details.

## View diamond details

To view the diamond information that will be shared with the external party, select **VIEW DIAMOND DETAILS**.

If you have more than one diamond selected, use the left and right arrows (which appear above the preview) to scroll through the selected diamonds.

## Remove a diamond

If you do not want to share a selected diamond, select the diamond in the **diamonds selected to share** section, and then select **Remove**.

## Share a diamond

Tracr allows you to share the details of one or more diamonds with an external party. Note that polished diamonds can only be shared or transferred if they are unlocked. You can unlock one or more locked diamonds from the Diamond Details page prior to sharing.

{% stepper %}
{% step %}

### Open the Share page

Open the **Share** page for the diamonds that you want to share. Note that you may need to unlock diamonds that are locked before you can share.
{% endstep %}

{% step %}

### Confirm previews

Check each preview to ensure you are sharing the correct diamond(s).
{% endstep %}

{% step %}

### Remove any diamond you don't want to share

If you do not want to share a selected diamond, select the diamond in the **diamonds selected to share** section, and then select **Remove**.
{% endstep %}

{% step %}

### Provide email details

Fill in the email form:

* **To** – Enter the email address of each recipient, separated by a comma or space.
* **Subject** – Enter the subject of the email.
* **Message** – Enter a message to the recipient(s).
  {% endstep %}

{% step %}

### Send

Select **Send**. Recipients receive an email containing a link to view the diamond(s) that you shared.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
The share link in the email is active for seven days.
{% 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.tracr.com/tracr-help-pages/share.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.
