> 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/cau-hinh-quan-tri/universal-query-language/tong-quan-uql.md).

# Tổng quan UQL

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

### Bộ lọc (filter) & universal query language

* Với phần mềm thế hệ 2 (featurea software) thì mỗi chức năng lại tạo app/ module riêng và định nghĩa dữ liệu ở database nên người dùng không tự tổng hợp được dữ liệu theo ý muốn, mà công ty sản phẩm đó phải làm sẵn các tính năng tổng hợp dữ liệu, làm cái gì thì người dùng dùng cái đó.
* **Luklak thế hệ 3 (unified & universal) với nocode & lowcode** thì mọi chức năng, mục việc, dữ liệu khác nhau do người dùng tự tạo ra đều là tạo từ đối tượng phổ quát là universal object. và luklak phát triển Universal Query Language (UQL) cho phép người dùng dễ dàng truy vấn vào mọi dữ liệu có trên hệ thống: mục việc, data field, workflow status...
* UQL này chính là lõi phổ quát bên dưới để bên trên người dùng dễ dàng sử dụng với quick filter, saved filter, dashboard...

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

Các cách dùng:

* Quick filter (top bar)
* Saved filter with notification
* Saved filter là đầu vào cấp nguồn dữ liệu cho dashboard/ gadget


---

# 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/cau-hinh-quan-tri/universal-query-language/tong-quan-uql.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.
