# Installation

*Last updated: January 2026*

This document provides installation instructions for building and running Abey on different platforms.

***

### Installation Instructions

Follow the appropriate link below based on your operating system or environment.

#### macOS

* [Installation instructions for macOS](/installation/building_abey/instructions_macos.md)

#### Windows

* [Installation instructions for Windows](/installation/building_abey/instructions_windows.md)

#### Linux / Unix

* [Installation instructions for Ubuntu](/installation/building_abey/instructions_ubuntu.md)
* [Installation instructions for CentOS](/installation/building_abey/instructions_centos.md)

#### Docker

* [Running Abey in Docker](/installation/building_abey/running_docker.md)

***

If you encounter issues during installation, ensure that all system dependencies are installed and that you are using a supported OS version.


---

# 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://docs.abey.com/installation/building_abey.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.
