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

# ExH Platform

- [Support](https://docs.extrahorizon.com/extrahorizon/exh-platform/support.md): As a customer of Extra Horizon, you can get access to the personalized support portal of your company.
- [Usage and Performance](https://docs.extrahorizon.com/extrahorizon/exh-platform/usage-and-performance.md)
- [Regions](https://docs.extrahorizon.com/extrahorizon/exh-platform/regions.md): Extra Horizon can operate your cluster form several parts of the world depending on your needs and regulatory requirements.
- [Compliance](https://docs.extrahorizon.com/extrahorizon/exh-platform/compliance.md)
- [Certification](https://docs.extrahorizon.com/extrahorizon/exh-platform/compliance/certification.md)
- [Hébergeur de Données de Santé (HDS)](https://docs.extrahorizon.com/extrahorizon/exh-platform/compliance/certification/hebergeur-de-donnees-de-sante-hds.md): Hébergeur de Données de Santé
- [Security](https://docs.extrahorizon.com/extrahorizon/exh-platform/compliance/security.md): This page outlines the different security measures of the Extra Horizon platform.
- [CFR 21 Part 11](https://docs.extrahorizon.com/extrahorizon/exh-platform/compliance/cfr-21-part-11.md)
- [ExH as OTS Software](https://docs.extrahorizon.com/extrahorizon/exh-platform/compliance/exh-as-ots-software.md): Extra Horizon is an Off the Shelf Software (OTS) platform for Medical Devices. This section explains how to integrate ExH in your Management System and MD documentation.
- [OTS Software Description](https://docs.extrahorizon.com/extrahorizon/exh-platform/compliance/exh-as-ots-software/ots-software-description.md): This description acts as an example document that Extra Horizon platform customers can use to full-fill it's requirements on their OTS Software Description of the Extra Horizon platform.
- [OTS Cloud Risks](https://docs.extrahorizon.com/extrahorizon/exh-platform/compliance/exh-as-ots-software/ots-cloud-risks.md): Risk Examples using OTS Cloud Platform
- [Shared Responsibility Model](https://docs.extrahorizon.com/extrahorizon/exh-platform/compliance/shared-responsibility-model.md)


---

# 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.extrahorizon.com/extrahorizon/exh-platform.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.
