# Browser

- [Open URL](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/open-url.md): Mở đến liên kết bạn mong muốn bằng đường dẫn đã ghi vào
- [Emulate](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/emulate.md): Giả lập thiết bị Phone
- [Network Toggle](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/network-toggle.md): Bật tắt mạng
- [Switch Tab](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/switch-tab.md): Chuyển sang một tab khác và đặt tab đó làm tab hoạt động
- [Go Back](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/go-back.md): Quay lại trang trước của tab đang hoạt động.
- [Go Forward](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/go-forward.md): Đi tới trang sau của tab đang hoạt động.
- [Close Tab/Window](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/close-tab-window.md): Đóng tab hoặc cửa sổ windown mong muốn
- [Take Screenshot](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/take-screenshot.md): Chụp ảnh màn hình của tab đang hoạt động
- [Handle Dialog](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/handle-dialog.md): Chấp nhận hoặc loại bỏ hộp thoại khởi tạo bằng JavaScript (cảnh báo, xác nhận, nhắc nhở).
- [Reload tab](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/reload-tab.md): Tải lại tab đang hoạt động.
- [Get Tab URL](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/get-tab-url.md): Lấy URL của các tab
- [Get Info Tabs](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/get-info-tabs.md): Lấy thông tin tab
- [Cookie](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/browser/cookie.md): Lấy, đặt hoặc xoá cookie


---

# 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://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/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.
