> 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/sondages-a-sessions-partagees/sessions.md).

# Sessions

## 👥 Que sont les sessions ?

Une session contient un seul ensemble de réponses à votre Sondage qui peut être partagé entre plusieurs utilisateurs. Sauf indication contraire, la session par défaut sera toujours celle utilisée et partagée lorsque le Répondant ouvre le Sondage.&#x20;

<figure><img src="/files/45220ee772e5e83bdcbb615ad52bee9599698673" alt=""><figcaption></figcaption></figure>

Chaque session stockera toutes les réponses de vos Questions et Réponses du Sondage&#x20;

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

En regardant le [grille des répondants ](/fr/form-management/respondents-management.md)vous remarquerez également que chaque ligne se rapporte à la session à laquelle elle est liée.

<figure><img src="/files/6e3727d86e74f444bcbb34d45f19d634c7198cab" alt=""><figcaption></figcaption></figure>

## Comment changer de session

Vous pouvez choisir quelle session un Répondant utilisera en fonction du [lien de déploiement](/fr/form-management/publish-deploy.md).

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

Le lien de déploiement aura un nouveau suffixe qui indique quelle session en fonction du *ngs\_ssid* paramètre de querystring et de l'identifiant de session


---

# 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/sondages-a-sessions-partagees/sessions.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.
