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

# Flows

> Build complex pipelines with Flows.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/athinaai/images/flows/hero-2.png" alt="Flows Overview" />

Flows are a way to chain prompts, API calls, Retrievals, Code Functions, and more together to build complex pipelines.

You can then run these Flows in the UI, on a dataset, or via the API.

### Use Cases

* Run multi-step workflows on a dataset
* Chain prompts with different models
* Chain prompts with Retrievals, Code Functions, and more
* Build multi-step evaluation workflows

<img src="https://cdn.prod.website-files.com/670cb23343dfaffd7368be46/6731a7da74d4c459525e4290_flows.png" alt="Flows Overview" />

### Examples

You can view all community templates here: [Flow Templates](https://app.athina.ai/flows/templates)

Here are some examples of how you can use Flows to build AI features in minutes:

<CardGroup cols={2}>
  <Card title="User Feedback -> Github Issue" icon="github" href="https://app.athina.ai/flows/templates/f4e2b7f4-975b-40b3-afb8-751e4f235b92">
    Automates the process of converting customer feedback into well-structured
    GitHub issues and assigns the appropriate labels to it.
  </Card>

  <Card title="Extract and analyze YouTube comments" icon="youtube" href="https://app.athina.ai/flows/templates/dfe881fe-fbf5-4b63-9065-cb4b48a7fad1">
    This flow helps you analyze YouTube comments to understand audience
    sentiment, popular topics, and engagement patterns.
  </Card>

  <Card title="Google Review Summarizer" icon="star" href="https://app.athina.ai/flows/templates/55b28c7b-a360-44d7-bc31-a150cf9d3170">
    Summaries Google reviews for any given product
  </Card>

  <Card title="Stock Analyzer" icon="chart-line" href="https://app.athina.ai/flows/templates/0eef9f93-7ad3-4fde-8e3d-f4ae6884e330">
    Use an LLM to analyze price movements and news about a given ticker
  </Card>
</CardGroup>

### Learn More

Use the links below to learn more about Flows:

| Feature                       | Description                                                             |
| ----------------------------- | ----------------------------------------------------------------------- |
| [Concepts](/flows/overview)   | Learn about the concepts behind Flows                                   |
| [Blocks](/flows/blocks)       | Learn about the prebuilt Blocks that make up Flows, and how to use them |
| [Code Execution]()            | Learn how you can run code in Flows                                     |
| [Variables]()                 | Learn how variables work in Flows                                       |
| [Sharing Flows]()             | Learn how to share Flows with your team                                 |
| [Templates](/flows/templates) | Learn about the community templates that you can use to get started     |
