> For the complete documentation index, see [llms.txt](https://compassly.gitbook.io/compassly-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://compassly.gitbook.io/compassly-docs/core-modules/clients/medications.md).

# Medications

**Audience:** Super Admin, Admin, Supervisor, Clinician, Basic\
**Page type:** Overview\
**Status:** Draft\
**Owner:** Compassly Documentation Team\
**Last verified:** 2026-04-03

## Purpose

Use the client **Medications** section to view, create, assign, edit, archive, restore, and delete medications for a specific client, and to manage the medication logs for each medication.

## Before you start

* Open the client-level **Medications** page.
* Medication actions depend on the selected medication status: **In progress**, **Archived**, or **Expired**.

## Important

* The upper-right status dropdown controls the medication view.
* **Add new medication** creates a client-level medication directly.
* **Assign medication** creates a client-level snapshot from the Medication Library.
* If a client is deactivated, in-progress medications are archived automatically.
* Medication logs are accessed per medication from the medication list.

## Role differences

* **View client medication list / view medication details:** Super Admin, Admin, Supervisor, Clinician, Basic
* **Add new / assign / edit:** Super Admin, Admin, Supervisor, Clinician
* **Archive / unarchive:** Super Admin, Admin, Supervisor
* **Delete:** Super Admin only
* **Medication logs view / add log / update status:** Super Admin, Admin, Supervisor, Clinician, Basic
* **Download medication reports or logs:** Super Admin, Admin, Supervisor
* **Update status in batch:** Super Admin, Admin, Supervisor, Clinician
* **Reset status:** Super Admin, Admin, Supervisor

## Related guides

* [View Client Medications](/compassly-docs/core-modules/clients/medications/view-client-medications.md)
* [Add New Medication to Client](/compassly-docs/core-modules/clients/medications/add-new-medication-to-client.md)
* [Assign Medication to Client](/compassly-docs/core-modules/clients/medications/assign-medication-to-client.md)
* [Edit Client Medication](/compassly-docs/core-modules/clients/medications/edit-client-medication.md)
* [Archive Client Medication](/compassly-docs/core-modules/clients/medications/archive-client-medication.md)
* [Unarchive Client Medication](/compassly-docs/core-modules/clients/medications/unarchive-client-medication.md)
* [Delete Client Medication](/compassly-docs/core-modules/clients/medications/delete-client-medication.md)
* [Medication Logs](/compassly-docs/core-modules/clients/medications/medication-logs.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://compassly.gitbook.io/compassly-docs/core-modules/clients/medications.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
