> For the complete documentation index, see [llms.txt](https://interfacing.gitbook.io/interfacing-help-files/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://interfacing.gitbook.io/interfacing-help-files/end-users/library/sharing-documentation.md).

# Sharing Documentation

Easily share direct links to documentation items with colleagues.

The **Copy Link** feature lets you copy a link to the documentation item you’re currently viewing. When someone opens the link, they are taken directly to the exact item and version you shared.

This also works for **previous versions**, making it easy to reference and discuss historical states of documentation.

The Copy Link ( <i class="fa-clone">:clone:</i> ) option is available throughout the platform in all **three-dot menus** (⋮), and in the **version history**.

***

{% stepper %}
{% step %}

### Sharing Documentation

* Open the **three-dot menu (⋮)** from anywhere in the platform\
  (Library tree and list or Details panel).
* Select  <i class="fa-clone">:clone:</i> **Copy Link**.
* The link is automatically copied to your clipboard.

Paste the link into an email, chat, or any other tool to share it with colleagues.
{% endstep %}

{% step %}

### Sharing a Previous Version

You can also share specific historical versions of a documentation item from [**Version History**.](#user-content-fn-1)[^1]

* On the version you want to share, click the **Copy Link icon** ( <i class="fa-clone">:clone:</i> ) next to the version timestamp.

The link is copied automatically—paste it to share.

{% hint style="info" %}
For more information on navigating to a previous version, see [Versioning](/interfacing-help-files/end-users/library/exploring-the-details-panel/versioning.md).
{% endhint %}
{% endstep %}
{% endstepper %}

[^1]: * Click on the version dropdown
    * Select a version or click 'See Full Version History'


---

# 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://interfacing.gitbook.io/interfacing-help-files/end-users/library/sharing-documentation.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.
