# 数据管道

- [输入](https://hulining.gitbook.io/fluentbit/concepts/data-pipeline/input.md): 从数据源收集数据的方式
- [解析器](https://hulining.gitbook.io/fluentbit/concepts/data-pipeline/parser.md): 将非结构化消息转换为结构化消息
- [过滤器](https://hulining.gitbook.io/fluentbit/concepts/data-pipeline/filter.md): 修改，丰富或删除您的记录
- [缓冲](https://hulining.gitbook.io/fluentbit/concepts/data-pipeline/buffer.md): 可靠地进行数据处理
- [路由](https://hulining.gitbook.io/fluentbit/concepts/data-pipeline/router.md): 创建灵活的路由规则
- [输出](https://hulining.gitbook.io/fluentbit/concepts/data-pipeline/output.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://hulining.gitbook.io/fluentbit/concepts/data-pipeline.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.
