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

# What workflows are

> Automations that react to something happening — a schedule, a new RSS item, a comment — and post or reply for you.

A workflow is a small automation: something happens, and Ocoya does something about it. A schedule comes round and a post goes out. Someone comments with a keyword and they get a DM. A new article appears in your RSS feed and becomes a post.

Select **Workflows** in the left sidebar.

<Frame caption="The Workflows page. Each workflow shows its step chain and whether it's active.">
  <img src="https://mintcdn.com/ocoya/AXU_TbAvrsHP8A-m/images/screenshots/workflows.png?fit=max&auto=format&n=AXU_TbAvrsHP8A-m&q=85&s=3ed394cb20d3c3941d2d8c45b7c24831" alt="Ocoya Workflows page headed Build automations that react to social activity and brand events, with a New workflow button and two workflow cards each labelled Inactive" width="2880" height="1800" data-path="images/screenshots/workflows.png" />
</Frame>

## How one is built

Every workflow is a chain: one **trigger** that starts it, then one or more **actions** that run in order.

```
Trigger            what starts it
  └── Action       what happens
      └── Action   and then
```

You don't assemble that chain yourself. You pick an example whose shape matches what you want, and Ocoya creates the workflow with those steps already in place — then you configure each step. See [Create a workflow](/help/create-a-workflow).

<Note>
  The steps are set when the workflow is created. There's no way to add a step to an existing workflow or remove one, so if you need a different shape, create a new workflow from a different example.
</Note>

## What it costs

Workflows need a **paid plan**. On the free plan, creating one opens an upgrade prompt instead.

Each run costs **1 credit**, whether or not it ends up producing a post. A daily poster costs about 30 credits a month; a comment responder on a busy post can cost a great deal more, because it runs once per comment.

That's the thing to watch. An automation you forget about keeps spending. See [What are credits?](/help/credits)

## What they're good for

Three shapes cover most of it:

**Publishing on a rhythm.** A schedule trigger plus an AI agent keeps something going out without you writing it each time.

**Turning a feed into posts.** RSS or a WooCommerce product going live becomes a post automatically.

**Answering people.** A comment, mention or DM arrives and gets a reply.

<Warning>
  The reply-to-people workflows run on the Inbox, and **Inbox supports Facebook and Instagram only**. A DM or comment workflow will not fire for X, LinkedIn or anything else, however the channel is connected. See [Inbox](/help/inbox).
</Warning>

## What they can't do

* **Branch.** A workflow runs one path, start to finish.
* **Change shape after creation.** Steps are fixed when you pick the example.
* **Publish without credits.** If your balance is empty, runs stop. Posts you already scheduled by hand still publish — that's unaffected.

## Related

<Columns cols={2}>
  <Card title="Create a workflow" icon="plus" href="/help/create-a-workflow">
    The examples, and which one to start from.
  </Card>

  <Card title="Triggers and actions" icon="list-tree" href="/help/workflow-steps">
    What each step does and what it needs.
  </Card>
</Columns>
