> For the complete documentation index, see [llms.txt](https://docs.fluentbit.io/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluentbit.io/manual/3.0/administration.md).

# Administration

- [Configuring Fluent Bit](https://docs.fluentbit.io/manual/3.0/administration/configuring-fluent-bit.md)
- [Classic mode](https://docs.fluentbit.io/manual/3.0/administration/configuring-fluent-bit/classic-mode.md)
- [Format and Schema](https://docs.fluentbit.io/manual/3.0/administration/configuring-fluent-bit/classic-mode/format-schema.md)
- [Configuration File](https://docs.fluentbit.io/manual/3.0/administration/configuring-fluent-bit/classic-mode/configuration-file.md): This page describes the main configuration file used by Fluent Bit
- [Variables](https://docs.fluentbit.io/manual/3.0/administration/configuring-fluent-bit/classic-mode/variables.md)
- [Commands](https://docs.fluentbit.io/manual/3.0/administration/configuring-fluent-bit/classic-mode/commands.md)
- [Upstream Servers](https://docs.fluentbit.io/manual/3.0/administration/configuring-fluent-bit/classic-mode/upstream-servers.md)
- [Record Accessor](https://docs.fluentbit.io/manual/3.0/administration/configuring-fluent-bit/classic-mode/record-accessor.md): A full feature set to access content of your records
- [YAML Configuration](https://docs.fluentbit.io/manual/3.0/administration/configuring-fluent-bit/yaml.md)
- [Configuration File](https://docs.fluentbit.io/manual/3.0/administration/configuring-fluent-bit/yaml/configuration-file.md): This page describes the yaml configuration file used by Fluent Bit
- [Unit Sizes](https://docs.fluentbit.io/manual/3.0/administration/configuring-fluent-bit/unit-sizes.md)
- [Multiline Parsing](https://docs.fluentbit.io/manual/3.0/administration/configuring-fluent-bit/multiline-parsing.md)
- [Transport Security](https://docs.fluentbit.io/manual/3.0/administration/transport-security.md)
- [Buffering & Storage](https://docs.fluentbit.io/manual/3.0/administration/buffering-and-storage.md)
- [Backpressure](https://docs.fluentbit.io/manual/3.0/administration/backpressure.md)
- [Scheduling and Retries](https://docs.fluentbit.io/manual/3.0/administration/scheduling-and-retries.md)
- [Networking](https://docs.fluentbit.io/manual/3.0/administration/networking.md)
- [Memory Management](https://docs.fluentbit.io/manual/3.0/administration/memory-management.md)
- [Monitoring](https://docs.fluentbit.io/manual/3.0/administration/monitoring.md): Learn how to monitor your Fluent Bit data pipelines
- [HTTP Proxy](https://docs.fluentbit.io/manual/3.0/administration/http-proxy.md): Enable traffic through a proxy server via HTTP\_PROXY environment variable
- [Hot Reload](https://docs.fluentbit.io/manual/3.0/administration/hot-reload.md): Enable hot reload through SIGHUP signal or an HTTP endpoint
- [Troubleshooting](https://docs.fluentbit.io/manual/3.0/administration/troubleshooting.md)


---

# 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://docs.fluentbit.io/manual/3.0/administration.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.
