# Preview a Flow

Testing ensures your viewers get the experience you intend. Preview your scenes and flows to check that personalization, logic and design work perfectly.

1. **Open the flow** – Navigate to your project and click the 'Watch Flow' button.
2. **Choose preview mode** – Select 'Single Scene' to focus on a specific part of your flow or 'Full Flow' to watch the entire experience.
3. **Enter sample data** – Manually enter values for data fields (e.g., name, status) or use random test data to see how personalization looks.
4. **Switch devices** – Toggle between desktop and mobile views using the device icons at the top of the preview window.
5. **Test branches** – Click through different options to follow each branch. Make sure conditions lead to the right scenes.

{% hint style="info" %}
Write down the combinations of responses you want to test (e.g., VIP vs. non-VIP, high score vs. low score) to ensure all paths work.
{% 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://help.blings.io/testing-previewing-sharing/preview-scene-flow.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.
