# Development

- [Building (Basics)](https://wiki.libreelec.tv/development/build-basics.md)
- [Building (Docker)](https://wiki.libreelec.tv/development/build-docker.md): Docker is used to build official releases, and nightly images in Ubuntu LTS 22.04 Docker containers at the teams https://github.com/LibreELEC/actions CI/CD.
- [Building (Advanced)](https://wiki.libreelec.tv/development/build-advanced.md)
- [Building (Windows WSL)](https://wiki.libreelec.tv/development/building-windows-wsl.md)
- [Beginners Guide to Git](https://wiki.libreelec.tv/development/git-tutorial.md)
- [Build Commands](https://wiki.libreelec.tv/development/build-commands.md)
- [Build Commands (Add-ons)](https://wiki.libreelec.tv/development/build-commands/build-addons.md)
- [Build Commands LE 12.0.x](https://wiki.libreelec.tv/development/build-commands/build-commands-le-12.0.x.md)
- [Build Commands LE 11.0.x](https://wiki.libreelec.tv/development/build-commands/build-commands-le-11.0.x.md)
- [Build Commands LE 10.0.x](https://wiki.libreelec.tv/development/build-commands/build-commands-le10.md)
- [Build Commands LE 9.2.x](https://wiki.libreelec.tv/development/build-commands/build-commands-le92.md)
- [Build Commands LE 9.0.x](https://wiki.libreelec.tv/development/build-commands/build-commands-le90.md)
- [Build Commands LE 8.2.x](https://wiki.libreelec.tv/development/build-commands/build-commands-le82.md)
- [Build Commands LE 8.0.x](https://wiki.libreelec.tv/development/build-commands/build-commands-le80.md)
- [Build Commands LE 7.0.x](https://wiki.libreelec.tv/development/build-commands/build-commands-le70.md)
- [Nightly Images](https://wiki.libreelec.tv/development/jenkins-ci.md)
- [Release Management](https://wiki.libreelec.tv/development/release-management.md): Release management is as simple as plan, build, test, prepare and deploy.
- [Website](https://wiki.libreelec.tv/development/website.md): how to edit the website


---

# 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/development.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.
