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

# Running a Workflow

> Learn how to run workflows in Deals and Chats

Once you've created a workflow, running it is simple.

## Running a Workflow in a Deal

<Steps>
  <Step title="Open your Deal">
    Go to the Deal where you want to run the workflow.
  </Step>

  <Step title="Click Run Workflow">
    Find and click the **Run Workflow** button.
  </Step>

  <Step title="Select your workflow">
    Choose the workflow you want to use from the list.
  </Step>

  <Step title="Provide any requested inputs">
    If the workflow has input requests, Apers will ask you for that information.
  </Step>

  <Step title="Let Apers work">
    Apers runs each step automatically, in order.
  </Step>
</Steps>

## Running a Workflow in a Chat

<Steps>
  <Step title="Open a Chat">
    Start or open an existing Chat.
  </Step>

  <Step title="Click the Workflow button">
    Find the button on the **bottom left** of the Chat.
  </Step>

  <Step title="Select your workflow">
    Choose which workflow to run.
  </Step>

  <Step title="Apers takes over">
    The workflow runs automatically from start to finish.
  </Step>
</Steps>

## What Happens When a Workflow Runs

1. Apers reads the first step and executes it
2. When done, it moves to the next step
3. This continues until all steps are complete
4. If there are input requests, Apers pauses to ask you

<Info>
  Workflows run the same way every time, so you get consistent results.
</Info>
