# Share Link

{% hint style="warning" %}
These pages relate to our Beta version and the features are under redevelopment.
{% endhint %}

## Share via Share Link

You can share published Nodes with peers by sending them a share-link. You can even direct them to specific components of your Node by sending them a public link to that specific component. Simply click on the ![](/files/caRGjX3YOsGV1PTpFLGL) share icon in the top right corner. This will open a window with public share links to your entire Node as well as each individual component. Copy the one you need and send it to your peers! Sharing research is that easy.

{% hint style="warning" %}
Share Links are traditional URLs. They may be subject to reference rot. **Do not use these links for in-manuscript citations.**
{% endhint %}

<figure><img src="/files/v4C6eje0u4OZfsjQXmZk" 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.desci.com/create-and-publish/share/share-link.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.
