> 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/promote-your-gallery.md).

# Promote Your Gallery

While Simple Booth hosts your images, you may want to drive traffic to your own website by featuring your event photos there.&#x20;

{% hint style="info" %}

## Privacy Requirements

Only galleries set to **Public** or **Unlisted** can be embedded. This feature is unavailable for **Private** galleries to ensure that those images remain accessible only to the account owner.
{% endhint %}

***

#### Accessing the Embed Code

To retrieve the HTML code, you must be signed in to your Simple Booth account on a web browser.

1. Visit your [**Gallery List**](https://app.simplebooth.com/galleries) and open the gallery you wish to promote.
2. Click the link to **Open Gallery** in the top-right corner to view the live page.
3. Once on the live gallery page, look for the **Embed** button or link in the top-right corner.
4. Copy the provided HTML code snippet.

***

#### Using the Embed Code

This snippet is a standard HTML iframe. You can paste it into any website builder (like WordPress, Squarespace, or Wix) that supports custom HTML blocks.

* **Real-Time Updates**: As new photos are taken at your event, the embedded gallery on your website will update automatically.
* **Branding**: The embedded version will maintain the color themes and branding you have configured in your gallery settings.


---

# 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/promote-your-gallery.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.
