# Tâches

Les tâches sont [éléments de tâche](/fr/form-management/tasks/task-items.md) qui sont déclenchés une fois qu’un Répondant a soumis son Sondage. Chacune des tâches propose un type de fonctionnalité différent et peut être [déclenchée](/fr/form-management/tasks/triggers.md) de manière conditionnelle en fonction des réponses du Répondant.

Vous pouvez configurer les tâches suivantes&#x20;

* [Recevoir une alerte par e-mail à chaque nouvelle soumission d’un Répondant](/fr/form-management/tasks/task-items/completion-alert.md)
* [Poster vers un endpoint webhook HTTP](/fr/form-management/tasks/task-items/webhook.md)&#x20;
* [Enregistrer les réponses des Répondants dans une feuille Google Sheet](/fr/form-management/tasks/task-items/google-sheet.md)
* [Mettre à jour ou ajouter des enregistrements dans la table de SQL Server](/fr/form-management/tasks/task-items/sql-query-task.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.ngsurvey.com/fr/form-management/tasks.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.
