# View patient database

In clinics, we’ve heard that **the patient is the sun around which the clinic revolves** -- which is why we tried to mirror the same thought in our platform. In the Juniper Platform, the patient model serves as the single source of truth for all the records -- everything should link back to the patient. This means that almost all of the features on the platform should be tied to the patient -- and anything linked to one patient can be viewed on that patient’s Patient Model.

## **View patients**

**Navigation Pane**

On the left-hand navigation pane, you may choose whether to view patients all together or by stage (e.g., Waitlist, Intake, Active, Inactive)

{% hint style="info" %}
Stages may be customized for each clinic -- so let us know what stages you'd like to organize your patients by and we can implement those for you.
{% endhint %}

**Patients window**

On the page, a list of patients is available for you to scroll through -- including Patient Stage, Patient Name, Date of Birth, Parent Name, and Lead Staff Member

![](/files/-MRHmQ3mHEe3v7NNnDFg)

## View individual patient

To view an individual patient's records, click the "View" button on the right side of the list.&#x20;

{% hint style="info" %}
You may also sort patients by clicking the header that you would like them to be sorted by (e.g., Patient Name)
{% 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/view-patient-database.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.
