# Getting help

### Where to ask for help

If you need help building a flow, post in the `#help` channel in the [Browserflow Discord](https://discord.com/invite/W3WUK58aSW).

If you believe you've found a bug in Browserflow, post in the `#bugs` channel in the Browserflow Discord.

### Information to include

When asking for help, please provide enough information for someone to be able to run your flow on their machine. Please include the following information:

* What are you trying to automate?
* What are you having trouble with?
* A screen recording of you running the flow (e.g. Loom)
* [A link to your flow](/guides/sharing-a-flow.md)
  * If you are not able to share your flow due to confidential information or the page requiring login access, please create a demo flow that demonstrates the issue.
* Links to connected spreadsheets (if applicable)
  * Please make sure the sheet is publicly accessible, or if the content is sensitive, please create a copy with dummy information


---

# 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/support/getting-help.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.
