> For the complete documentation index, see [llms.txt](https://how.doopage.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://how.doopage.com/thao-tac-danh-cho-quan-ly/quan-ly/agent.md).

# Agent

Tại Trang quản lý my.doopage.com, chọn mục **Quản lý --> Agent -->** chọn **Thêm Agent**&#x20;

<figure><img src="/files/pYWXFO1CG6WYgUHP5EQs" alt=""><figcaption><p>Thêm agent vào tài khoản company</p></figcaption></figure>

Sau khi click nút **Thêm Agent --> Đặt tên Agent tùy chọn --> Hoàn tất -->** Một agent sẽ được tạo và hiển thị trong danh sách Agent bao gồm hai thông tin: Tên Agent và Mã kết nối.

<figure><img src="/files/QXMgW5fJoR1TrOQqUcH6" alt=""><figcaption><p>Đặt tên Agent tùy chọn</p></figcaption></figure>

<figure><img src="/files/4xcM6dcOyrJix7vkL6A3" alt=""><figcaption><p>Agent được tạo thành công</p></figcaption></figure>

Chọn **Đóng** để hoàn tất việc tạo Agent.

Sau khi tạo Agent thành công. bạn có thể sử dụng Agent trong quy trình thao tác [kết nối tài khoản Zalo cá nhân vào DooPage.](/thao-tac-danh-cho-quan-ly/tich-hop-kenh-online/zalo-ca-nhan.md)

{% hint style="info" %}
**Lưu ý:&#x20;*****Một Agent có thể được tái sử dụng nhiều lần. Nghĩa là bạn có thể tận dụng lại Agent đã tạo để tạo lại một kết nối mới với*** [***HBRC***](https://how.doopage.com/thao-tac-danh-cho-quan-ly/tich-hop-kenh-online/zalo-ca-nhan#buoc-3-ket-noi-hbrc-voi-doopage) ***mà không cần phải tạo một Agent mới thay thế***&#x20;
{% endhint %}


---

# 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://how.doopage.com/thao-tac-danh-cho-quan-ly/quan-ly/agent.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.
