# Developer Guide

* [System Architecture](/medco-documentation/v0.2.1/developer-guide/system-architecture.md)
  * [Containers](/medco-documentation/v0.2.1/developer-guide/system-architecture.md#containers)
    * [medco-connector](/medco-documentation/v0.2.1/developer-guide/system-architecture.md#medco-connector)
    * [medco-unlynx](/medco-documentation/v0.2.1/developer-guide/system-architecture.md#medco-unlynx)
    * [i2b2](/medco-documentation/v0.2.1/developer-guide/system-architecture.md#i-2-b2)
    * [picsure](/medco-documentation/v0.2.1/developer-guide/system-architecture.md#picsure)
    * [glowing-bear-medco](/medco-documentation/v0.2.1/developer-guide/system-architecture.md#glowing-bear-medco)
    * [medco-loader](/medco-documentation/v0.2.1/developer-guide/system-architecture.md#medco-loader)
    * [keycloak](/medco-documentation/v0.2.1/developer-guide/system-architecture.md#keycloak)
    * [postgresql](/medco-documentation/v0.2.1/developer-guide/system-architecture.md#postgresql)
    * [pg-admin](/medco-documentation/v0.2.1/developer-guide/system-architecture.md#pg-admin)
    * [nginx](/medco-documentation/v0.2.1/developer-guide/system-architecture.md#nginx)
    * [php-fpm](/medco-documentation/v0.2.1/developer-guide/system-architecture.md#php-fpm)
* [Description of the default test data](/medco-documentation/v0.2.1/developer-guide/description-of-the-default-test-data.md)

If you are interested in developing around MedCo, the first thing you might want to do is to follow the [Local Development Deployment](/medco-documentation/v0.2.1/system-administrator-guide/deployment/local-development-deployment.md) guide to set up the development version of MedCo.


---

# 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.2.1/developer-guide.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.
