> 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/data-encryption/data-classification.md).

# Classification des données

Une fois que vous avez [configuré le chiffrement des données](/fr/data-encryption/encryption-setup.md) sur votre installation ngSurvey ou sur votre sondage, vous pourrez définir l'une des classifications suivantes pour les données que vous souhaitez chiffrer.

* [Interne](/fr/data-encryption/data-classification/internal.md) les données seront chiffrées au niveau de la base de données mais disponibles en clair pour les utilisateurs ayant accès au sondage via l'interface d'administration ngSurvey. (moyen)
* [Sensibles](/fr/data-encryption/data-classification/sensitive.md) les données seront chiffrées au niveau de la base de données mais disponibles en clair pour le propriétaire du sondage via l'interface d'administration ngSurvey. (élevé)
* [Restreint](/fr/data-encryption/data-classification/restricted.md) les données seront chiffrées au niveau de la base de données à l'aide d'une clé publique PGP. Les données ne peuvent être déchiffrées qu'en utilisant la clé privée PGP correspondante et la phrase de passe. (très élevé)

{% hint style="info" %}
Vous pouvez passer d'une classification à une autre à tout moment ; toutefois le chiffrement ne sera appliqué qu'aux données collectées après le changement, les données existantes restant dans leur état d'origine, chiffrées ou non.&#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/data-encryption/data-classification.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.
