> For the complete documentation index, see [llms.txt](https://ldsec.gitbook.io/medco-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators.md).

# For System Administrators

- [Requirements](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/requirements.md)
- [Deployment](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/deployment.md): These pages explain how to deploy MedCo in different scenarios.
- [Local Test Deployment](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/deployment/local-test-deployment.md): Deployment of profile test-local-3nodes.
- [Network Deployment](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/deployment/network-deployment.md): Deployment of profile test-network.
- [Configuration](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/deployment/configuration.md)
- [Passwords](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/deployment/configuration/passwords.md)
- [Keycloak](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/deployment/configuration/keycloak.md)
- [Setting Authorizations](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/deployment/configuration/setting-authorizations.md): This page guide you on how to set authorizations to users through Keycloak.
- [HTTPS Configuration](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/deployment/configuration/https-configuration.md)
- [Configuring SwitchAAI Authentication](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/deployment/configuration/configuring-switchaai-authentication.md): This guide walks you through the process of configuring Keycloak as a Service Provider to  one or more SwitchAAI identity provider(s), in order for MedCo to rely on SwitchAAI for user authentication.
- [Data Loading](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/data-loading.md)
- [Synthetic SPO Data](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/data-loading/synthetic-spo-data.md): This page will guide you through loading example synthetic data that follows the SPO (Swiss Personalized Oncology) ontology.
- [v0 (Genomic Data)](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/data-loading/v0-genomic-data.md)
- [v1 (I2B2 Demodata)](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/data-loading/v1-i2b2-demodata.md)
- [Command-Line Interface (CLI)](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/cli.md)
- [Network Architecture](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/network-architecture.md)
- [Common Problems](https://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators/common-problems.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://ldsec.gitbook.io/medco-documentation/v2.0.0/system-administrators.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.
