> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-react-sdk-reference.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Learn how to build server side logic using Flows to add decision logic and external integrations to Forms.

# Flows

Flows allow you to visually build the server-side logic that can be executed within your Forms and handle the collected information, integrate any service with an API or trigger automations.

<Frame>
  <img src="https://mintcdn.com/docs-dev-react-sdk-reference/x0bGg8uI-XBB-Z8H/docs/images/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/e49ea613b2c46a43c83c89ffecddbafe/Flows.png?fit=max&auto=format&n=x0bGg8uI-XBB-Z8H&q=85&s=76fab12a333687b75941798926292bb6" alt="Dashboard > Forms > Flows" data-og-width="903" width="903" data-og-height="810" height="810" data-path="docs/images/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/e49ea613b2c46a43c83c89ffecddbafe/Flows.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-dev-react-sdk-reference/x0bGg8uI-XBB-Z8H/docs/images/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/e49ea613b2c46a43c83c89ffecddbafe/Flows.png?w=280&fit=max&auto=format&n=x0bGg8uI-XBB-Z8H&q=85&s=a128df784175c9f75e66920aa1f60c1a 280w, https://mintcdn.com/docs-dev-react-sdk-reference/x0bGg8uI-XBB-Z8H/docs/images/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/e49ea613b2c46a43c83c89ffecddbafe/Flows.png?w=560&fit=max&auto=format&n=x0bGg8uI-XBB-Z8H&q=85&s=88e25da91575c249a32e0b75778283ed 560w, https://mintcdn.com/docs-dev-react-sdk-reference/x0bGg8uI-XBB-Z8H/docs/images/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/e49ea613b2c46a43c83c89ffecddbafe/Flows.png?w=840&fit=max&auto=format&n=x0bGg8uI-XBB-Z8H&q=85&s=00ab0424a8fb2d7a8a9abee019d328d9 840w, https://mintcdn.com/docs-dev-react-sdk-reference/x0bGg8uI-XBB-Z8H/docs/images/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/e49ea613b2c46a43c83c89ffecddbafe/Flows.png?w=1100&fit=max&auto=format&n=x0bGg8uI-XBB-Z8H&q=85&s=9f241330149f72f5094ff10fd671da4b 1100w, https://mintcdn.com/docs-dev-react-sdk-reference/x0bGg8uI-XBB-Z8H/docs/images/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/e49ea613b2c46a43c83c89ffecddbafe/Flows.png?w=1650&fit=max&auto=format&n=x0bGg8uI-XBB-Z8H&q=85&s=94c5e6c1772b29b6162a7bad0f0b072c 1650w, https://mintcdn.com/docs-dev-react-sdk-reference/x0bGg8uI-XBB-Z8H/docs/images/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/e49ea613b2c46a43c83c89ffecddbafe/Flows.png?w=2500&fit=max&auto=format&n=x0bGg8uI-XBB-Z8H&q=85&s=efbcd6aad6e6540fe0dce056f9db6ac5 2500w" />
</Frame>

You can use Flows actions with your form to:

* Create custom server-side validations for your form steps.
* Integrate with your own API making custom HTTP requests.
* Integrate with 3rd parties using our out-of-the-box integrations.
* Execute different business logic based based on user input or properties.
* Validate data using <Tooltip tip="JSON Web Token (JWT): Standard ID Token format (and often Access Token format) used to represent claims securely between two parties." cta="View Glossary" href="/docs/glossary?term=JSON+Web+Tokens">JSON Web Tokens</Tooltip>.
