# Hybrid Cloud Storage

The owner of iCure can select storage of data in commercial or private cloud and can determine parameters such as data residency or even the bare metal servers. At the same time, local instances of the necessary data are stored in users machines, to optimize offline synchrnization.

The database has been optimized for synchronous use from multiple users, online and offline. That means, that there is an extensive conflict resolution policy implemented, that can resolute conflicts in under 300 ms. The Database is an instance of Couch Database, a NoSQL Database optimized for data integrity. Conflict resolution between asynchronous edits is reduced down to 300ms and that enables the synchronous existence of online and local offline copies of the database, while data are protected by end-to-end encryption.<br>

You can start in initial installation of iCure on&#x20;

{% content-ref url="/pages/-MeYuZqeg7Hl2NpOa6rR" %}
[Install iCure](/icure/icure-data-stack/what-is-icure/install-icure.md)
{% endcontent-ref %}


---

# 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://icure.gitbook.io/icure/icure-data-stack/hybrid-cloud-storage.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.
