> For the complete documentation index, see [llms.txt](https://docs.fastn.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fastn.ai/tutorials-1/understanding-flow-types.md).

# Understanding Flow Types

Flows are the backbone of automation and configuration in **Fastn**.

> Each flow type serves a different purpose, from activating new tenants to fetching dynamic lists or managing configuration fields inside widgets.

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-cover data-type="image">Cover image</th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Activation Flow</strong></td><td><em>Initialize tenants, import templates, and register webhooks.</em></td><td><a href="/files/SIBX67b7wv05BgiKgou1">/files/SIBX67b7wv05BgiKgou1</a></td><td><a href="/pages/cpBlTDP8mtslr2svkiVD">/pages/cpBlTDP8mtslr2svkiVD</a></td></tr><tr><td><strong>Selection Flow</strong></td><td><em>Fetch real-time data to populate dropdowns and selections dynamically.</em></td><td><a href="/files/YfGmF0xaPZ3oWcRLjG9n">/files/YfGmF0xaPZ3oWcRLjG9n</a></td><td><a href="/pages/iE3F2wHenEArBduXuFNN">/pages/iE3F2wHenEArBduXuFNN</a></td></tr><tr><td><strong>Configuration Flow</strong></td><td><em>Define how users configure, map, and validate fields inside widgets.</em></td><td><a href="/files/qfrLoNy3faBPS87wI7fY">/files/qfrLoNy3faBPS87wI7fY</a></td><td><a href="/pages/lfLDJN0BaGa4Rmc1wrzX">/pages/lfLDJN0BaGa4Rmc1wrzX</a></td></tr></tbody></table>

#### Before You Begin

Make sure you're familiar with:

{% content-ref url="/pages/CJeq2eW6YUecsDPP789v" %}
[Flow Setup Essentials](/flow-setup-essentials.md)
{% endcontent-ref %}

{% content-ref url="/pages/CboLD9QAEO4R5OVtet9c" %}
[Connector Types & Setup](/flow-setup-essentials/connecting-apps/connector-types-and-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/vx1OKak9dJskfAs5omp3" %}
[Data Mapping in Flows](/flow-setup-essentials/designing-a-flow/data-mapping-in-flows.md)
{% endcontent-ref %}


---

# 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://docs.fastn.ai/tutorials-1/understanding-flow-types.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.
