# Multiple Triggers in a Flow

A flow can have more than one trigger. Each trigger will have it's own set of steps that will execute when that trigger fires.

For example, this flow will trigger when a contact is created in Hubspot, look it up in Acme, and create a contact in Acme (if it's not found) or update the contact in Acme (if it's found).

For example, this flow will trigger when a contact is added to a list in Hubspot, or a contact is updated in a list in Hubspot. In the latter case, the contact ID in Acme will be looked up, and then the contact will be updated.

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

All triggers in a flow share a common setup form (so your users don't have to answer the same questions twice).


---

# 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.integry.ai/flows/trigger-a-flow/multiple-triggers-in-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.
