# Create a new Scenario

### Triggers

To create a new scenario we will have to go to the Scenario menu and click on Create button:

<figure><img src="/files/8beQ6L7u6qrtNqhGEFcY" alt=""><figcaption></figcaption></figure>

Then you can start by selecting a trigger:

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

Triggers are always specific to one user, here are examples of triggers:

* Subscriber creation: When a subscriber is created
* Subscribers subscribe: When a subscriber subscribes to a list
* Subscriber opens an email: When a subscriber opens a specific or any email
* On subscriber's birthday: When it's the birthday of the subscriber

### Scenario Editor

Once you've chosen a trigger, you can start editing your scenario. For example, let's say you want to send an email with a subscribe link to a subscriber who opened a specific email, then check if they subscribed to send them another email.

First, we set a delay of 1 hour, this way the email is not sent right away:

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

Then we can add an action to send an email:

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

Clicking the Create new email button will redirect you to the email creation page, in which we include a dynamic text:

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

Once the action is added we need to add a new delay to let the subscriber have time to open it and click on it.

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

We can then add a condition to check if the subscriber has subscribe to the list Newsletter:

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

Now you can add another action to send another email to subscribers who only subscribe to the list Newsletter:

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

Once you've finished creating your scenario you'll have to save it:

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

In this case, you can activate the **Trigger once** option to make sure this scenario is triggered only once time on the subscriber, if this option is not activated the scenario will be triggered every time.


---

# 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.acymailing.com/main-pages/scenario/create-a-new-scenario.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.
