> For the complete documentation index, see [llms.txt](https://docs.verge.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.verge.io/knowledge-base/vi/troubleshooting.md).

# Khắc phục sự cố

* [Cấu hình chuyển tiếp nhật ký từ xa (Syslog)](/knowledge-base/vi/troubleshooting/configuring-remote-log-forwarding.md) — Cách cấu hình VergeOS để chuyển tiếp nhật ký hệ thống đến máy chủ syslog từ xa nhằm quản lý nhật ký tập trung, lưu trữ và tuân thủ.
* [Tạo chẩn đoán hệ thống](/knowledge-base/vi/troubleshooting/generating-system-diagnostics.md) — Cách tạo và gửi báo cáo chẩn đoán hệ thống trong VergeOS, báo cáo này đóng gói các nhật ký chi tiết từ tất cả các nút vào một tệp nén để…
* [Nhật ký hệ thống](/knowledge-base/vi/troubleshooting/system-logs.md) — Hướng dẫn xem xét nhật ký hệ thống, nhật ký đồng bộ và Nhật ký sự kiện hệ thống (SEL) trong VergeOS, bao gồm lưu giữ nhật ký, chuyển tiếp nhật ký của bên thứ ba…
* [Hướng dẫn cập nhật VergeOS](/knowledge-base/vi/troubleshooting/vergeos-update-instructions.md) — Hướng dẫn từng bước để cập nhật môi trường VergeOS mà không có thời gian ngừng hoạt động, bao gồm khắc phục các sự cố cập nhật thường gặ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.verge.io/knowledge-base/vi/troubleshooting.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.
