# Introduction

LibreELEC is a minimalist 'Just enough OS' Linux distribution for running [Kodi](https://kodi.tv). Our documentation can help you install and configure LibreELEC to run Kodi, or develop and build installation images using our buildsystem.

Documentation is authored and maintained by LibreELEC users. If you see something is incorrect or missing please click the GitBook link below to join our documentation team. The GitBook online app makes changing documentation simple, with your changes sent directly to our [documentation repo on GitHub](https://github.com/LibreELEC/documentation) as a pull-request that project staff can review and merge.

<https://app.gitbook.com/invite/-MLu6vC60WCTrc5ntH0o/-MLu6xOKP1FP_QoIzYwk>

{% hint style="info" %}
Please do not be concerned about your English language skills when contributing changes to our documentation. It is easier for a native speaker to merge your content and then make corrections than to write everything themselves.
{% endhint %}

All content is licensed under the Creative Commons [CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/) license.

## Support

User support is managed through our forum: <https://forum.libreelec.tv> and the #libreelec IRC channel on Libera Chat. Start a forum thread to ask a question, and someone will reply. Please be patient and wait for answers, we are all unpaid volunteers with jobs and families!

For support on Kodi itself, please refer to the official [Kodi Wiki](https://kodi.wiki/view/Main_Page) and [Kodi Forums](https://forum.kodi.tv).


---

# 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://wiki.libreelec.tv/readme.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.
