# Browser

The Guideflow's browser replicates a browser header to allow your audience to project themselves into a realistic interface.&#x20;

(e.g. you can put your own brand name as the browser's title)

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/CV9wOXWFMHY>" %}

* Open the "Browser" tab on the right panel.
* Select your browser's theme (light or dark).
* Edit your "browser title".
* Select your browser's shape: Squared, Rounded, or Slighted Rounded.
* If you want, toggle on to activate browser shadow.
* If you want, toggle on to customize a background (color, gradient, or upload a picture).
  * And select "Color" to pick a color and customize a gradient.
  * Or select "Image" to upload a picture.

### Autoplay

Enable autoplay to auto-advance your entire flow.

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/lpx5e43u4r>" %}

* Go to Browser
* Enable autoplay
* Set the duration between steps
* Enable Loop so that the flow automatically restarts at the end and continues from the start


---

# 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://docs.guideflow.com/help/edit-your-guideflow/browser.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.
