# For System Administrators

- [Requirements](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/requirements.md)
- [Deployment](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/deployment.md): These pages explain how to deploy MedCo in different scenarios.
- [Local Test Deployment](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/deployment/local-test-deployment.md): Deployment of profile test-local-3nodes.
- [Network Test Deployment](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/deployment/network-test-deployment.md): Deployment of profile test-network.
- [Network Production Deployment](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/deployment/network-production-deployment.md): Deployment of profile prod-network.
- [Configuration](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/deployment/configuration.md)
- [Keycloak](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/deployment/configuration/keycloak.md)
- [HTTPS Configuration](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/deployment/configuration/https-configuration.md)
- [Configuring SwitchAAI Authentication](https://ldsec.gitbook.io/medco-documentation/v0.3.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/v0.3.0/system-administrators/data-loading.md)
- [v0 (Genomic Data)](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/data-loading/v0-genomic-data.md)
- [v1 (I2B2 Demodata)](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/data-loading/v1-i2b2-demodata.md)
- [Command-Line Interface (CLI)](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/cli.md)
- [Network Architecture](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/network-architecture.md)
- [Common Problems](https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators/common-problems.md)


---

# Agent Instructions: 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:

```
GET https://ldsec.gitbook.io/medco-documentation/v0.3.0/system-administrators.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
