# Reference

- [Browserflow commands](https://docs.browserflow.app/reference/browserflow-commands.md)
- [Interact with Page](https://docs.browserflow.app/reference/browserflow-commands/interact-with-page.md)
- [Click](https://docs.browserflow.app/reference/browserflow-commands/interact-with-page/click.md)
- [Type Text](https://docs.browserflow.app/reference/browserflow-commands/interact-with-page/type-text.md)
- [Press Key](https://docs.browserflow.app/reference/browserflow-commands/interact-with-page/press-key.md)
- [Scroll](https://docs.browserflow.app/reference/browserflow-commands/interact-with-page/scroll.md)
- [Hover](https://docs.browserflow.app/reference/browserflow-commands/interact-with-page/hover.md)
- [Select Option](https://docs.browserflow.app/reference/browserflow-commands/interact-with-page/select-option.md)
- [Set Date Input](https://docs.browserflow.app/reference/browserflow-commands/interact-with-page/set-date-input.md)
- [Upload File](https://docs.browserflow.app/reference/browserflow-commands/interact-with-page/upload-file.md)
- [Handle Dialog](https://docs.browserflow.app/reference/browserflow-commands/interact-with-page/handle-dialog.md)
- [Extract Data](https://docs.browserflow.app/reference/browserflow-commands/extract-data.md)
- [Get Element Text](https://docs.browserflow.app/reference/browserflow-commands/extract-data/get-element-text.md)
- [Get Link URL](https://docs.browserflow.app/reference/browserflow-commands/extract-data/get-link-url.md)
- [Get Page URL](https://docs.browserflow.app/reference/browserflow-commands/extract-data/get-page-url.md)
- [Get Element Attribute](https://docs.browserflow.app/reference/browserflow-commands/extract-data/get-element-attribute.md)
- [Get Element HTML](https://docs.browserflow.app/reference/browserflow-commands/extract-data/get-element-html.md)
- [Get Clipboard](https://docs.browserflow.app/reference/browserflow-commands/extract-data/get-clipboard.md)
- [Save File](https://docs.browserflow.app/reference/browserflow-commands/extract-data/save-file.md)
- [Take Screenshot](https://docs.browserflow.app/reference/browserflow-commands/extract-data/take-screenshot.md)
- [Generate PDF](https://docs.browserflow.app/reference/browserflow-commands/extract-data/generate-pdf.md)
- [Navigate](https://docs.browserflow.app/reference/browserflow-commands/navigate.md)
- [Visit](https://docs.browserflow.app/reference/browserflow-commands/navigate/visit.md)
- [Go Back](https://docs.browserflow.app/reference/browserflow-commands/navigate/go-back.md)
- [Go Forward](https://docs.browserflow.app/reference/browserflow-commands/navigate/go-forward.md)
- [Reload Page](https://docs.browserflow.app/reference/browserflow-commands/navigate/reload-page.md)
- [Spreadsheet](https://docs.browserflow.app/reference/browserflow-commands/spreadsheet.md)
- [Loop Spreadsheet Rows](https://docs.browserflow.app/reference/browserflow-commands/spreadsheet/loop-spreadsheet-rows.md)
- [Add Spreadsheet Row](https://docs.browserflow.app/reference/browserflow-commands/spreadsheet/add-spreadsheet-row.md)
- [Update Spreadsheet Row](https://docs.browserflow.app/reference/browserflow-commands/spreadsheet/update-spreadsheet-row.md)
- [Find Spreadsheet Row](https://docs.browserflow.app/reference/browserflow-commands/spreadsheet/find-spreadsheet-row.md)
- [Control Flow](https://docs.browserflow.app/reference/browserflow-commands/control-flow.md)
- [Loop Elements](https://docs.browserflow.app/reference/browserflow-commands/control-flow/loop-elements.md)
- [Loop Pages](https://docs.browserflow.app/reference/browserflow-commands/control-flow/loop-pages.md)
- [Loop](https://docs.browserflow.app/reference/browserflow-commands/control-flow/loop.md)
- [Loop List Items](https://docs.browserflow.app/reference/browserflow-commands/control-flow/loop-list-items.md)
- [If](https://docs.browserflow.app/reference/browserflow-commands/control-flow/if.md)
- [Else](https://docs.browserflow.app/reference/browserflow-commands/control-flow/else.md)
- [While](https://docs.browserflow.app/reference/browserflow-commands/control-flow/while.md)
- [End](https://docs.browserflow.app/reference/browserflow-commands/control-flow/end.md)
- [Break](https://docs.browserflow.app/reference/browserflow-commands/control-flow/break.md)
- [Tabs](https://docs.browserflow.app/reference/browserflow-commands/tabs.md)
- [Create Tab](https://docs.browserflow.app/reference/browserflow-commands/tabs/create-tab.md)
- [Get Active Tab ID](https://docs.browserflow.app/reference/browserflow-commands/tabs/get-active-tab-id.md)
- [Select Tab](https://docs.browserflow.app/reference/browserflow-commands/tabs/select-tab.md)
- [Close Tab](https://docs.browserflow.app/reference/browserflow-commands/tabs/close-tab.md)
- [Utilities](https://docs.browserflow.app/reference/browserflow-commands/utilities.md)
- [Run Script](https://docs.browserflow.app/reference/browserflow-commands/utilities/run-script.md)
- [Get Date](https://docs.browserflow.app/reference/browserflow-commands/utilities/get-date.md)
- [Wait](https://docs.browserflow.app/reference/browserflow-commands/utilities/wait.md)
- [Wait for Element](https://docs.browserflow.app/reference/browserflow-commands/utilities/wait-for-element.md)
- [Show Alert](https://docs.browserflow.app/reference/browserflow-commands/utilities/show-alert.md)
- [Make HTTP Request](https://docs.browserflow.app/reference/browserflow-commands/utilities/make-http-request.md)
- [Assert](https://docs.browserflow.app/reference/browserflow-commands/utilities/assert.md)
- [Run Flow](https://docs.browserflow.app/reference/browserflow-commands/utilities/run-flow.md)
- [Comment](https://docs.browserflow.app/reference/browserflow-commands/utilities/comment.md)
- [Solve Captcha](https://docs.browserflow.app/reference/browserflow-commands/utilities/solve-captcha.md)


---

# 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/reference.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.
