# Flows

A **flow** is a set of operations executed sequentially, triggered by one or more events that start its execution. After that, one or more operations from existing modules can be added, or custom flow parameters can be created.

When creating a flow, you can easily integrate different systems by using the modules and operations you’ve created or those shared with you in Skyone Studio.

### How to Access

To access a flow, click on an integration to open the associated flow.

The following pages contain the full documentation on **Flows**.

* [Flow management](/english/skyone-studio/integrations/flows/flow-management.md)
* [Triggers of a flow](/english/skyone-studio/integrations/flows/triggers-of-a-flow.md)
* [Tool Modules](/english/skyone-studio/integrations/flows/tool-modules.md)


---

# 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.skyone.cloud/english/skyone-studio/integrations/flows.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.
