> For the complete documentation index, see [llms.txt](https://docs.clickai.vn/clickai-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.clickai.vn/clickai-docs/tinh-nang/bang-so-lieu.md).

# Bảng số liệu

- [Tổng quan Quản lý Dữ liệu](https://docs.clickai.vn/clickai-docs/tinh-nang/bang-so-lieu/tong-quan-quan-ly-du-lieu.md): Quản lý dữ liệu doanh nghiệp với giao diện bảng tính thông minh — không cần biết SQL, không cần developer.
- [Tables — Quản lý Tables](https://docs.clickai.vn/clickai-docs/tinh-nang/bang-so-lieu/tables-quan-ly-tables.md): Tạo, import và thao tác với bảng dữ liệu — linh hoạt, mạnh mẽ và dễ sử dụng.
- [Fields (Kiểu dữ liệu & Cấu hình)](https://docs.clickai.vn/clickai-docs/tinh-nang/bang-so-lieu/fields-kieu-du-lieu-and-cau-hinh.md): Định nghĩa cấu trúc dữ liệu với hệ thống field types đa dạng — từ text cơ bản đến formula nâng cao.
- [Records (Quản lý Bản ghi)](https://docs.clickai.vn/clickai-docs/tinh-nang/bang-so-lieu/records-quan-ly-ban-ghi.md): Tạo, chỉnh sửa và quản lý các bản ghi dữ liệu — từ thao tác đơn lẻ đến xử lý hàng loạt.
- [Views (Chế độ xem Dữ liệu)](https://docs.clickai.vn/clickai-docs/tinh-nang/bang-so-lieu/views-che-do-xem-du-lieu.md): Hiển thị dữ liệu theo nhiều cách khác nhau — từ bảng tính, Kanban, lịch đến gallery — mỗi view có cấu hình riêng biệt.
- [Thao tác trên Dữ liệu](https://docs.clickai.vn/clickai-docs/tinh-nang/bang-so-lieu/thao-tac-tren-du-lieu.md): Sắp xếp, lọc, nhóm và tìm kiếm dữ liệu — nhanh chóng tìm thấy thông tin bạn cần.
- [Tích hợp với AI](https://docs.clickai.vn/clickai-docs/tinh-nang/bang-so-lieu/tich-hop-voi-ai.md): Kết nối Tables với AI Agent, Workflow và Knowledge Base — biến dữ liệu thành hành động thông minh.
- [Sử dụng Templates](https://docs.clickai.vn/clickai-docs/tinh-nang/bang-so-lieu/su-dung-templates.md): Khởi tạo nhanh database từ thư viện template có sẵn — tiết kiệm thời gian, bắt đầu ngay với cấu trúc chuyên nghiệp.


---

# 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.clickai.vn/clickai-docs/tinh-nang/bang-so-lieu.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.
