> For the complete documentation index, see [llms.txt](https://tailieu.luklak.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tailieu.luklak.com/giao-dien-tinh-nang/giao-viec-and-lam-viec/chat-on-tasks.md).

# Chat On Tasks

## Tầng 3: chat trực tiếp trên đầu việc

luklak cung cấp khả năng unified work & comunication, hợp nhất các đầu việc và dữ liệu công việc với chat giao tiếp. ngoài tính năng chat cá nhân & chat cấu trúc chung, ***thì luklak là sản phẩm hiếm hoi trên thế giới cho phép live chat trao đổi trực tiếp trên từng đầu việc, từng mục dữ liệu công việc***.

* Live chat trao đổi **tức thì** là một trải nghiệm khác hoàn toàn so với comment trao đổi **không tức thì** (phải F5 tải lại trang mới đọc được nội dung mới)
* Dữ liệu ở đâu, làm việc ở task nào thì trao đổi trực tiếp ở đó, không phải lôi ra chỗ khác để chat.

### Tiện ích tiện lợi

* **Convert chat to task**: chat ở kênh chung mảng việc nào đó có thể chuyển ngay tạo thành task trong mảng việc đó luôn. nội dung chat ở trên một task cũng có thể chuyển tạo thành task mới.
* **Pin chat**: ghim các đối tượng chat xuống dưới màn hình, duy trì cố định được mạch chat đó dù màn hình có chuyển qua lại giữa các tính năng làm việc khác nhau.
* **Star message**: gắn sao các tin nhắn chat quan trọng, lưu tập trung ở trang **cá nhân (personal home)** tiện xem lại

### Chat trên đầu việc

Khi cần trao đổi thông tin trên 1 đầu việc cụ thể. Chọn mục việc cần trao đổi. Sau đó chat trao đổi công việc

<figure><img src="https://lh7-us.googleusercontent.com/docsz/AD_4nXeY8L_0g0-RnZvVzQqoGfkN23RTO-D7npCQnz1WKQnhmrc5TH8MTxxV3kb-ig4Zbey8p1EbKRs-lvL0cwCwzDiGril55_TEE2qmf4q7T8PBd1dDcE2mLAa_oxGBLrzKRznWJ8koh5vm1SOzNz0GYzO_1EkZ4A0ob1G9deZT74iLpyva-Un4RwY?key=FX30zUNj0WFywcjVVCy4ZA" alt=""><figcaption></figcaption></figure>

<br>


---

# 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://tailieu.luklak.com/giao-dien-tinh-nang/giao-viec-and-lam-viec/chat-on-tasks.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.
