> For the complete documentation index, see [llms.txt](https://docs.goless.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.goless.com/blocks/browser.md).

# Browser

- [Active Tab Block](https://docs.goless.com/blocks/browser/active-tab-block.md)
- [New Tab Block](https://docs.goless.com/blocks/browser/new-tab-block.md)
- [Switch Tab Block](https://docs.goless.com/blocks/browser/switch-tab-block.md): Switch between tab
- [New Window Block](https://docs.goless.com/blocks/browser/new-window-block.md): Create a new window
- [Proxy Block](https://docs.goless.com/blocks/browser/proxy-block.md)
- [Go Back Block](https://docs.goless.com/blocks/browser/go-back-block.md)
- [Go Forward Block](https://docs.goless.com/blocks/browser/go-forward-block.md)
- [Close Tab/Window Block](https://docs.goless.com/blocks/browser/close-tab-window-block.md)
- [Take Screenshot Block](https://docs.goless.com/blocks/browser/take-screenshot-block.md)
- [Browser Event Block](https://docs.goless.com/blocks/browser/browser-event-block.md)
- [Handle Download Block](https://docs.goless.com/blocks/browser/handle-download-block.md)
- [Handle Dialog Block](https://docs.goless.com/blocks/browser/handle-dialog-block.md)
- [Reload Tab Block](https://docs.goless.com/blocks/browser/reload-tab-block.md)
- [Get Tab URL Block](https://docs.goless.com/blocks/browser/get-tab-url-block.md)
- [Cookie Block](https://docs.goless.com/blocks/browser/cookie-block.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.goless.com/blocks/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.
