# MedeX - API Platform

The Hostname for APIs change based on the environment. DEMO environment is used during the integration phase. PROD environment is for going live after UAT and mutual agreement by teams from both sides of the integration.&#x20;

#### DEMO Environment

The Hostname for all APIs in DEMO

```
https://<Service Name>.demo.medeintegra.dev
```

#### PROD Environment

The Hostname for all APIs in PROD

```
https://<Service Name>.medeintegra.dev
```

#### Modules

{% content-ref url="/pages/-MA1S9xFDlR5KRHCb6Qc" %}
[Authentication](/authentication.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MA1Rlr9ZHmN2wLEaBxr" %}
[Appointments](/appointments.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MA5HbT1Hc-7kLJId6mH" %}
[Real Time Communication](/appointments/rtc.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MA5Ijo5RsXtaUJ9krP-" %}
[Prescription](/appointments/casesheet.md)
{% endcontent-ref %}


---

# 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://docs.medeintegra.dev/master.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.
