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

# Running Workflows

> All the ways to execute workflows

Run workflows from The Brief, The Assistant, or the Workflow Library.

## From The Brief

Every card has a workflow attached. Click the action button to run it.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/run-from-brief.png" alt="Running workflow from Brief card" />
</Frame>

### Run Immediately

Click the button to run with default settings.

### Comment & Run

Click the dropdown → **Comment & Run** to add context:

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/run-comment.png" alt="Comment & Run dialog" />
</Frame>

Add notes like:

* "Focus on the product discussion"
* "Mention the conference where we met"
* "Keep it short"

### Remix Before Running

Click the dropdown → **Remix** to customize the workflow first.

## From The Assistant

### Using / Commands

Type `/` followed by the workflow name:

```
/meeting-prep
/weekly-planning
/company-deep-dive
```

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/run-slash.png" alt="Running with / command" />
</Frame>

### With Context

Add tokens to provide context:

```
/meeting-prep for my 2pm call
/company-deep-dive #Acme Corp
/birthday-wishes @Sarah Chen
```

### Natural Language

Just describe what you want:

```
Prep me for my next meeting
Research Acme Corp
Plan my week
```

Orbit figures out which workflow to run.

## From the Library

<Steps>
  <Step title="Open the library">
    In The Assistant, click the **Workflows** tab.
  </Step>

  <Step title="Find the workflow">
    Browse by category or search.

    <Frame>
      <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/run-library.png" alt="Workflow library" />
    </Frame>
  </Step>

  <Step title="Click to run">
    Click the workflow to run it.
  </Step>
</Steps>

## While Running

### Progress

A progress indicator shows the workflow is working:

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/run-progress.png" alt="Workflow progress indicator" />
</Frame>

### Apps Being Used

You can see which apps are being accessed.

### Canceling

Click **Cancel** to stop a workflow mid-run.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/run-cancel.png" alt="Cancel button" />
</Frame>

## After Running

### Output

Results appear in The Assistant:

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/run-output.png" alt="Workflow output" />
</Frame>

### Actions

After a workflow runs:

* **Copy** — Copy output to clipboard
* **Save as Workflow** — Save this exact run as a reusable workflow
* **Retry** — Run again with different context

### Feedback

Rate the output to help Orbit improve:

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/rolodexguru/images/run-feedback.png" alt="Rating workflow output" />
</Frame>
