# Concepts

- [Key Concepts](https://docs.fluentbit.io/manual/1.9/concepts/key-concepts.md): There are a few key concepts that are really important to understand how Fluent Bit operates.
- [Buffering](https://docs.fluentbit.io/manual/1.9/concepts/buffering.md): Performance and Data Safety
- [Data Pipeline](https://docs.fluentbit.io/manual/1.9/concepts/data-pipeline.md)
- [Input](https://docs.fluentbit.io/manual/1.9/concepts/data-pipeline/input.md): The way to gather data from your sources
- [Parser](https://docs.fluentbit.io/manual/1.9/concepts/data-pipeline/parser.md): Convert Unstructured to Structured messages
- [Filter](https://docs.fluentbit.io/manual/1.9/concepts/data-pipeline/filter.md): Modify, Enrich or Drop your records
- [Buffer](https://docs.fluentbit.io/manual/1.9/concepts/data-pipeline/buffer.md): Data processing with reliability
- [Router](https://docs.fluentbit.io/manual/1.9/concepts/data-pipeline/router.md): Create flexible routing rules
- [Output](https://docs.fluentbit.io/manual/1.9/concepts/data-pipeline/output.md): Destinations for your data: databases, cloud services and more!


---

# 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/1.9/concepts.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.
