> ## Documentation Index
> Fetch the complete documentation index at: https://docs.arya.so/llms.txt
> Use this file to discover all available pages before exploring further.

# Automations overview

> Visual workflows without code: triggers, actions, conditions, webhooks.

Arya **Automations** are visual workflows that execute actions automatically when events happen. No code required, with the power of a professional integration platform.

<Frame>
  <img src="https://mintcdn.com/agevole/BUuJGD62nuns4mJL/images/automazioni/en/workflow-builder.svg?fit=max&auto=format&n=BUuJGD62nuns4mJL&q=85&s=38de4a3375a80e95d75b04babc167042" alt="Visual workflow editor with connected triggers and actions" width="1200" height="720" data-path="images/automazioni/en/workflow-builder.svg" />
</Frame>

## What you can do

<CardGroup cols={2}>
  <Card title="Workflow builder" icon="diagram-project" href="/en/automations/workflow-builder">Drag-and-drop canvas to build flows.</Card>
  <Card title="Triggers" icon="bolt" href="/en/automations/triggers">Events that start workflows.</Card>
  <Card title="Actions" icon="gears" href="/en/automations/actions">30+ actions: records, email, Slack, HTTP, integrations.</Card>
  <Card title="Scheduling and webhooks" icon="clock" href="/en/automations/scheduling-and-webhooks">Cron scheduling + incoming webhooks from external systems.</Card>
  <Card title="Exposed webhooks" icon="arrow-up-right-from-square" href="/en/automations/exposed-webhooks">Arya webhook endpoints consumable by other systems.</Card>
  <Card title="Run history" icon="history" href="/en/automations/run-history">Detailed log, debug, retry, export.</Card>
</CardGroup>

## Common examples

* **Lead automation**: new contact in list → welcome email + assign to rep + Slack notification
* **Deal won**: deal → Won → create project + task template + customer email + Slack celebration
* **Invoice follow-up**: invoice 7 days overdue → reminder email + sales task
* **HR onboarding**: new employee → onboarding task template + access creation + welcome email
* **External outreach**: webhook from HeyReach → create contact + add to list + follow-up task

## Roles and permissions

<Note>
  Only **Managers** and **Admins** create and modify workflows. **Users** can launch manually configured workflows. **Admins** see the full history and configure exposed webhooks.
</Note>

## Next steps

<Card title="Build the first workflow" icon="arrow-right" href="/en/automations/workflow-builder">Walkthrough from visual editor to first run.</Card>
