# Navigation

Chức năng các action

<table><thead><tr><th width="223">Action</th><th>Mô tả</th></tr></thead><tbody><tr><td>New tab</td><td>Tạo tab mới</td></tr><tr><td>Go to url</td><td>Truy cập URL</td></tr><tr><td>Active tab</td><td>Active một tab</td></tr><tr><td>Close tab</td><td>Đóng tab hiện tại</td></tr><tr><td>Reload</td><td>Reload trang</td></tr><tr><td>Back</td><td>Quay lại trang trước</td></tr><tr><td>Close all tab</td><td>Đóng toàn bộ tab trừ tab đầu tiên</td></tr><tr><td>Wait URL changed</td><td>Chờ URL thay đổi</td></tr><tr><td>Get current url</td><td>Lấy URL hiện tại</td></tr></tbody></table>

<mark style="color:red;">**Chú ý: tất cả các đầu vào đều có thể nhúng các biến khác bằng định dạng $TÊN\_BIẾN**</mark>

Video chi tiết

[**https://youtu.be/Xozaz0\_2GkA**](https://youtu.be/Xozaz0_2GkA)


---

# 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.gpmloginapp.com/none-code-automation/navigation.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.
