> 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/kb/readme.md).

# Knowledge Base

<h2 align="center">Xibo Knowledge Base</h2>

<p align="center">Welcome to the Xibo Knowledge Base. Whether you are a new to Xibo or an advanced user, use the search bar to find what you need or browse the top categories below.</p>

<p align="center"> <button type="button" class="button secondary" data-action="ask" data-icon="gitbook-assistant">Ask a question...</button></p>

<table data-view="cards"><thead><tr><th></th><th></th><th data-type="rating" data-max="3"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>CMS Installation and Upgrades</strong></td><td>Topics to help with the CMS installation and upgrade process</td><td>null</td><td><a href="/pages/3jTCtcQgqCCGl2yGfcNO">/pages/3jTCtcQgqCCGl2yGfcNO</a></td></tr><tr><td><strong>Media Players</strong></td><td>Supported Media Player Hardware topics</td><td>null</td><td><a href="/pages/tVJUMwix0BkOrtaLartq">/pages/tVJUMwix0BkOrtaLartq</a></td></tr><tr><td><strong>Player App</strong></td><td>Topics covering the Xibo Player Application</td><td>null</td><td><a href="/pages/6tT8Zokn7846FFNbsKk2">/pages/6tT8Zokn7846FFNbsKk2</a></td></tr><tr><td><strong>Features</strong></td><td>Topics covering Xibo features</td><td>null</td><td><a href="/pages/Zweslics3Q1yHFubBXtC">/pages/Zweslics3Q1yHFubBXtC</a></td></tr><tr><td><strong>White Labelling</strong></td><td>Applying white labels to the CMS and Players</td><td>null</td><td><a href="/pages/yIXs5EZztOwREJae6O4k">/pages/yIXs5EZztOwREJae6O4k</a></td></tr><tr><td><strong>Resolving Common Issues</strong></td><td>Solutions to common issues</td><td>null</td><td><a href="/pages/TcCMe0IkIh4vZAX5aGVz">/pages/TcCMe0IkIh4vZAX5aGVz</a></td></tr></tbody></table>


---

# 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/kb/readme.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.
