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

# Share Link

This article demonstrates how to use the **Share** feature to share pre-selected images outside of Salesforce using a public URL.

{% hint style="warning" %}
**Note:**

The richer [SharinPix Share](/documentation/lightning-web-component/sharinpix-share.md) feature is recommended, as the Share Link is limited and may no longer be maintained.
{% endhint %}

{% hint style="info" %}
On the SharinPix dashboard's Organization page, there's a configuration that should only be modified as necessary.

**Enable public access to shared images**: Tick the checkbox before using the Share Link feature. This ensures proper image rendering on shared links for external users without Salesforce or SharinPix authentication. It does not apply to the SharinPix Share Lightning Web Component.
{% endhint %}

![](/files/PPR6spAHiFuexqywfmg4)

Follow the steps below to generate a public URL for the images using the Share feature.

* On the SharinPix Album, select the desired images.
* Click on the thumbnail menu.

![](/files/oNQa8YOQtVNVQeybFizX)

* Click on **Share**.

![](/files/nxIr9GxllQ3K7uAyKqNf)

* On the modal, click **Copy Link** to copy the generated public URL containing the selected images.

![](/files/x7EfyAwE4YJhyyfeQQ3G)

* Check the **Allow download** option to allow users to download images when accessing the public URL.

![](/files/O2k5DdjuxwCcR6Idt1V7)

{% hint style="warning" %}
**Note:**

If you see the following error on the modal: **Contact your Salesforce administrator to enable the share feature on your organization**. Kindly tick **Enable public access to shared images** on the [SharinPix dashboard's Organization page](/documentation/getting-started-with-sharinpix/overview-of-the-sharinpix-administration-dashboard.md).
{% endhint %}

![](/files/CnvLy3KH8AXZpYObK5S0)


---

# 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.sharinpix.com/documentation/features/menu-commands/share-link.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.
