> For the complete documentation index, see [llms.txt](https://docs.skyone.cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.skyone.cloud/english/skyone-studio/integrations/flows/tool-modules/flow-call-module.md).

# Flow Call Module

* [Definition](#definition)
* [Configuring the Flow Call](#configuring-the-flow-call)
  * [Flow trigger](#flow-trigger)

### Definition <a href="#definition" id="definition"></a>

The "**Flow Call"** tool module, standard module for use in any flow, was created to activate flows that have a "[Flow Trigger](/english/skyone-studio/integrations/flows/triggers-of-a-flow/flow-triggers-adding-and-setting.md) as long as they belong to another flow within the same [Integration](/english/skyone-studio/integrations.md). With this activation, the flow containing the Flow call acts as if it were a function and can pass data to the flow using the "**Flow Trigger"**.

The "**Flow Call"** module consists of a single operation: "**Execute a flow".**

### Configuring the Flow Call <a href="#configuring-the-flow-call" id="configuring-the-flow-call"></a>

The "**Flow Call"** module appears in the **Tools** option when editing a flow. As soon as you click to add it, the modal opens for configuration:

<figure><img src="/files/fQK4qW40BP33Zob0Y32t" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
[Find out about the Module Header here](/english/skyone-studio/integrations/flows/module-header.md).
{% endhint %}

#### Flow trigger <a href="#flow-trigger" id="flow-trigger"></a>

The "**Flow Triggers"** block shows the details of the flow triggers (name, identifier and status).

If the desired "**Flow Trigger"** is not enabled, you will first need to go back to the flow where the trigger with the desired identifier is located.

<figure><img src="/files/KtDHQEIKUYuHHcr68jIg" alt=""><figcaption><p>Example of enabled flow trigger</p></figcaption></figure>

In addition to the data, each flow trigger shows the icons for going to the flow trigger on another page and for configuring the trigger on the same page.

By clicking on the **Select** icon (>), you can make the necessary edits, as well as configure the variables (SMOPs).

<figure><img src="/files/ByovUBCVVsZzkSow4b9E" alt=""><figcaption></figcaption></figure>

To finish configuring the module, click on "**Save**".


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.skyone.cloud/english/skyone-studio/integrations/flows/tool-modules/flow-call-module.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
