> For the complete documentation index, see [llms.txt](https://ksaar.gitbook.io/ksaar-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ksaar.gitbook.io/ksaar-documentation/connexions/make/remplir-un-google-sheets-avec-des-enregistrements-ksaar.md).

# Remplir un Google Sheets avec des enregistrements Ksaar

### 🚧 Exemple : Récupérer les réponses d'un questionnaire Ksaar dans un document Google Sheets avec Make

1️⃣ Créez un questionnaire dans un parcours de votre application **Ksaar**.

<figure><img src="/files/HbitWr088SGOiUkSvgdT" alt=""><figcaption><p>Exemple de questionnaire</p></figcaption></figure>

2️⃣ Créez un document correspondant sur **Google Sheets**.&#x20;

<figure><img src="/files/J9QfYmYXjyhA5iXSdTpX" alt=""><figcaption></figcaption></figure>

3️⃣ Sur **Make**, créez un nouveau scénario et ajoutez-y un module Ksaar **Watch record**.

4️⃣ Paramétrez-le en choisissant l'Application et le Parcours contenant votre questionnaire.&#x20;

<figure><img src="/files/QfUQNmos0C81umnqrZr5" alt=""><figcaption></figcaption></figure>

5️⃣ Ajoutez un module GoogleSheet **Add a Row** et connectez-vous à votre compte google. Puis, paramétrez votre module pour le lier au document Google Sheets créé.

<figure><img src="/files/z9s347nenVw3HTz0xDvJ" alt=""><figcaption></figcaption></figure>

6️⃣ Liez les titres de vos colonnes de votre document Google Sheets aux variables de votre Parcours Ksaar.

<figure><img src="/files/cy80f9F5aLEZIdl1C2H9" alt=""><figcaption></figcaption></figure>

7️⃣ Vous pouvez ensuite lancer votre scénario en cliquant sur **Run once**. Il est aussi possible de faire tourner votre scénario périodiquement grâce à la fonction **Scheduling** de Make. Dans notre exemple, cela peut être utile pour récupérer les réponses du questionnaire au fur et à mesure que les utilisateurs le remplissent.

<figure><img src="/files/BTRvPBlAqv0ZopedfrLS" alt=""><figcaption></figcaption></figure>


---

# 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://ksaar.gitbook.io/ksaar-documentation/connexions/make/remplir-un-google-sheets-avec-des-enregistrements-ksaar.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.
