# Data Classification

Once you have [setup data encryption](/data-encryption/encryption-setup.md) on your ngSurvey installation or on your survey you will be able to define one of the following classification for the data you would like to encrypt.

* [Internal](/data-encryption/data-classification/internal.md) data will be encrypted at the database level but available in clear to users having access to the survey using the ngSurvey administration interface. (medium)
* [Sensitive](/data-encryption/data-classification/sensitive.md) data will be encrypted at the database level but available in clear to the survey owner using the ngSurvey administration interface. (high)
* [Restricted](/data-encryption/data-classification/restricted.md) data will be encrypted at the database level using a PGP public key. Data can only be decrypted using the corresponding private PGP key and pass phrase. (very high)

{% hint style="info" %}
You can switch from one or the other classification at any time however encryption will only be applied to newly collected data, any existing data will remain in its original state encrypted or not.&#x20;
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.ngsurvey.com/data-encryption/data-classification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
