# Update Medication

Users can modify the details of an already added medicine in the prescription list to ensure the prescription remains accurate. Follow the steps below to update a medicine.

***

### Steps to Update Medicine in the Prescription List

* Open the **Medical Records** screen by navigating to **Home > Patient Queue > Current Medical Records.**
* Select the **Medication** tab.
* Locate the medicine that needs to be updated within the prescription list.
* Click on the medicine. A **Variation Listing** pop-up will appear, displaying details of the selected medicine.
* Update the required fields, such as dosage, frequency, duration, or any additional instructions.
* Once all updates are complete, click the **UPDATE PRESCRIPTION** button. The updated information will be saved to the prescription.

  <figure><img src="/files/q3AIWlkg8cytMmWZdD6o" alt=""><figcaption></figcaption></figure>

***


---

# 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://unitecare.gitbook.io/uniteemr/application-modules/medical-records/medication/update-medication.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.
