# YAML configuration files

![](https://static.scarf.sh/a.png?x-pxid=864c6f0e-8977-4838-8772-84416943548e)

In Fluent Bit v3.2 and later, YAML configuration files support all of the settings and features that [classic configuration files](/manual/administration/configuring-fluent-bit/classic-mode.md) support, plus additional features that classic configuration files don't support, like processors.

YAML configuration files support the following top-level sections:

* `env`: Configures [environment variables](/manual/administration/configuring-fluent-bit/yaml/environment-variables-section.md).
* `includes`: Specifies additional YAML configuration files to [include as part of a parent file](/manual/administration/configuring-fluent-bit/yaml/includes-section.md).
* `service`: Configures global properties of the Fluent Bit [service](/manual/administration/configuring-fluent-bit/yaml/service-section.md).
* `pipeline`: Configures active [`inputs`, `filters`, and `outputs`](/manual/administration/configuring-fluent-bit/yaml/pipeline-section.md).
* `parsers`: Defines [custom parsers](/manual/administration/configuring-fluent-bit/yaml/parsers-section.md).
* `multiline_parsers`: Defines [custom multiline parsers](/manual/administration/configuring-fluent-bit/yaml/multiline-parsers-section.md).
* `plugins`: Defines paths for [custom plugins](/manual/administration/configuring-fluent-bit/yaml/plugins-section.md).
* `upstream_servers`: Defines [nodes](/manual/administration/configuring-fluent-bit/yaml/upstream-servers-section.md) for output plugins.

{% hint style="info" %}
YAML configuration is used in the smoke tests for containers. An always-correct up-to-date example is here: <https://github.com/fluent/fluent-bit/blob/master/packaging/testing/smoke/container/fluent-bit.yaml>.
{% endhint %}


---

# 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/administration/configuring-fluent-bit/yaml.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.
