> 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/co-so-du-lieu.md).

# Cơ sở dữ liệu

- [Tổng quan Cơ sở Dữ liệu](https://docs.clickai.vn/clickai-docs/co-so-du-lieu/tong-quan-co-so-du-lieu.md): Xây dựng và quản lý kho kiến thức để AI trả lời chính xác dựa trên dữ liệu riêng của bạn.
- [Tạo nhanh kiến thức](https://docs.clickai.vn/clickai-docs/co-so-du-lieu/tao-nhanh-kien-thuc.md): Cách nhanh nhất để tạo Knowledge Base — import dữ liệu, cấu hình chunking, và ClickAI tự xử lý phần còn lại.
- [Cấu hình Chunk](https://docs.clickai.vn/clickai-docs/co-so-du-lieu/cau-hinh-chunk.md): Tìm hiểu cách chia nhỏ tài liệu thành các chunks (hộp chứa) phù hợp để tối ưu hóa khả năng truy xuất thông tin.
- [Index Method & Retrieval Settings](https://docs.clickai.vn/clickai-docs/co-so-du-lieu/index-method-and-retrieval-settings.md): Chọn phương pháp lập chỉ mục và cấu hình chiến lược truy xuất để tối ưu hóa kết quả tìm kiếm.
- [Tạo Knowledge từ Pipeline](https://docs.clickai.vn/clickai-docs/co-so-du-lieu/tao-knowledge-tu-pipeline.md): Orchestrate quy trình xử lý dữ liệu phức tạp với các bước tùy chỉnh và plugins cho nhu cầu nâng cao.
- [Kết nối Cơ sở Kiến thức Bên ngoài](https://docs.clickai.vn/clickai-docs/co-so-du-lieu/ket-noi-co-so-kien-thuc-ben-ngoai.md): Tích hợp nguồn knowledge bên ngoài với ứng dụng ClickAI thông qua kết nối API để tận dụng hệ thống RAG tùy chỉnh hoặc dịch vụ knowledge bên thứ ba.
- [Đặc tả API Kiến thức Bên ngoài](https://docs.clickai.vn/clickai-docs/co-so-du-lieu/dac-ta-api-kien-thuc-ben-ngoai.md): Đặc tả API mà external knowledge service của bạn cần implement để tích hợp với ClickAI.
- [Quản lý Documents & Chunks](https://docs.clickai.vn/clickai-docs/co-so-du-lieu/quan-ly-documents-and-chunks.md): Xem, thêm, chỉnh sửa hoặc xóa tài liệu và chunks để giữ Knowledge Base luôn cập nhật và chính xác.
- [Quản lý Document Metadata](https://docs.clickai.vn/clickai-docs/co-so-du-lieu/quan-ly-document-metadata.md): Thêm metadata vào documents để cho phép tìm kiếm dựa trên bộ lọc, cải thiện độ chính xác retrieval.
- [Knowledge Settings](https://docs.clickai.vn/clickai-docs/co-so-du-lieu/knowledge-settings.md): Điều chỉnh index method, embedding model và retrieval strategy cho Knowledge Base bất kỳ lúc nào.
- [Tích hợp Knowledge vào Ứng dụng](https://docs.clickai.vn/clickai-docs/co-so-du-lieu/tich-hop-knowledge-vao-ung-dung.md): Kết nối Knowledge Base với ứng dụng ClickAI để AI trả lời dựa trên dữ liệu doanh 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/co-so-du-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.
