> 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/experience-designer/post-capture/edit-tools/stickers.md).

# Stickers

Stickers are a flexible way for guests to decorate their photos. Unlike [digital props](/customization-guide/experience-designer/post-capture/edit-tools/digital-props.md), which use face detection to anchor to specific facial features, stickers can be manually dragged, dropped, and resized anywhere on the canvas. This gives participants complete creative control over where they place their flair.

***

#### How it Works

After choosing the prop tool, participants can:&#x20;

* **Add Stickers:** Participants tap any sticker from your library to add it to the layout.
* **Sticker Adjustments:** Once a sticker is on the layout, guests can use their finger to move, resize, or rotate the image.&#x20;
* **Delete:** If a guest changes their mind, they can select the sticker and tap the delete icon to remove it from the canvas.

***

#### Configuration Settings

1. **Toggle Enable:** Use the switch to turn the Stickers tool on or off.&#x20;
2. **Design Your Stickers:** Your graphics must be designed before uploading, as stickers cannot be created or edited within Simple Booth.
   * **Format:** PNG with transparency (required).
   * **Suggested size:** \~800 × 800 px.
   * **Max file size:** 1 MB.
3. **Upload Stickers:** Add your finished graphics to your settings via the online dashboard.
   * *Note: Stickers cannot be uploaded directly within the iPad app at this time.*

***

{% hint style="success" %}

#### Plan Availability

✅ Plus, Pro, Select\
❌ Lite, Core
{% 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/experience-designer/post-capture/edit-tools/stickers.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.
