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

# Workflows

> Automate your operations by reacting to events and running steps automatically.

Workflows is a no-code automation engine built into Yorlet. You choose what starts a workflow, then add the steps Yorlet should run — create a task, attach a note, send a letter, raise a maintenance issue, and more — without leaving the Dashboard.

You can view and manage every workflow from the [Workflows page](https://dashboard.yorlet.com/workflows).

<Note>
  Workflows is billed on a pay-as-you-go basis. You are charged for each action step that succeeds. See [list pricing](https://www.yorlet.com/pricing#workflows).
</Note>

## Enable Workflows

Workflows is a pay-as-you-go add-on. To enable it, follow these steps:

1. Go to [Your plans](https://dashboard.yorlet.com/settings/plans).
2. Find **Workflows** and click **Get started**.
3. Complete checkout.

Once enabled, you can create workflows from the [Workflows page](https://dashboard.yorlet.com/workflows).

## How a workflow works

Every workflow has three parts:

* **Trigger** — what starts the workflow. For example, a tenancy being activated, an invoice becoming past due, or a request from your own systems.
* **Steps** — what happens next. Steps can be actions (create a task, send a letter), **If / else** branches, or **For each** loops.
* **Runs** — each time the trigger fires, Yorlet records a run so you can see what happened.

Only **Active** workflows run. A workflow can be:

* **Draft** — saved but not live. Use this while you are still building.
* **Active** — published and running whenever the trigger fires.
* **Inactive** — kept in your list, but it will not run until you click **Activate**.

## Get started

<CardGroup cols={2}>
  <Card title="Create a workflow" icon="plus" iconType="duotone" href="/business-automation/workflows/create-a-workflow">
    Name a workflow, choose a trigger, add steps, and publish it
  </Card>

  <Card title="Triggers" icon="bolt" iconType="duotone" href="/business-automation/workflows/triggers">
    Choose what starts a workflow — events, invoices, tenancies, or the API
  </Card>

  <Card title="Actions" icon="list-check" iconType="duotone" href="/business-automation/workflows/actions">
    Create tasks, notes, invoices, letters, and more
  </Card>

  <Card title="Conditions and loops" icon="code-branch" iconType="duotone" href="/business-automation/workflows/conditions-and-loops">
    Branch with If / else, or repeat steps with For each
  </Card>

  <Card title="Variables" icon="brackets-curly" iconType="duotone" href="/business-automation/workflows/variables">
    Insert values from the trigger, earlier steps, and the time the workflow ran
  </Card>

  <Card title="Runs" icon="list-timeline" iconType="duotone" href="/business-automation/workflows/runs">
    See what a workflow did and troubleshoot failed steps
  </Card>
</CardGroup>
