# Output Plugins

The Senseforce Edge solution provides two output plugins by default:

| Plugin | Area of use                                                                                                                                                                                                                                                                                                                                 |
| ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| MQTT   | Send messages via MQTT to your desired cloud system                                                                                                                                                                                                                                                                                         |
| SQLite | Store your collected messages in a local or remote SQLite database. Allows implementing a ringbuffer-like SQLite table. Therefore, this plugin is well-fitted for high-frequency edge-only use-cases as well as for storing data locally and collecting the data via eg. USB sticks without needing to expose your machine to the internet. |


---

# 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://manual.senseforce.io/manual/senseforce-edge/edge-configuration/output-plugins.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.
