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

# Introduction aux flux

> Cette section décrit comment utiliser les flux et les formulaires.

Les flux vous permettent de créer visuellement la logique côté serveur qui peut être exécutée dans vos formulaires et de gérer les informations recueillies, d’intégrer tout service avec une API ou de déclencher des automatisations.

<Frame>
  <img src="https://mintcdn.com/docs-staging-react-sdk-reference/LR14P2wJ1q9OCH1e/docs/images/fr-ca/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/d334ea608b071acd6e77f424283e0234/Flows.png?fit=max&auto=format&n=LR14P2wJ1q9OCH1e&q=85&s=303520558ef81a1f73681a670ff70fee" alt="Dashboard > Forms > Flows" data-og-width="903" width="903" data-og-height="810" height="810" data-path="docs/images/fr-ca/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/d334ea608b071acd6e77f424283e0234/Flows.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-staging-react-sdk-reference/LR14P2wJ1q9OCH1e/docs/images/fr-ca/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/d334ea608b071acd6e77f424283e0234/Flows.png?w=280&fit=max&auto=format&n=LR14P2wJ1q9OCH1e&q=85&s=e151d78cdcad75ea86d7edd7e7626c4b 280w, https://mintcdn.com/docs-staging-react-sdk-reference/LR14P2wJ1q9OCH1e/docs/images/fr-ca/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/d334ea608b071acd6e77f424283e0234/Flows.png?w=560&fit=max&auto=format&n=LR14P2wJ1q9OCH1e&q=85&s=1f2d51c64e59313d76bb420f9e3f4e15 560w, https://mintcdn.com/docs-staging-react-sdk-reference/LR14P2wJ1q9OCH1e/docs/images/fr-ca/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/d334ea608b071acd6e77f424283e0234/Flows.png?w=840&fit=max&auto=format&n=LR14P2wJ1q9OCH1e&q=85&s=70eb73068b3f7eca7b5b5b820c213be1 840w, https://mintcdn.com/docs-staging-react-sdk-reference/LR14P2wJ1q9OCH1e/docs/images/fr-ca/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/d334ea608b071acd6e77f424283e0234/Flows.png?w=1100&fit=max&auto=format&n=LR14P2wJ1q9OCH1e&q=85&s=00f94d351ed1925d3ea83ef1e8d76fc4 1100w, https://mintcdn.com/docs-staging-react-sdk-reference/LR14P2wJ1q9OCH1e/docs/images/fr-ca/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/d334ea608b071acd6e77f424283e0234/Flows.png?w=1650&fit=max&auto=format&n=LR14P2wJ1q9OCH1e&q=85&s=430198903724e83610a89a2dd8d817e8 1650w, https://mintcdn.com/docs-staging-react-sdk-reference/LR14P2wJ1q9OCH1e/docs/images/fr-ca/cdy7uua7fh8z/6u6Huh5CbH3GEQJv3AH7cx/d334ea608b071acd6e77f424283e0234/Flows.png?w=2500&fit=max&auto=format&n=LR14P2wJ1q9OCH1e&q=85&s=2297a3b5c613ea72ef7c79becd763ae1 2500w" />
</Frame>

Vous pouvez utiliser les actions des flux avec votre formulaire pour :

* Créer des validations personnalisées côté serveur pour les étapes de votre formulaire.
* Intégrer votre propre API en effectuant des requêtes HTTP personnalisées.
* Intégrer des tiers en utilisant nos intégrations prêtes à l’emploi.
* Exécuter différentes logiques d’entreprise en fonction des saisies ou des propriétés de l’utilisateur.
* Valider les données à l’aide de jetons Web JSON.
