# 👋🏽 Welcome to Browserflow

Browserflow is a no-code/low-code Chrome extension that allows you to automate your work on any website. To learn more, visit the official website: <https://browserflow.app>

Instead of manually clicking, typing, copying, pasting, and moving data between a dozen web apps, Browserflow lets you blaze through your repetitive tasks with a single click. It's like having superpowers in your browser.

Here are some things people have used Browserflow for:

* Operations: [Managing a Shopify store](https://twitter.com/deliberatecoder/status/1307011424196136960)
* Support: Responding to hundreds of customers on Intercom after a service outage
* Publishing: Importing content from Google Docs and formatting it on Substack
* Knowledge management: [Saving data from websites directly to Roam](https://twitter.com/Bieber/status/1360709205188108297)
* Social media automation: [Running a giveaway on Twitter](https://twitter.com/lunchmoney_app/status/1367346227398930433)

## Getting Started

1. [Install Browserflow](https://chrome.google.com/webstore/detail/browserflow/hfjnppljknigdnnpocjjgdcfmnodoafe)
2. [Build your first flow](https://browserflow.app/tutorial)
3. [Join the Browserflow Discord](https://discord.gg/W3WUK58aSW)

## Tutorials

You can find tutorials for the most common scenarios in the [Tutorials section](https://browserflow.app/tutorials).


---

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