> For the complete documentation index, see [llms.txt](https://docs.umbraco.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.umbraco.com/umbraco-automate/18.latest/readme.md).

# Umbraco Automate

Umbraco Automate brings event-driven automation directly into Umbraco CMS. You build workflows on a visual canvas in the backoffice by combining triggers (events that start a flow) with actions (units of work). No external automation platform is needed.

<figure><img src="/files/gq24225r2zMEi2nwWfsE" alt="The Umbraco Automate canvas with a trigger and two actions connected."><figcaption><p>An automation built in the visual canvas editor.</p></figcaption></figure>

## Key Features

* **Visual canvas editor** — Build automations by dragging triggers and actions onto a canvas and connecting them.
* **Built-in triggers and actions** — React to content, media, and member events. Make HTTP requests, send email, publish content, and more.
* **Add-on packages** — Install packages such as Slack, Forms, Commerce, Engage, AI, and Deploy to add more triggers and actions.
* **Workspaces** — Group automations and scope which connections and users have access.
* **Connections** — Reusable credential sets for external services such as Slack.
* **Bindings** — Pass data between steps using `${ ... }` syntax with filters.
* **Run history** — Every run is recorded with per-step inputs, outputs, errors, and timing.

## Explore the Documentation

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-target data-type="content-ref"></th><th data-hidden data-card-cover data-type="image">Cover image</th></tr></thead><tbody><tr><td><strong>Getting Started</strong><br>New to Umbraco Automate? Start here.</td><td><a href="/pages/8iZhDckVIH2N4LDstJyL">/pages/8iZhDckVIH2N4LDstJyL</a></td><td><a href="/files/B5OJcT7CHDriH8xrfeWl">/files/B5OJcT7CHDriH8xrfeWl</a></td></tr><tr><td><strong>Core Concepts</strong><br>Learn how Umbraco Automate is structured.</td><td><a href="/pages/vSmbGGHo5WYIJRvTtrgv">/pages/vSmbGGHo5WYIJRvTtrgv</a></td><td><a href="/files/mOJFyhdf36oEvryxWMSR">/files/mOJFyhdf36oEvryxWMSR</a></td></tr><tr><td><strong>Using the Backoffice</strong><br>Manage workspaces, build automations, and review runs.</td><td><a href="/pages/7hrDvUMvtOZUO3BcrXkl">/pages/7hrDvUMvtOZUO3BcrXkl</a></td><td><a href="/files/Hk5CZgy4fUkGnD0yjs2C">/files/Hk5CZgy4fUkGnD0yjs2C</a></td></tr><tr><td><strong>Add-ons</strong><br>Install add-on packages to expand the catalogue of triggers and actions.</td><td><a href="/pages/oQQJF4rL8kwmrDo6X0VR">/pages/oQQJF4rL8kwmrDo6X0VR</a></td><td><a href="/files/IaZsYsbFnRK2bIZmfrmi">/files/IaZsYsbFnRK2bIZmfrmi</a></td></tr><tr><td><strong>Extending</strong><br>Create custom triggers, actions, and connection types.</td><td><a href="/spaces/GBKRsxTRbnrPZiQxwTe5/pages/QblwqubdSPUsHT8oqt8w">/spaces/GBKRsxTRbnrPZiQxwTe5/pages/QblwqubdSPUsHT8oqt8w</a></td><td><a href="/files/FHfRTxtU3up3nFflppKp">/files/FHfRTxtU3up3nFflppKp</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.umbraco.com/umbraco-automate/18.latest/readme.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
