> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/account-management/cloud-saving.md).

# Cloud saving

{% embed url="<https://www.youtube.com/watch?v=Khdr89GSxes>" %}

Data is the most critical part for any company or, as a matter of fact, for any individual. In this article we explain the difference between saving your data locally (at your own risk) or using our encrypted cloud servers. Understanding the difference between local and cloud storage will help you choose the most suitable option.

### What is local storage?

Local storage requires users to store digital data on physical devices like hard disk drives, solid-state drives, or external storage devices such as thumb drives or compact discs.

#### Pros and cons of storing data locally

* **Pros**
  * Faster upload/download speeds when using a local hard drive compared to uploading to the cloud.
  * Not reliant on the internet - data stored locally is available at all times.
* **Cons**
  * Browser profiles are only accessible from one device.
  * If data is lost or corrupted, your Incogniton browser profiles may no longer be available.

{% hint style="warning" %}
Saving the data of your browser profiles locally is at your own risk.
{% endhint %}

### What is cloud storage?

In cloud storage, the server is located remotely (usually in a data center), and the user can access their browser profiles on any device when logging in with their Incogniton account.

#### Pros and cons of cloud storage

* **Pros**
  * You don't have to worry about maintenance and upgrades.
  * Pay-per-use and scalable storage.
  * Access data from anywhere with an internet connection.
  * Local machine issues do not impact data stored in the cloud.
* **Cons**
  * Dependence on the internet: without an internet connection, you cannot access cloud storage offline. If an app provides offline usage, data will only sync when the device reconnects to the internet.

### Storing data in Incogniton

Users can choose local storage, cloud storage, or a hybrid approach depending on business requirements and goals. Incogniton allows you to choose between the two, but we advice you to choose cloud saving. Here's how do enable this option.

{% stepper %}
{% step %}

#### **Navigate to account settings**

Login to your Incogniton account and navigate to **Settings > Preferences**.&#x20;
{% endstep %}

{% step %}

#### **Enable cloud saving**

Select **Enable cloud saving** and choose the cloud saving method and server location. We advise you to choose the server location that is closest to your real geolocation. Use the dropdown menu to choose between a server in the United States, Europe or Asia.

![](/files/ULW0YqxS4s8Ts9pTWBzO)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
If you have any additional questions after reading this article, please do not hesitate to contact our [support department](https://incogniton.com/contact/).
{% 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.incogniton.com/account-management/cloud-saving.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.
