# Flow Integration

The File System Connector Service can connect directly to Flow Integration. By doing so, any machine steps that uses a connector configuration of given connector service can be executed without any involvement of other parts of Flow (i.e. Flow Server).

One of the benefits of connecting the connector service directly with Flow Integration is that timeouts are eliminated. An integration can run practically forever waiting for the connector service to either process the request, or even for it to pick up the request.&#x20;


---

# 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://help.novacuraflow.com/connectors/areas/utility/file-system/connector-service/flow-integration.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.
