> 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/clickai-docs-en/database.md).

# Database

- [Database & Knowledge](https://docs.clickai.vn/clickai-docs/clickai-docs-en/database/database-and-knowledge.md): Build and manage your knowledge repository so AI responds accurately based on your own data. ClickAI Knowledge Base
- [Quick Create](https://docs.clickai.vn/clickai-docs/clickai-docs-en/database/quick-create.md): The fastest way to create a Knowledge Base — import data, configure chunking, and let ClickAI handle the rest.
- [Configure the Chunk Settings](https://docs.clickai.vn/clickai-docs/clickai-docs-en/database/configure-the-chunk-settings.md): Learn how to split documents into appropriate chunks to optimize information retrieval.
- [Index Method and Retrieval Settings](https://docs.clickai.vn/clickai-docs/clickai-docs-en/database/index-method-and-retrieval-settings.md): Choose the indexing method and configure retrieval strategy to optimize search results.
- [Create a Knowledge Pipeline](https://docs.clickai.vn/clickai-docs/clickai-docs-en/database/create-a-knowledge-pipeline.md): Orchestrate complex data processing workflows with custom steps and plugins for advanced needs.
- [Connect to External Knowledge](https://docs.clickai.vn/clickai-docs/clickai-docs-en/database/connect-to-external-knowledge.md): Integrate external knowledge sources with ClickAI applications through API connections to leverage custom RAG systems or third-party knowledge services.
- [External Knowledge API](https://docs.clickai.vn/clickai-docs/clickai-docs-en/database/external-knowledge-api.md): API specification that your external knowledge service must implement to integrate with ClickAI.
- [Manage Knowledge Content — Documents & Chunks](https://docs.clickai.vn/clickai-docs/clickai-docs-en/database/manage-knowledge-content-documents-and-chunks.md): View, add, modify, or delete documents and chunks to keep your Knowledge Base current and accurate.
- [Manage Document Metadata](https://docs.clickai.vn/clickai-docs/clickai-docs-en/database/manage-document-metadata.md): Add metadata to documents to enable filter-based searches and improve retrieval precision.
- [Manage Knowledge Settings](https://docs.clickai.vn/clickai-docs/clickai-docs-en/database/manage-knowledge-settings.md): Adjust the index method, embedding model, and retrieval strategy for your Knowledge Base at any time.
- [Integrate Knowledge within Apps](https://docs.clickai.vn/clickai-docs/clickai-docs-en/database/integrate-knowledge-within-apps.md): Connect Knowledge Bases with ClickAI applications so AI responds based on your business data.


---

# 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/clickai-docs-en/database.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.
