> For the complete documentation index, see [llms.txt](https://andronix-app.gitbook.io/andronix-app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://andronix-app.gitbook.io/andronix-app/installations.md).

# Installation

- [Un-Modded OS](https://andronix-app.gitbook.io/andronix-app/installations/non-modded-os.md): Un-Modded are the free and open-source Linux Distro available on Andronix.
- [Ubuntu](https://andronix-app.gitbook.io/andronix-app/installations/non-modded-os/ubuntu.md): This tutorial will guide you through the installation of Ubuntu 18 and Ubuntu 20.
- [Debian](https://andronix-app.gitbook.io/andronix-app/installations/non-modded-os/untitled.md): This tutorial will guide you through the installation of Debian.
- [Kali Security OS](https://andronix-app.gitbook.io/andronix-app/installations/non-modded-os/kali-security-os.md): This tutorial will guide you through the installation of Kali Security OS
- [Manjaro](https://andronix-app.gitbook.io/andronix-app/installations/non-modded-os/manjaro.md): This tutorial will guide you through the installation of Manjaro.
- [Arch Linux](https://andronix-app.gitbook.io/andronix-app/installations/non-modded-os/arch-linux.md)
- [Fedora](https://andronix-app.gitbook.io/andronix-app/installations/non-modded-os/fedora.md): This tutorial will guide you through the installation of Fedora.
- [Void](https://andronix-app.gitbook.io/andronix-app/installations/non-modded-os/void.md): This tutorial will guide you through the installation of Void.
- [Alpine](https://andronix-app.gitbook.io/andronix-app/installations/non-modded-os/alpine.md): This tutorial will guide you through the installation of Alpine.
- [Modded OS](https://andronix-app.gitbook.io/andronix-app/installations/modded-os.md): Modded OS are version of normal distros optimized, beautified and made super stable by our experienced developers. These include Ubuntu, Debian, Manjaro for now. We carefully choose what goes here.
- [Ubuntu KDE](https://andronix-app.gitbook.io/andronix-app/installations/modded-os/ubuntu-kde.md): This tutorial will guide you through the installation of Modded Ubuntu KDE
- [Debian XFCE](https://andronix-app.gitbook.io/andronix-app/installations/modded-os/debian-xfce.md): This tutorial will guide you through the installation of Modded Debian XFCE
- [Ubuntu XFCE](https://andronix-app.gitbook.io/andronix-app/installations/modded-os/ubuntu-xfce.md)
- [Manjaro XFCE](https://andronix-app.gitbook.io/andronix-app/installations/modded-os/manjaro-xfce.md): This tutorial will guide you through the installation of Modded Manjaro XFCE
- [Offline Installation](https://andronix-app.gitbook.io/andronix-app/installations/offline-installtion.md): We know that sometimes Internet can be a real pain, but worry not! 😅


---

# 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://andronix-app.gitbook.io/andronix-app/installations.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.
