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

# Sharing Gallery Links

You can share a direct link to your online gallery with clients, partners, or participants so they can view and download images from their own devices.

Keep in mind that as long as event guests used a sharing option (such as text or QR), they already received a link to their own individual picture. If your gallery is set to Public, those guests can navigate to view the rest of the gallery's photos without any additional action from you.

***

#### Gallery Privacy & Link Availability <a href="#h_3b9d4d8d9e" id="h_3b9d4d8d9e"></a>

The ability to share a gallery link depends on the [privacy level](https://app.gitbook.com/o/eHFXSkXLgDkVnDuB7CHd/s/gkBJjut3zmQfG3bS9iDb/basic-gallery-settings/gallery-privacy-options) you have selected for that specific event.

* **Public & Unlisted Galleries**: You can share the URL with anyone. Anyone with the link will be able to view the photos and the live gallery page.
* **Private Galleries**: Link sharing is **unavailable** for Private galleries. Photos in these galleries are permanently marked as private and cannot be viewed via a public URL. To share these images, you must [download the files](broken://pages/9iHT8OSjdU5hizittKdB) and send them manually.

***

#### How to Share a Gallery Link <a href="#h_545eb5404b" id="h_545eb5404b"></a>

Follow these steps to retrieve and share your gallery URL from your dashboard:

1. Ensure the HALO app's [**offline queue**](/running-your-event/offline-upload-queue.md) is empty to confirm all recent photos have uploaded.
2. Visit your [**Gallery List**](https://app.simplebooth.com/galleries) and click on the gallery you want to share.
3. Expand the **Actions** dropdown menu.
4. Select **Copy Link**.
5. Paste the link into your email, text, or social media message.

<figure><img src="/files/QxeW2bafUxBIJZIHW76o" alt="" width="563"><figcaption></figcaption></figure>


---

# 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.simplebooth.com/sharing-photos/sharing-gallery-links.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.
