# Triggers

Triggers allow you to run cloud agents automatically without manual intervention. You can set up agents to run on schedules, in response to webhooks, or through other automation patterns.

To set up your first recurring agent, follow the [Scheduled Agents Quickstart](https://docs.warp.dev/agent-platform/cloud-agents/triggers/scheduled-agents-quickstart).

## Available trigger types

* [**Scheduled Agents**](https://docs.warp.dev/agent-platform/cloud-agents/triggers/scheduled-agents) - Run agents on a recurring schedule using cron expressions.
* [**CLI**](https://docs.warp.dev/reference/cli) - Trigger cloud agents directly from your terminal using the Oz CLI.
* [**API & SDK**](https://docs.warp.dev/reference/api-and-sdk) - Programmatically trigger agents via the Warp API or SDK.
* [**Integrations**](https://docs.warp.dev/agent-platform/cloud-agents/integrations) - Trigger agents from external services like Slack, Linear, or GitHub Actions.


---

# 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.warp.dev/agent-platform/cloud-agents/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.
