> 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/google-sheet.md).

# Tâche Google Sheet

## 📥 Qu'est-ce que la tâche Google Sheet ?

La tâche Google Sheet enregistrera automatiquement le Répondant et toutes ses réponses dans une feuille Google de votre choix.

{% hint style="warning" %}
Pour configurer Google Sheets et permettre à ngSurvey d'accéder à vos feuilles de calcul, vous devrez lier un [Google Service Account](/fr/installation-setup/system-settings/google.md) à votre compte ngSurvey depuis vos [account settings](/fr/personal-account.md) page .
{% endhint %}

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

* **`Spreadsheet`** auquel appartient la feuille cible. &#x20;
* **`Sheet`** qui contiendra les réponses du Répondant.

Assurez-vous que la feuille de calcul que vous souhaitez utiliser ait été partagée avec votre [Google Service Account](/fr/personal-account.md) en utilisant le bouton Partager dans l'interface utilisateur de Google Sheets.&#x20;

![](/files/2238b3090dd7959315cb523f248e9cdc7bd906da)

## &#x20;📚 Format de la ligne Répondant

Le format cible pour le Répondant et ses réponses est d'une colonne par question qui contiendra la réponse du Répondant. Si la question comporte un mélange de texte et de sélection [answer types](/fr/form-management/form-designer/answers/answer-types.md) ngSurvey utilisera une colonne pour la question et une colonne supplémentaire pour chaque type de réponse basé sur du texte comme un [comment field](/fr/form-management/form-designer/questions/question-types/standard/text-comment-field.md) par exemple.

![](/files/282a271e4624752fede61b52ccc4dfc7210182c3)

{% hint style="info" %}
🧙 La première colonne sera automatiquement créée avec les libellés des questions et des réponses. Si un [reporting alias](/fr/form-management/reports.md) a été configuré pour la question ou la réponse, il sera utilisé à la place du libellé.&#x20;
{% endhint %}


---

# 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/google-sheet.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.
