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

# BeeAI Workflows

> Learn about Workflows in the BeeAI Framework.

The [BeeAI Agent Framework](https://github.com/i-am-bee/bee-agent-framework) makes it easy to build scalable agent-based workflows with your model of choice.

This recipe demonstrates BeeAI Workflows, which are available in the BeeAI Framework. An agent's behavior is defined through workflow steps and the transitions between them. You can think of a workflow as a graph that outlines an agent's behavior.

<CardGroup cols={2}>
  <Card title="Get started" icon="github" href="https://github.com/i-am-bee/beeai-framework/blob/main/python/examples/notebooks/workflows_colab.ipynb">
    Explore sample code in a GitHub repo
  </Card>

  <Card title="Try it out" icon="https://mintcdn.com/ibmgranite/m3dncz2KrKeb3pcV/granite/docs/images/icons8-google-colab.svg?fit=max&auto=format&n=m3dncz2KrKeb3pcV&q=85&s=fb39ef667c012d0fcef53599b6c5c0fd" href="https://colab.research.google.com/github/i-am-bee/beeai-framework/blob/main/python/examples/notebooks/workflows_colab.ipynb" width="144" height="144" data-path="granite/docs/images/icons8-google-colab.svg">
    Execute sample code in Colab
  </Card>
</CardGroup>
