# Edge Compute plugins

With the Edge compute plugins interface, Senseforce provides a powerful way of enabling users to create their own edge computing use-cases. Compute plugins are pieces of software, which connect between the incoming and outgoing edge data-stream and allow for virtually any calculations and stream processing. The well-established Edge data routing engine allows to control which incoming messages are computed by a compute plugin and which messages are directly redirected to an output plugin.

The following illustration shows possible data - flows with compute plugins.

![Senseforce compute plugin data flow](/files/mtyPQZaH5T63ZBKUCmG8)

The following pages contain information on how to create such compute plugins as well as on how to use them with your Senseforce Edge.

{% content-ref url="/pages/XOCPTZx56MgdhtaX080c" %}
[Using compute plugins](/manual/senseforce-edge/edge-compute-plugins/using-compute-plugins.md)
{% endcontent-ref %}

{% content-ref url="/pages/qGuifk5HIL8DmvTzlvx8" %}
[Creating compute plugins](/manual/senseforce-edge/edge-compute-plugins/creating-compute-plugins.md)
{% endcontent-ref %}


---

# 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-compute-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.
