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

# Running workflows on Slack

> Run your workflows by asking in natural language, using Slack Slash Commands

Any workflows you create can be run on <Icon icon="slack" /> Slack, so you can automate tasks and queries without switching context.

## Connecting to Slack

<Steps>
  <Step title="Go to Recase Dashboard">
    Navigate to your [Recase Dashboard](https://app.recaseai.com) and click on the "Connect to Slack" button in the workflows section.
  </Step>

  <Step title="Authorize Recase">
    You'll be redirected to Slack's authorization page. Click "Allow".
  </Step>
</Steps>

## Slash Commands

There are two types of slash commands you can create:

* `/rc-list`: This will list all the workflows you have created.
* `/rc [query]`: This will search for the most relevant workflow, extract the inputs and run it.

### Using the `/rc` command

Example workflow: [Create a Linear issue](/src/examples/create-linear-issue)

> */rc send to linear a task about adding CSV export functionality to the testing tool.... high priority.*

Example workflow: [Query a payment](/src/examples/query-payment)

> */rc figure out why payment\_239842739847 was declined*
