# Tools

- [WinDbg - Công cụ khám phá hệ thống Windows](https://blogs.nhquydev.net/windows/tools/windbg-cong-cu-kham-pha-he-thong-windows.md): WinDbg là một trình gỡ lỗi có thể được sử dụng để phân tích các kết xuất lỗi, gỡ lỗi mã chế độ nhân và chế độ người dùng trực tiếp, đồng thời kiểm tra các thanh ghi và bộ nhớ CPU.
- [Hiểu rõ Symbol, Stack Trace và Thread](https://blogs.nhquydev.net/windows/tools/windbg-cong-cu-kham-pha-he-thong-windows/hieu-ro-symbol-stack-trace-va-thread.md)
- [Hướng dẫn WinDbg: Các cú pháp cốt lõi khi phân tích Memory Dump](https://blogs.nhquydev.net/windows/tools/windbg-cong-cu-kham-pha-he-thong-windows/huong-dan-windbg-cac-cu-phap-cot-loi-khi-phan-tich-memory-dump.md)
- [Hướng dẫn WinDbg: Debug Deadlock & High CPU qua Memory Dump](https://blogs.nhquydev.net/windows/tools/windbg-cong-cu-kham-pha-he-thong-windows/huong-dan-windbg-debug-deadlock-and-high-cpu-qua-memory-dump.md)
- [Hướng dẫn WinDbg: Phân tích Memory Leak qua Memory Dump](https://blogs.nhquydev.net/windows/tools/windbg-cong-cu-kham-pha-he-thong-windows/huong-dan-windbg-phan-tich-memory-leak-qua-memory-dump.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/windows/tools.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.
