# Flow Integrations

[Flow](/doc/rules/flow.md) allows you to connect directly to external systems — databases, REST APIs, and other services — as part of your automation logic. Each integration is available as a dedicated node in the Flow Designer, and connections are managed through [Connectors](/doc/space/connectors.md) stored at the [Space](/doc/space/spaces.md) level.

This section covers the external services you can use inside a flow, how to set them up, and how to use them effectively.

{% hint style="info" %}
All integrations described here are used **inside** a flow — DecisionRules is the one making the connection. If you are looking for ways to call DecisionRules from your own application, see [SDK & Libraries](/doc/integrations/sdk-and-libraries.md).
{% endhint %}


---

# 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.decisionrules.io/doc/integrations/flow-integrations.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.
