# General

- [Start](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/start.md): Node này sẽ là điểm bắt đầu nơi quy trình sẽ bắt đầu thực thi, kịch bản sẽ chạy bắt đầu từ node này, nếu không có node này kịch bản sẽ không thể thực hiện được
- [End](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/end.md): Node được dùng để kết thúc một Quy trình đang chạy
- [Cmd](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/cmd.md): Thêm logic của lệnh Cmd vào quy trình
- [Image Search](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/image-search.md): Node này giúp bạn tìm được hình ảnh mong muốn trong trang web, sau đó bạn có thể thực hiện các hình ảnh được được tìm đó.
- [Resource Status](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/resource-status.md): Cập nhật trạng thái và dữ liệu
- [Delay](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/delay.md)
- [HTTP Request](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/http-request.md): Node được dùng để thực hiện một yêu cầu HTTP
- [Browser Request](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/browser-request.md): Thực hiện một yêu cầu HTTP với cookie từ trình duyệt được tự động thêm vào header.
- [Block Group](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/block-group.md): Nhóm các khối khác lại với nhau bên trong một vùng chứa, theo cách này, bạn có thể làm cho quy trình làm việc trông có tổ chức hơn.
- [Clipboard](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/clipboard.md): Lấy/chèn văn bản đã sao chép từ/vào bộ nhớ tạm
- [Wait Connections](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/wait-connections.md): Đợi tất cả các node kết nối với việc thực thi node này kết thúc trước khi tiếp tục node tiếp theo.
- [Note](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/note.md): Đây là chức năng bạn có thể ghi chú các thông tin cần thiết về quy trình hiện tại. Ngoài ra bạn cũng có thể thay đổi màu sắc, cỡ chữ, kích thước của phần ghi chú sao cho phù hợp với mục đích sử dụng.
- [Workflow state](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/workflow-state.md): Quản lý trạng thái quy trình làm việc
- [Switch Extension Popup - Doing](https://minhtien192057s-organization.gitbook.io/gemlogin-book/khoi/general/switch-extension-popup-doing.md)


---

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