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

# Troubleshooting

Diagnostic procedures and fixes for common VergeOS issues.

* [Configuring Remote Log Forwarding (Syslog)](/knowledge-base/troubleshooting/configuring-remote-log-forwarding.md) — How to configure VergeOS to forward system logs to a remote syslog server for centralized log management, archival, and compliance.
* [Generating System Diagnostics](/knowledge-base/troubleshooting/generating-system-diagnostics.md) — How to generate and submit a system diagnostics report in VergeOS, which packages detailed logs from all nodes into a compressed file for…
* [System Logs](/knowledge-base/troubleshooting/system-logs.md) — Guide to reviewing system logs, sync logs, and the System Event Log (SEL) in VergeOS, including log retention, third-party log forwarding…
* [VergeOS Update Instructions](/knowledge-base/troubleshooting/vergeos-update-instructions.md) — Step-by-step instructions for updating a VergeOS environment with zero downtime, including troubleshooting common update issues.


---

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

```
GET https://docs.vergeos-demo.com/knowledge-base/troubleshooting.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.
