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

# Technologies

The major technologies that work together to make REMnux possible are:

* [SaltStack State Files](/behind-the-scenes/technologies/saltstack-management.md): Manage the installation and configuration of the building blocks of the distro.
* [REMnux Installer](/behind-the-scenes/technologies/remnux-installer.md): Start the installation and upgrade of the distro.
* [State Files Without the REMnux Installer](/behind-the-scenes/technologies/state-files-without-the-remnux-installer.md): Invoke SaltStack directly without the REMnux installer, if necessary.
* [Debian Packages](/behind-the-scenes/technologies/debian-packages.md): Bundle software components for a reliable installation and updates.
* [Website and Docs](/behind-the-scenes/technologies/website-and-docs.md): Generate and host the REMnux website and this documentation.

You can read about how REMnux uses these technologies to learn from the approach and, if you wish, to [contribute new tools](/get-involved/add-or-update-tools.md) to the project.


---

# 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:

```
GET https://docs.remnux.org/behind-the-scenes/technologies.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.
