# Running a flow

{% hint style="warning" %}
While a flow is running, do not manually interact with the page (click, scroll, etc.) or the flow will likely break
{% endhint %}

{% hint style="info" %}
Flows must run in the active tab of a window. If you'd like to browse while running a flow in the background, create a new window.
{% endhint %}

The Browserflow editor can be opened by clicking the extension icon or pressing the [keyboard shortcut](/guides/keyboard-shortcuts.md) on any page.

Once the editor is open, a flow can be run by:

* Clicking the play button next to a flow's name (flow list screen)
* Clicking the Run button (flow screen)

![](/files/-Mfj8rWgktL1qm6eQDje)


---

# 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.browserflow.app/guides/running-a-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.
