# Introduction

## Qu'est-ce qu'un workflow ?

Un workflow est un parcours dans lequel un ou plusieurs documents vont transitionner, étape par étape. C'est une fonctionnalité low-code permettant de faire interagir toutes nos solutions les unes avec les autres.

<figure><img src="/files/lgZJ0dUMoZ2lj5gTMVOB" alt=""><figcaption><p>Exemple d'un Workflow</p></figcaption></figure>

Vous trouverez dans cette documentation :&#x20;

* [Comment créer votre premier workflow](/products/workflow/creer-un-workflow.md)
* [Les modules disponibles à ajouter](/products/workflow/les-modules-workflow.md)
* [Comment utiliser le workflow par API une fois configuré](/products/integration-api/workflow/envoyer-des-documents-dans-un-workflow.md)
* [Le monitoring des workflows avec les jobs](/products/workflow/jobs.md)
* [Comment brancher une boite mail, un S3 ou un FTP en entrée du workflow](/products/workflow/inputs.md)


---

# 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.recital.ai/products/workflow/introduction.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.
