# Triggers of a flow

### Overview <a href="#overview" id="overview"></a>

Every flow needs to be started with a trigger, be it a time trigger, a webhook trigger, an AS2 trigger, a flow trigger or an API Gateway trigger, as this will define how and when the flow will be executed.

Below is the documentation for each type of trigger:

* [API Gateway trigger](/english/skyone-studio/integrations/flows/triggers-of-a-flow/api-gateway-triggers-adding-and-setting.md)
* [AS2 trigger](/english/skyone-studio/integrations/flows/triggers-of-a-flow/as2-triggers-adding-and-setting.md)
* [Queue trigger](/english/skyone-studio/integrations/flows/triggers-of-a-flow/queue-triggers-adding-and-setting.md)
* [Flow trigger](/english/skyone-studio/integrations/flows/triggers-of-a-flow/flow-triggers-adding-and-setting.md)
* [Time trigger](/english/skyone-studio/integrations/flows/triggers-of-a-flow/time-triggers-adding-and-setting.md)
* [Webhook trigger](/english/skyone-studio/integrations/flows/triggers-of-a-flow/webhook-triggers-adding-and-setting.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/triggers-of-a-flow.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.
