# What is a Flow?

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_13/ch13flowmenu.png" alt=""><figcaption></figcaption></figure>

* The Flow section consists of templates to create Flows or a sequence of activities (Flow components) that reflect a business process.&#x20;
* These activities and events are executed in a sequence constructed to perform operations according to business requirements.&#x20;
* Flows use Flow components as the building blocks of the business process.&#x20;
* When a Flow component is placed in the Flow, it becomes an Activity in the Flow.&#x20;
* Flows can be triggered from other Langstack application templates, including APIs, Processes, and Validations.
* Users can log the progression of the execution of the Flow in an entity.
* An entity must be loaded for a Flow to be created, i.e., it must be Qualified before creating the Flow. (see image below)&#x20;

<figure><img src="https://media.langstack.com/documentation/media/images/code/training_manual/chapter_13/ch13flowcase123.png" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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://docs.langstack.com/welcome/get-started/learn-langstack/introduction-to-flows-and-flow-components/what-is-a-flow.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.
