# Private Mode

CSVbox offers a variety of configurations for handling user data.

<table><thead><tr><th width="149"> </th><th width="202">Standard</th><th width="178">No Store</th><th>Private</th></tr></thead><tbody><tr><td><strong>Data Processing</strong></td><td><ul><li>Client browser</li><li>CSVbox server</li></ul></td><td><ul><li>Client browser</li><li>CSVbox server</li></ul></td><td><ul><li>Client browser</li></ul></td></tr><tr><td><strong>Data Storage</strong></td><td><ul><li>CSVbox datastore</li></ul></td><td>-</td><td>-</td></tr></tbody></table>

### Standard Mode

<figure><img src="https://1907234374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MN8YRAnfnCaoVVZflQz%2Fuploads%2FYfAW3lU51ZVBQkOXYj5v%2FStandard%20Mode.svg?alt=media&#x26;token=27abcda6-379a-4d21-8d77-70adf69f63f8" alt=""><figcaption><p>Standard Mode</p></figcaption></figure>

This is the default configuration. User data is encrypted in transit and at rest. The data is pushed to your system and a copy of it is stored in the CSVbox database. It gets auto-deleted after one month. Your system can access the data from CSVbox datastore any time during this one month. Optionally the data is also available in the client browser.

### No Store Mode

<figure><img src="https://1907234374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MN8YRAnfnCaoVVZflQz%2Fuploads%2FpeyrHxnSyaT2Y3jugZKZ%2FNo%20Store%20Mode.svg?alt=media&#x26;token=238e806a-2042-4d64-a518-6c101c6a042d" alt=""><figcaption><p>No Store Mode</p></figcaption></figure>

In this mode, the user data does not get stored in the CSVbox database. It is directly pushed to your system. Optionally the data is also available in the client browser.

{% hint style="warning" %}
Metadata that describes the import gets stored in CSVbox. This includes data such as Import ID, Import Start Time, End Time, Sheet ID, etc.
{% endhint %}

To activate this mode go to your CSVbox dashboard > Edit Sheet > **Security** tab > For **File Delete Policy** select **Do not store the file** option.

![](https://1907234374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MN8YRAnfnCaoVVZflQz%2Fuploads%2FbDf7UiU6KHrR6fvGfgkC%2Fdo%20not%20store.jpg?alt=media\&token=7bb7a41c-4756-4921-9740-09d6ce00c70a)

### Private Mode

<figure><img src="https://1907234374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MN8YRAnfnCaoVVZflQz%2Fuploads%2FEcJ2tBOLGjSFC6HcaYi1%2FPrivate%20Mode.svg?alt=media&#x26;token=1ef88b1b-b62a-4e8f-a942-faa085e92bd1" alt=""><figcaption><p>Private Mode</p></figcaption></figure>

In the Private Mode, the user data does not transit CSVbox servers and is not stored in our databases. The data is processed in the client browser and available for consumption there. You can then choose to push the data to your system by implementing custom code.

{% hint style="warning" %}
Metadata that describes the import gets stored in CSVbox. This includes data such as Import ID, Import Start Time, End Time, Sheet ID, etc.
{% endhint %}

To activate Private Mode:

1. Go to your CSVbox dashboard > Edit Sheet > **Security** tab > For **File Delete Policy** select **Do not store the file** option.

![](https://1907234374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MN8YRAnfnCaoVVZflQz%2Fuploads%2FbDf7UiU6KHrR6fvGfgkC%2Fdo%20not%20store.jpg?alt=media\&token=7bb7a41c-4756-4921-9740-09d6ce00c70a)

2. Go to Sheet **Settings** > **Destination** Tab > Select **--** for the **Send Data To** option.
3. Select **Yes** for the **Send a copy of data to client?** optio&#x6E;**.**

![](https://1907234374-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MN8YRAnfnCaoVVZflQz%2Fuploads%2FOw5uBGyIEMSOxWBdSjXe%2Fsheetsettings.jpg?alt=media\&token=5ebd569b-2221-4692-b368-13fd31a35866)

The user data will be available at the client in the format shown [**here**](https://help.csvbox.io/getting-started/3.-receive-data#data-at-the-client-side).
