> For the complete documentation index, see [llms.txt](https://docs.riff.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.riff.ai/archive/quick-start-tutorials-legacy-staging/riff-automations.md).

# Riff Automations

## Build automations you can see.

Automations are repeatable flows that move data, join steps, and export results. In Riff, you describe the job in plain English, the agent plans tiny tasks, wires integrations, and gives you a clear preview before anything runs. Schedules make it hands‑off; logs make it understandable.

{% embed url="<https://youtu.be/I4bswn6Lwk0>" %}

### **Why Riff Automations**

* **Plain‑English to production.** No box‑and‑arrow editors. Say what goes in, what happens, what comes out, and when it runs. Riff handles the plumbing.
* **Transparent by design.** See the plan (Riff Card), watch tasks execute, inspect logs, and open the live preview.
* **Built into your app.** Every automation ships with a UI so your team can run it on‑demand and see results.
* **One‑click alerts.** Send updates to Slack, Gmail, or Google Calendar in seconds.

### **When to use Automations vs Apps vs Agents**

* **Automations:** recurring, multi‑step flows (summaries, syncs, alerts).
* **Apps:** interactive dashboards & tools.
* **Agents:** background helpers that analyze/draft/act on a schedule.
* [Build your first automation](/archive/quick-start-tutorials-legacy-staging/quick-start-automation.md)


---

# 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.riff.ai/archive/quick-start-tutorials-legacy-staging/riff-automations.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.
