# About

- [What's Fluent Bit?](https://docs.fluentbit.io/manual/about/what-is-fluent-bit.md): Fluent Bit is a CNCF graduated project under the umbrella of Fluentd
- [Fluentd and Fluent Bit](https://docs.fluentbit.io/manual/about/fluentd-and-fluent-bit.md): The production grade telemetry ecosystem
- [Lab resources](https://docs.fluentbit.io/manual/about/resources.md): An overview of free public labs for learning how to successfully use Fluent Bit.


---

# 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/about.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.
