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

# Scoping a workflow to specific channels

> A workflow only runs in the channels you tell it to.

A workflow only runs in the channels you tell it to. This lets you, say, send appointment reminders to LINE and WhatsApp customers but leave Instagram out. By the end of this guide, you'll have a workflow scoped exactly where you want it.

## Before you begin

* The workflow you want to scope should already be open. See [Enabling and configuring a workflow](/workflows/enable-and-configure).
* You'll need permission to **manage your AI agent** (**Admin** or **Manager**).
* Have your connected **channels** in mind — a workflow can run in one, several, or all of them.

<Note>
  Different channels have different messaging rules and different audiences. Scoping keeps a workflow focused on the conversations where it belongs, and prevents it from acting where you don't want it to.
</Note>

***

<Steps>
  <Step title="Open the Apply to tab">
    * On the workflow's page, click the **Apply to** tab.
    * You'll see your **compatible** channels (inboxes), each with a checkbox. A workflow only lists the channels its template was designed for — any connected channels it doesn't support are grouped separately as "not compatible" and can't be selected.
  </Step>

  <Step title="Select the channels">
    * **Tick each channel** the workflow should run in.
    * **Untick** any you want to exclude. Conversations on unselected channels are left untouched.
    * Use **Select all** to tick every compatible channel, or **Deselect all** to start over.

    <Tip>
      When you're trying a workflow for the first time, scope it to a single channel. You'll see how it behaves before rolling it out everywhere.
    </Tip>
  </Step>

  <Step title="Save">
    * Click **Save & enable** to apply your scope and turn the workflow **On**. At least one compatible channel must be selected to enable it.
    * Or click **Save draft** if you're still setting things up.

    <Check>Your workflow now runs only in the channels you chose.</Check>
  </Step>
</Steps>

***

## Good to know

* **Scope is per workflow.** Each workflow has its own channel selection, so a reminder and a follow-up can target different channels.
* **Channel rules still apply.** Even within a scoped channel, a message only sends if that platform allows it at that moment. If not, the run is recorded as **Policy blocked** — see [Monitoring workflow runs and analytics](/workflows/monitor-runs-and-analytics).

<Note>
  Adding a new channel later? It won't be included in existing workflows automatically. Reopen each workflow's **Apply to** tab and tick it (as long as the workflow's template supports that channel).
</Note>

## Troubleshooting

* **A channel isn't listed.** It may not be connected yet, or the workflow's template doesn't support it (incompatible channels appear under "not compatible" and can't be selected). Connect a supported channel first, then return to **Apply to**.
* **The workflow ran where it shouldn't.** Check the **Apply to** tab and untick that channel, then save.
* **The workflow isn't running anywhere.** Make sure at least one channel is selected and the **On / Off** toggle is set to **On**.

***

### Related articles

* [Enabling and configuring a workflow](/workflows/enable-and-configure)
* [What workflows do](/workflows/what-workflows-are)
* [Choosing triggers and actions](/workflows/triggers-and-actions)
* [Monitoring workflow runs and analytics](/workflows/monitor-runs-and-analytics)
