# Installation

- [Download and install Fluent Bit](https://docs.fluentbit.io/manual/installation/downloads.md)
- [Build from source code](https://docs.fluentbit.io/manual/installation/downloads/source.md)
- [Build and install](https://docs.fluentbit.io/manual/installation/downloads/source/build-and-install.md)
- [Build with static configuration](https://docs.fluentbit.io/manual/installation/downloads/source/build-with-static-configuration.md)
- [Linux packages](https://docs.fluentbit.io/manual/installation/downloads/linux.md)
- [Amazon Linux](https://docs.fluentbit.io/manual/installation/downloads/linux/amazon-linux.md)
- [Buildroot embedded Linux](https://docs.fluentbit.io/manual/installation/downloads/linux/buildroot-embedded-linux.md)
- [Debian](https://docs.fluentbit.io/manual/installation/downloads/linux/debian.md)
- [Raspbian and Raspberry Pi](https://docs.fluentbit.io/manual/installation/downloads/linux/raspbian-raspberry-pi.md)
- [Red Hat and CentOS](https://docs.fluentbit.io/manual/installation/downloads/linux/redhat-centos.md)
- [Rocky Linux and Alma Linux](https://docs.fluentbit.io/manual/installation/downloads/linux/alma-rocky.md)
- [Ubuntu](https://docs.fluentbit.io/manual/installation/downloads/linux/ubuntu.md)
- [Yocto embedded Linux](https://docs.fluentbit.io/manual/installation/downloads/linux/yocto-embedded-linux.md)
- [Containers on AWS](https://docs.fluentbit.io/manual/installation/downloads/aws-container.md)
- [Docker](https://docs.fluentbit.io/manual/installation/downloads/docker.md)
- [Kubernetes](https://docs.fluentbit.io/manual/installation/downloads/kubernetes.md): Kubernetes Production Grade Log Processor
- [macOS](https://docs.fluentbit.io/manual/installation/downloads/macos.md)
- [Windows](https://docs.fluentbit.io/manual/installation/downloads/windows.md)
- [What's new in Fluent Bit v5.0](https://docs.fluentbit.io/manual/installation/whats-new-in-fluent-bit-v5.0.md)
- [Upgrade notes](https://docs.fluentbit.io/manual/installation/upgrade-notes.md)


---

# 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.fluentbit.io/manual/installation.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.
