> For the complete documentation index, see [llms.txt](https://docs.ngsurvey.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ngsurvey.com/fr/form-management/tasks/task-items.md).

# Éléments de tâche

Chaque tâche offre une fonctionnalité unique qui s'exécute après qu'un Répondant a soumis ses réponses. Les tâches s'exécutent de haut en bas dans le volet des tâches.&#x20;

{% hint style="info" %}
La tâche ne s'exécutera que lorsque le Répondant aura soumis ses réponses. Les tâches ne sont pas déclenchées par des mises à jour de réponses existantes.
{% endhint %}

## ➕ **Ajout d'une tâche**

Pour ajouter une nouvelle tâche à votre Sondage, vous pouvez soit utiliser le **Ajouter une tâche** bouton, soit choisir dans la liste des tâches disponibles.

<figure><img src="/files/57fe04f2f3eb0dd8fee3b514e54e059ff7477259" alt=""><figcaption></figcaption></figure>

## 🔅 Propriétés de la tâche

<figure><img src="/files/9b37401673ad51277d6a3916224c67935742bbf1" alt=""><figcaption></figcaption></figure>

* **`Activée`** une tâche ne s'exécutera que si elle est activée et si elle correspond à ses [conditions de déclenchement ](/fr/form-management/tasks/triggers.md).
* **`Soumettre`**&#x6E;'exécutera la tâche que lorsqu'un nouveau Répondant aura été enregistré.
* **`Mettre à jour`**&#x6E;e s'exécutera que si un ou plusieurs Répondants existants ont mis à jour leurs réponses.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.ngsurvey.com/fr/form-management/tasks/task-items.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
