> For the complete documentation index, see [llms.txt](https://docs.casso.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.casso.vn/tich-hop/lark_messenger.md).

# Tích hợp Lark Messenger

## Tạo Webhook URL trên Lark Messenger&#x20;

* Đăng nhập tài khoản vào phần mềm Lark Messenger đã cài đặt trên máy tính
* Tạo một nhóm chat mới hoặc chọn một nhóm đã có sẵn.&#x20;
* Nhấn vào nút ... ở góc phải phía trên nhóm chat, chọn **Setting**

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

* Trên màn hình Setting, chúng ta chọn mục BOTs.

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

* Nhấn nút Add Bot.

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

* Trong danh sách Bot hiện ra, ta nhấn nút Add bên cạnh mục Custom Bot.

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

* Thiết lập màu, tên, mô tả cho bot (khuyến khích đặt tên bot là Casso Robot và màu xanh lá cây). Sau đó nhấn nút Add.

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

* Màn hình hiển thị bước Set up webhook, nhấn nút Copy để lưu lại Webhook URL, sau đó nhấn Finish. Nhấn nút Maybe Later khi hộp thoại sau đó hiện ra.

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

## Thiết lập tích hợp Lark Messenger trên Casso

* Truy cập Casso, vào menu **Kết nối** => **Tích hợp =>** **Thêm tích hợp => Chọn ứng dụng Lark Messenger.**
* Tại cửa sổ tích hợp, ta chọn ngân hàng muốn nhận thông báo&#x20;
* Tại bước Cấu hình cho ứng dụng Lark Messenger, chúng ta nhập Webhook URL đã được lưu lại ở bước trước đó vào trường Lark Messenger Webhook URL => **Gọi thử** để kiểm tra đã có thông báo chưa.
* Nếu gọi thử thành công, ta **Lưu thay đổi** để bắt đầu sử dụng.

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

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


---

# 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://docs.casso.vn/tich-hop/lark_messenger.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.
