# Triggers

The AI add-on contributes the following triggers. The triggers fire on AI agent lifecycle events emitted by Umbraco.AI.Agent.

## AI Agent Run Completed

Alias: `umbracoAI.agentRunCompleted`. Fires when an AI agent run finishes successfully. Use this to react to the agent's response in another automation step.

## AI Agent Run Failed

Alias: `umbracoAI.agentRunFailed`. Fires when an AI agent run fails. Use this to alert an editor or log the failure for review.

## AI Agent Request

Alias: `umbracoAI.agentTrigger`. Fires when an AI agent invokes the automation as a tool. Use this when you want an AI agent to be able to start the automation as part of its workflow.

{% hint style="info" %}
The exact output fields for each AI trigger depend on the agent and the event payload. Inspect a real run in the **Runs** view to see the available fields, then use the binding picker to reference them.
{% endhint %}


---

# 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.umbraco.com/umbraco-automate/add-ons/ai/triggers.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.
