# Create new patient

## Create a new patient

To create a new patient in the database, simply click on the "Create new patient" button and populate the pop-up form with:&#x20;

* **Stage:** status of patient (e.g., active, waitlist, inactive)
* **Guardian details:** Information and contact details for primary guardian of patient
* **Patient details:** Information for patient

{% hint style="info" %}
If the patient has no guardian, populate the "Guardian details" with same information as "Patient details"
{% endhint %}

##


---

# 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.juniperplatform.com/patients/create-new-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.
