> 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/capture/get-ready-prompt.md).

# Get Ready Prompt

The Get Ready Prompt appears immediately before the countdown begins to help participants understand what they are about to capture and how they should pose.

It displays after a participant selects Tap to Start (and after any other [pre-capture](/customization-guide/experience-designer/pre-capture.md) selections), acting as a final "heads up" before the camera starts rolling.

***

#### How the Get Ready Prompt Works

The message displayed is automatically tailored to the specific capture type the guest selects:&#x20;

* **Photo Layouts:** “Get ready for a photo” or “Get ready for # photo(s)”
* **Video Layouts:** “Get ready to make a video”
* **Rebound Layouts:** “Get ready to move”
* **GIF Layouts:** “Get ready to make a GIF”

***

#### Enabling the Get Ready Prompt

You can choose whether to include this step in your guest journey within the Experience Designer.

1. Open the **Get Ready Prompt** settings card.&#x20;
2. **Toggle On/Off:** Use the switch in your settings to enable or disable the prompt. Disabling it will take guests directly from the Start screen (or pre-capture selections) into the countdown.

***

{% hint style="success" %}

## **Plan Availability**

✅ All Plans
{% 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/capture/get-ready-prompt.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.
