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

# Troubleshooting

- [CMS Error logs](https://docs.xibosignage.com/troubleshooting/cms-error-logs.md): The CMS has a central “error log” which collects messages from all components in the platform  which is a valuable resource when investigating issues.
- [Display Error/Audit logs](https://docs.xibosignage.com/troubleshooting/display-error-audit-logs.md): Xibo Displays can collect logs during routine operations so Display alerts can be monitored, error conditions can be identified and troubleshooting can occur
- [Request Player Status](https://docs.xibosignage.com/troubleshooting/request-player-status.md): Player status information is likely to be requested by our support team when investigating issues.
- [Audit Trail](https://docs.xibosignage.com/troubleshooting/audit-trail.md): The CMS provides audit logs which records all User and System Task activity within certain parts of the CMS.
- [Log](https://docs.xibosignage.com/troubleshooting/log.md): The CMS has a central repository for all log information, including the Players which send back information with each collection from the CMS.


---

# 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.xibosignage.com/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.
