> 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/medications/client-medications-view-list.md).

# Client Medications

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

## Purpose

Use this guide to review medication records that have been assigned to clients.

## Before you start

Before viewing the client medication list, confirm the following:

* You can open **Medications → Client medications**.
* You know whether you want to review active, archived, or expired records.

## How to get there

1. Sign in to Compassly.
2. Select **Medications** in the left navigation.
3. Select **Client medications**.

## Steps

1. Review the client medication table.
2. Use search, filters, or pagination to find the client medication record you need.
3. If your workspace includes a status view or dropdown, switch between available record states such as active, archived, or expired.
4. Open the available row action for a medication when you need to edit, archive, unarchive, or otherwise manage the record based on your role.

## Role differences

* **Super Admin / Admin / Supervisor / Clinician / Basic:** Can view the client medication list.
* Additional actions from the list depend on role.

## What happens next

After finding the correct record, continue to the guide that matches the action you need to perform.

## Related guides

* [Add New Client Medication](/compassly-docs/core-modules/medications/client-medications-view-list/client-medications-add-new.md)
* [Assign Medication to a Client](/compassly-docs/core-modules/medications/client-medications-view-list/assign-medication-to-client.md)
* [Archive Medication](/compassly-docs/core-modules/medications/medication-library/archive-medication.md)
* [Unarchive Medication](/compassly-docs/core-modules/medications/medication-library/unarchive-medication.md)
* [Download Client Medications](/compassly-docs/core-modules/medications/client-medications-view-list/download-client-medications.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/medications/client-medications-view-list.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.
