# Output

The output interface allows us to define destinations for the data. Common destinations are remote services, local file system or standard interface with others. Outputs are implemented as plugins and there are many available.

![](/files/-LKKTrDR7qANAk08NDB9)

When an output plugin is loaded, an internal *instance* is created. Every instance has its own independent configuration. Configuration keys are often called **properties**.

Every output plugin has its own documentation section specifying how it can be used and what properties are available.

For more details, please refer to the [Output Plugins](/manual/1.3/output.md) section.


---

# 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.3/getting_started/output.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.
