# Viewing Appointments

Each appointment available for the selected date is clickable, clicking on the appointment will bring up a prompt where you can view details, edit the appointment, view transactions and even process payments directly from the dashboard for the appointment clicked

One of the more important features in the dashboard is toggling different dates, on the left area, selecting the date will bring up a calendar picker, there you can select a new date and the respective appointments, transactions and notifications for that date will appear in the dashboard

<figure><img src="/files/LFy8u716P1IaYPbr5SOP" alt=""><figcaption><p>The Dashboard date selection</p></figcaption></figure>

<figure><img src="/files/pdF0iD3ItQ1Ixh9e4AFu" alt=""><figcaption><p>Viewing Appointments &#x26; Hovering for more details in the Dashboard</p></figcaption></figure>

The Online booking area in the Dashboard shows an overview of all bookings that have been made online

<figure><img src="/files/CDMmRXrPLyw07QhkBTku" alt=""><figcaption><p>Online Bookings can be quickly found in the top section of the Dashboard, these will continue to appear regardless of the date selected</p></figcaption></figure>

The appointments page will also show a clear picture of the appointments for any given day in the staff calendar view

<figure><img src="/files/BAD2TDSMCiXLEDe2J1zd" alt=""><figcaption><p>The SimpleSpa Appointments Page</p></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://docs.simplespa.net/simplespa-documentation/fundamentals/dashboard/viewing-appointments.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.
