> For the complete documentation index, see [llms.txt](https://icure.gitbook.io/icure/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://icure.gitbook.io/icure/icure-data-stack/hybrid-cloud-storage.md).

# 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.\\

You can start in initial installation of iCure on

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


---

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