> For the complete documentation index, see [llms.txt](https://huongdan.aiva.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huongdan.aiva.vn/chia-se-kinh-nghiem-s-dung-mot-so-tro-ly-tren-aiva/cach-su-dung-luong-workflow-tu-dong.md).

# Cách sử dụng luồng Workflow tự động

{% embed url="<https://youtu.be/UjyYWneMwr4>" %}

## Hướng dẫn Cách sử dụng luồng Workflow tự động

<figure><img src="/files/1alHdQso0P79CLbGaugs" alt=""><figcaption></figcaption></figure>

* Bước 1: Chọn Workflow
* Bước 2: Chọn bộ Workflow theo nhu cầu&#x20;
* Bước 3: Các bộ Workflow có chữ "Auto" là Workflow được cài đặt chế độ tự động hoá.

<figure><img src="/files/svfGlybPJV9KIbZvvlUc" alt=""><figcaption></figcaption></figure>

(1) Chạy thường: Bạn sẽ cần thao tác từng bước và nhập nội dung vào từng mục để AIVA nhận diện và ra kết quả (phần này bạn xem lại trong " cách sử dụng 1 luồng Workflow cụ thể"

(2) Chạy tự động: Bạn chỉ cần nhập thông tin và nội dung tại các mục ở bước 1, hệ thống sẽ tự động thực hiện tất cả các bước còn lại.&#x20;

Trong trường hợp chạy tự động, kết quả không như ý bạn muốn, bạn hoàn toàn có thể sửa trực tiếp trong từng bước.


---

# 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, and the optional `goal` query parameter:

```
GET https://huongdan.aiva.vn/chia-se-kinh-nghiem-s-dung-mot-so-tro-ly-tren-aiva/cach-su-dung-luong-workflow-tu-dong.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
