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

# How to Create a Flow

> How to create flows with Rasa Studio

This guide will teach you to create a flow in Rasa Studio, the foundation of your assistant’s conversational logic.
By the end, you’ll know how to name, describe, and build a flow.

## Get Started

1. Go to the Flow builder page
2. Hit the "Create flow" button.

   <img src="https://mintcdn.com/rasa-43f32701/XHj2VCWI4cZ6KSTn/images/legacy/studio/tutorial/create-flow.png?fit=max&auto=format&n=XHj2VCWI4cZ6KSTn&q=85&s=0e540029d813acd34f94d75d683a025f" alt="image" width="2040" height="1284" data-path="images/legacy/studio/tutorial/create-flow.png" />
3. For your flow's ID, avoid spaces, +, / or ! symbols. In the "Description" field, provide a detailed summary of the flow's purpose.
   This description is what will be used by LLM to decide when your flow should be triggered. Once you're set, click "Save".

   <img src="https://mintcdn.com/rasa-43f32701/XHj2VCWI4cZ6KSTn/images/legacy/studio/tutorial/create-welcome-flow.png?fit=max&auto=format&n=XHj2VCWI4cZ6KSTn&q=85&s=6663c44189e2894457c0960ce2554375" alt="image" width="944" height="1268" data-path="images/legacy/studio/tutorial/create-welcome-flow.png" />


## Related topics

- [How to Trigger Flows](/docs/studio/build/flow-building/trigger-flows.md)
- [How to Create a Custom Action](/docs/studio/build/actions/create-a-custom-action.md)
- [How to Link, Call and Connect Flows](/docs/studio/build/flow-building/linking-flows.md)
- [How to Make Decisions](/docs/studio/build/flow-building/logic.md)
- [How to Edit System Flows](/docs/studio/build/flow-building/system-flows.md)
