# Connected API

The **Dr.Online Connected API** is a server-to-server REST API on `/v1/connected/*` (same host as this docs page, under your regional API base).\
\
Your integration is **connected** to Dr.Online: you run the patient-facing experience and payment; we provide **our** appointment types, practitioners, availability, scheduling, and patient records for people you book or register through this API.


---

# 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.dronline.uk/connected-api.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.
