# Action targets

The **actions targets** allows you to choose who the actions will be **applied on**. As for the conditions, this step will **change** according to the trigger you've chosen.

\
If you chose a **classic trigger** then you can execute actions on all the users or just a part, depending on the filters you've chosen.\
If you've chosen a **trigger based on a user action** you'll be able to execute actions for all the users and just the one who triggered the automation.

![If you choose to execute the actions on the user triggering the automation ](/files/-Lim5aUoH2ppPFeN3lqe)

![](/files/-MTfEN5942TcBfT1aFd2)

Note that if you want to execute your actions on **all your users**, save directly without setting a filter. This way AcyMailing will execute the automation on all users.

If you click on the **See users** button a modal will open with all of the users matching the current condition.

#### Conditions on user date fields

If you are using the Enterprise version and have created custom fields type date, the way you write the condition will depend on the date format you set in the custom field.

Here are examples of format in the custom fields with the date stored value to use in conditions (for July, 19th 2021):

| Custom field format | Stored value for conditions |
| ------------------- | --------------------------- |
| %d%m%y              | 19/07/2021                  |
| %m%d%y              | 07/19/2021                  |
| %y%m%d              | 2021/07/19                  |

Here is the condition example for the first format (%d%m%y):

![](/files/-Mexy8hH80KvN8ELrSE5)


---

# 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/automations/action-targets.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.
