> For the complete documentation index, see [llms.txt](https://help.santesuite.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.santesuite.org/installation/installation-1/deployment/installing-software.md).

# Installing Software

SanteDB software packages support many different environments and use cases. The underlying software is attempting to provide a common structure into which data/processes can be realized. Because of this there are two different distributions of SanteDB software, which can be installed in an operational environment.

## iCDR - Integrated CDR

The iCDR is typically installed once per application role in a jurisdiction. (See:[SanteDB Architecture](/santedb/architecture.md#icdr-server)).&#x20;

{% content-ref url="/pages/-LZqIYdfYJYaD7MsKNY2" %}
[SanteDB iCDR Server](/installation/installation-1/deployment/installing-software/santedb-server.md)
{% endcontent-ref %}

## dCDR - Disconnected CDR

The dCDR is installed on the client side or in an aggregate setting as a gateway (or mini CDR). The distribution of the dCDR software and its installation is unique to each platform. This wiki covers the configuration of the dCDR to an iCDR instance.

{% content-ref url="/spaces/-LZ0\_pjgTp\_kx4hqTZ3a/pages/-LyIrhWCH7kYpBZuMLgc" %}
[SanteDB dCDR Instances](/installation/installation-1/deployment/installing-software/disconnected-gateway.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://help.santesuite.org/installation/installation-1/deployment/installing-software.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.
