# Adding a Patient

To **enrol** a patient, first open [Continga vDOT](https://rdot.continga.co.uk) in your browser and log in if necessary, then:

* Click the `+ New Patient` button

![](/files/-M6RcTJukTyEpJhofCMe)

* Complete the "New Patient" form with the appropriate patient details, and click `Save`.&#x20;

{% hint style="info" %}
The email address / username and password provided for the patient will be used for the patient's log in details.
{% endhint %}

* Now that the patient's record has been created, a **Care Plan** needs to be defined. A **Care Plan** is a list of the medications that are to be monitored using **vDOT**.

{% content-ref url="/pages/-M6RVNgofAfaX-Y-nwAh" %}
[Creating a Care Plan](/getting-started/add-patient/careplan.md)
{% endcontent-ref %}

* To allow other clinicians within your team to monitor and access this patient's record and activity, the patient **Care Team** needs to be updated. This **Care Team** controls who can access this patient.

{% content-ref url="/pages/-M6RcxrDthshB2slbvUx" %}
[Creating a Care Team](/getting-started/add-patient/care-team.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://documentation.continga.co.uk/getting-started/add-patient.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.
