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

# Infrastructure and hosting

Owkin supports **multiple deployment models for K Pro**, including Owkin-hosted managed service (single-tenant SaaS), and dedicated cloud environment (BYOC). The platform can be deployed in public clouds (such as AWS, Azure and GCP). Custom deployment may involve coordinated IT workshops, appropriate contract sign-off, and alignment with the IT specifications required for each deployment model.

### Infrastructure and hosting

After your dataset has been curated, it is converted into an efficient, column-oriented file format designed for optimal data storage and retrieval. Your data is then securely stored on a fully managed storage solution.

### Data privacy and security

For customers running K Pro on their own cloud subscription, we maintain strict separation of your data from our infrastructure. Your storage is set up in a cloud account that is entirely separate from the K Pro account. This ensures that your data remains under your control and protected within your own cloud environment.

To enable K Pro to access your data while maintaining this security boundary, we utilize secure cross-account access patterns, such as shared network configurations. This allows your storage to be securely mounted and accessed by K Pro without compromising the isolation between accounts, preserving both your privacy and security throughout the entire process.


---

# 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.owkin.com/governance-and-security/infrastructure-and-hosting.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.
