> 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/triggers-of-a-flow/flow-triggers-adding-and-setting.md).

# Flow Triggers: Adding and Setting

This trigger, unlike the others, executes the flow whenever it is activated by the [Flow Call module](/english/skyone-studio/integrations/flows/tool-modules/flow-call-module.md), as long as this module is **present in another flow** within the **same integration**.

Learn how to add and configure a Flow Trigger below:

* [Add a Flow trigger](#add-a-flow-trigger)
  * [Settings](#settings)
  * [Added parameters](#added-parameters)

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

To add a Flow trigger, follow these steps:

1. Click on "**Start with a trigger".**
2. Click on the plus sign of the "**Flow"** option. You will then open the modal to configure it and view more information.
3. This modal is divided into two areas: **Info banner** and **Settings**.

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

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

#### Settings <a href="#settings" id="settings"></a>

In the **Identifier** field, enter the identifier so that it can be used when configuring the **Flow Call** module (other flows from the same integration).

#### Added parameters <a href="#added-parameters" id="added-parameters"></a>

Optionally, before saving, add a parameter that will be used by the Flow call module (other flows, same integration).&#x20;

To do this, click on the "**Add variable"** button, fill in the fields and click "**Save information"**.

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

{% hint style="info" %}
The parameters created here will appear as Flow Trigger parameters in the configuration of subsequent modules.
{% endhint %}

To finalize the trigger settings, click on "**Save**".

Read also:

* [Edit trigger](/english/skyone-studio/integrations/flows/editing-triggers-and-modules.md)

***


---

# 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:

```
GET https://docs.skyone.cloud/english/skyone-studio/integrations/flows/triggers-of-a-flow/flow-triggers-adding-and-setting.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.
