> 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/readme.md).

# Developer Documentation

### About iCure

iCure is a secured and distributed healthcare platform that helps you create apps and share data with the healthcare community.

To make it possible, the iCure [Data Model](https://github.com/icure-io/icure-tech-docs/blob/master/icure-data-model/README.md) focus on the integrity, the anonymization and the encryption of your data, without forgetting to make it compatible with higher level Medical Data conceptual Data Models (such as FHIR, Open EHR, ...).

Thanks to this high-level model, iCure will then let you easily manage all your data in a protected way, through a series of APIs.

Following your needs, iCure can either be used in the Cloud or installed locally in a bare metal server or in a personal computer.

iCure is:

* Easy to use for [web and app developers](/icure/icure-data-stack/mobile-web-sdks.md)
* Secured by an [End-to-End encryption](/icure/icure-data-stack/end-to-end-encryption.md) scheme
* Fault-tolerant and highly scalable
* Compatible with the [FHIR](/icure/interoperability/fhir-api-data-exchange.md) data model
* Available as an [XDS](/icure/interoperability/iti-registry-repository.md) registry/repository


---

# 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/readme.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.
