# Gallery Privacy Options

Gallery privacy controls who can view the online gallery from your event and how images can be accessed or shared.

No matter which option you choose, participants will always receive a direct link to their own photo unless you intentionally disable all sharing options.

***

### Online Gallery Privacy Options

Adjust your gallery's privacy level from the **basic** section of the [Gallery Designer](https://app.simplebooth.com/galleries).

{% tabs %}
{% tab title="Public" %}
The least restrictive privacy setting.

* Event guests can view the main gallery page and browse other participants’ photos.
* If photo links are shared on social media, anyone on the internet can access the gallery.
* A [**public gallery opt-in**](/copy-of-halo-app/experience-designer/post-capture/gallery-opt-in.md) is shown so participants can choose not to have their photo displayed publicly.

{% hint style="info" %}
This option is best for events where sharing and discoverability are encouraged.
{% endhint %}
{% endtab %}

{% tab title="Unlisted" %}
A balance between visibility and privacy.

* Event guests cannot view the main gallery page or other participants’ photos.
* Direct photo links shared on social media do **not** allow public access to the full gallery.
* Anyone with the main gallery link can view and scroll the entire gallery.
  * This allows you to share the gallery with a client, team, or internal stakeholders.
* If the main gallery link is shared publicly, the gallery can be accessed by anyone with that link.
* A [**public gallery opt-in**](/copy-of-halo-app/experience-designer/post-capture/gallery-opt-in.md) is still shown to participants, in case the gallery link is shared more widely than intended.

{% hint style="info" %}
This option keeps the participant experience private while still allowing controlled sharing of the full gallery.
{% endhint %}
{% endtab %}

{% tab title="Private" %}
The most restrictive privacy setting.

* Event guests cannot view the main gallery page or other participants’ photos.
* Direct photo links shared on social media do **not** allow public access to the gallery.
* Only the account holder can view the main gallery page, and must be signed in to their Simple Booth account.
* A [public gallery opt-in](/copy-of-halo-app/experience-designer/post-capture/gallery-opt-in.md) is **not** shown, and all photos are automatically marked as private.

{% hint style="info" %}
This option is best for events where maximum privacy is required and gallery access should be limited to the account holder only.
{% endhint %}
{% endtab %}
{% endtabs %}

***

{% hint style="warning" %}

## Individual Photo Privacy

Individual photo privacy applies to any photo marked as private, whether that happens because a participant opts out of public sharing or because the gallery itself is set to private.

* **Photos marked as private are permanently designated as such.**
* Changing a gallery’s privacy from **Private** to **Public** or **Unlisted** does not change the privacy status of photos already marked as private.
* Private photos will not appear in the main gallery or be accessible through public or shared gallery links.

If you need to share private photos with your team, client, or anyone else, you can always download the files and share them outside of Simple Booth.
{% endhint %}

***

### Privacy Comparison

Use the chart below to quickly see what participants, clients, and the public can access under each gallery privacy setting.

| Feature                                          | Public |         Unlisted        | Private |
| ------------------------------------------------ | :----: | :---------------------: | :-----: |
| Participant receives a direct photo link         |    ✅   |            ✅            |    ✅    |
| Participants can browse the full gallery         |    ✅   |            ❌            |    ❌    |
| Anyone with the gallery link can view all photos |    ✅   |            ✅            |    ❌    |
| Gallery accessible if links are shared publicly  |    ✅   | <p>✅<br>(with link)</p> |    ❌    |
| Public gallery opt-in shown to participants      |    ✅   |            ✅            |    ❌    |

***

{% hint style="success" %}

## Plan Availability

:white\_check\_mark: All plans
{% endhint %}


---

# 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.simplebooth.com/gallery-design/basic-gallery-settings/gallery-privacy-options.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.
