> For the complete documentation index, see [llms.txt](https://threadly.gitbook.io/threadly/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://threadly.gitbook.io/threadly/workflows/introduction-to-workflows.md).

# Introduction to Workflows

### What Are Workflows?

Workflows let you automate Slack communications based on triggers and actions. Think of them as "if this happens, then do that" automations that run in the background, saving you time and ensuring consistent communication.

**Example use cases:**

* Automatically welcome new team members when they join a channel
* Send weekly reminders to specific channels every Monday at 9am
* Trigger a message when someone submits a form
* Add users to conversation groups based on their actions
* Send data to external tools like Zapier when events occur

***

### How Workflows Work

Every workflow has two core components:

1. **A Trigger** — The event that starts the workflow (e.g., "when someone joins #general")
2. **Actions (Steps)** — What happens when the trigger fires (e.g., "send them a welcome DM")

Workflows can have multiple actions that execute in sequence, including delays between steps.

***

### Accessing Workflows

Open Threadly in Slack and navigate to the **Workflows** page from the home screen. Here you can:

* View all workflows you've created
* Filter by status (Active, Inactive, Archived)
* Filter by trigger type
* Filter by owner (All workflows or My workflows)
* Create new workflows

{% hint style="info" %}
Workflows require a Pro plan.
{% endhint %}

***

### Quick Start

Ready to create your first workflow? Head to [Creating Your First Workflow](/threadly/workflows/creating-your-first-workflow.md) to get started.

Want to understand all your trigger options first? Check out [Workflow Triggers](/threadly/workflows/workflow-triggers.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://threadly.gitbook.io/threadly/workflows/introduction-to-workflows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
