# Appointment Audit Logs

The **Appointment Audit Logs** feature provides a detailed timeline of all actions performed on an individual appointment. Clinic staff can view the complete audit history of an appointment directly from the **Scheduler** screen. The **Appointment Audit Logs** pop-up displays a chronological record of key actions—such as appointment creation, rescheduling, and updates to details. Each entry includes the associated user’s name and the exact timestamp of the action. Users can also download the audit log in **Excel (.xlsx)** format for documentation or reporting purposes.

***

## Steps to View and Download the Appointment Audit Logs

* Open the **Scheduler** **(Home > Front Desk > Scheduler)** screen. Click on the card to open the Appointment Information pop-up screen.

* In the **Appointment Information** pop-up, click the **Appointment Audit Logs** icon.

  <figure><img src="/files/NGXA6SwBhP6jebdZkoiQ" alt="" width="489"><figcaption></figcaption></figure>

* The **Appointment Audit Logs** pop-up opens, displaying:
  * **Patient Banner**: Displays the patient’s name, PIN, appointment date and time, and doctor name.
  * **Timeline Events**: Shown in card format and grouped by date. Each card displays the username of the staff member who created or modified the appointment and the date and time of the change.

* Click a timeline card to expand it. The expanded view displays the action type and the appointment details before and after the change.

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

* To download a complete record of the audit log, click the **DOWNLOAD REPORT** button at the top of the pop-up. The audit log will be downloaded in **Excel format**.

  <figure><img src="/files/AQWaxkey6HJ5bUt9dQgc" alt="" width="563"><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/scheduler/manage-appointment/appointment-audit-logs.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.
