# Set up automations

Remember that each automation can help to solve different situations, use the one that best fits your needs.&#x20;

## Global automations

They can be set up once and then applied to many funnels (or all of them).

1. Click the **Automations** tab in your header menu.&#x20;
2. On the new page, click the **Create a new automation** button.
3. Select **Start from scratch** and then click **Create**.&#x20;
4. Build your automation using [triggers](/automations/triggers.md) and [actions](/automations/actions.md).&#x20;

{% hint style="info" %}
When you select a [Trigger](/automations/triggers.md), you will be asked to select the funnels in which this automation will be available.&#x20;
{% endhint %}

<figure><img src="/files/TAyXA7Su5AIqH9g60pdh" alt=""><figcaption><p>Funnels selection for global automation. </p></figcaption></figure>

5. Below your header menu, give your automation a name, save it, and then make sure to change the slider to **Active**. <br>

   <figure><img src="/files/ohcsIOli8eCLieRgIDpF" alt=""><figcaption><p>Save and activate your global automation.</p></figcaption></figure>

## Funnel automations

Funnel automations are specific to the funnel in which they were created.&#x20;

1. Select the funnel you want to create the automation in.&#x20;
2. On the bottom of the left panel, click on the **Funnel automations** icon.&#x20;
3. On the new page, click the **Create a new automation** button.&#x20;
4. Select between **Start from scratch** or **Abandoned Cart Sequence** and then click **Create**.
5. Build your automation using [triggers](/automations/triggers.md) and [actions](/automations/actions.md).
6. Below your header menu, give your automation a name, save it, and then make sure to change the slider to **Active**. \ <br>

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

## Product automations

1. Go to the page where you have your product
2. Click on the product you want to add automation to.&#x20;
3. The right side panel will open. Scroll down to the **Automations** and click on the **Create new automation** button. \ <br>

   <figure><img src="/files/I4k0aGPmGG51nJFZbmt6" alt=""><figcaption></figcaption></figure>
4. Select the [trigger](/automations/triggers.md) for your automation and click **Continue**.&#x20;
5. Select the [integration](/integrations/integrations-overview.md) you want to use with your automation.&#x20;
6. Define which action you want the automation to accomplish. (The action list will vary depending on the integration you're using)
7. Click the **Add** button on the pop-up window and then the **Save Changes** button on the bottom of the right panel.&#x20;


---

# 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.funnelish.com/automations/overview/set-up-automations.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.
