> For the complete documentation index, see [llms.txt](https://docs.welkinhealth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.welkinhealth.com/designer/automations/designer-how-to-create-automations.md).

# How to Create Automations

Automations enable you to instantly trigger another action based on predefined conditions.

To set up an automation, select "Automations" from the vertical menu bar in Designer.

Click on "+New" in the upper right corner

Enter a title for your automation.

Next, select a Trigger Type: Event, Scheduled, or Recurring

Note: When you select a general trigger category with multiple options below, that trigger will fire when any of the below actions occur. For example, selecting "Data Type" will trigger for all of "Data Type Created, Data Type Updated, and Data Type Deleted."

***

## Related Topics

* [Create Advanced Automations](/designer/automations/create-advanced-automations.md) – complex automation patterns
* [Create Automated Appointment Reminders](/designer/automations/create-automated-appointment-reminders.md) – common automation use case
* [Automations that Trigger Outbound Communications](/designer/automations/automations-that-trigger-outbound-communications.md) – SMS/email automations
* [Create User Notifications](/designer/notifications-and-communications/create-user-notifications.md) – user-facing notifications
* [Programs and Phases](/designer/programs-and-profiles/programs-and-phases.md) – automations triggered by program enrollment


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.welkinhealth.com/designer/automations/designer-how-to-create-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.
