> 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/customization-guide/layout-designer/adding-layers/qr-code.md).

# QR Code

QR code layers let you add scannable codes directly to your layout. You can generate a QR code that links to any website or sends participants directly to their individual photos in your online gallery.

***

### QR Code Destination

Use the **Inspector** to choose where the QR code sends participants when scanned.

* **Custom URL:** Link to any website by entering a specific URL.
* **Upload:** Send participants directly to their photo in your Simple Booth online gallery. This is especially useful for printed photos, providing participants with a quick way to access and share their digital copy.

***

### Styling Your QR Code

Use these tabs to adjust how the QR code appears within your design.

{% tabs %}
{% tab title="Border" %}
Adjust the appearance of the QR layer's border:

* **Color:** Set the border color using a hex code or the color picker.
* **Width:** Adjust the thickness of the border outline.
  {% endtab %}

{% tab title="Shadow" %}
Add a shadow to create depth or help the code stand out against a busy background:

* **Color:** Choose a shadow color and opacity.
* **Blur:** Adjust how soft or sharp the shadow appears.
* **Offset:** Move the shadow's position relative to the QR code.
  {% endtab %}

{% tab title="Opacity" %}
Control the transparency of the QR code. Lowering the opacity can help the code blend into your design more subtly, especially when placed over decorative elements or light backgrounds.
{% endtab %}
{% endtabs %}

***

{% hint style="success" %}

## **Plan availability**

✅ Core, Plus, Pro, Select&#x20;

❌ Lite
{% endhint %}


---

# 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/customization-guide/layout-designer/adding-layers/qr-code.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.
