# DocFX

- [Những khái niệm cơ bản trong DocFX](https://blogs.nhquydev.net/ung-dung/docfx/nhung-khai-niem-co-ban-trong-docfx.md): DocFX là công cụ mạnh mẽ để tạo tài liệu tĩnh (static documentation) và tài liệu API tự động.
- [DocFX - Hướng dẫn cài đặt, cấu hình sử dụng](https://blogs.nhquydev.net/ung-dung/docfx/docfx-huong-dan-cai-dat-cau-hinh-su-dung.md): DocFX là công cụ mạnh mẽ để tạo tài liệu API và tài liệu website tĩnh từ Markdown. Để tăng hiệu quả, việc sử dụng script batch giúp tự động hóa quá trình build và quản lý tài liệu trở nên dễ dàng hơn.
- [DocFX - Hướng dẫn Markdown](https://blogs.nhquydev.net/ung-dung/docfx/docfx-huong-dan-markdown.md): Markdown là một ngôn ngữ đánh dấu đơn giản, được sử dụng rộng rãi để tạo tài liệu văn bản dễ đọc và dễ viết.
- [DocFX - Hướng dẫn cấu hình file docfx.json](https://blogs.nhquydev.net/ung-dung/docfx/docfx-huong-dan-cau-hinh-file-docfx-json.md)
- [DocFX - Hướng dẫn sử dụng và tùy chỉnh Template](https://blogs.nhquydev.net/ung-dung/docfx/docfx-huong-dan-su-dung-va-tuy-chinh-template.md)


---

# Agent Instructions: 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:

```
GET https://blogs.nhquydev.net/ung-dung/docfx.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
