# Appointment Notes

SimpleSpa supports notes for each respective appointment, click on an appointment from the appointments page and then press Edit to add/edit any notes for the respective appointment. Note are rich text if you would like format the specific notes with bullets, or bold you can do so by pressing the respective buttons on the editor.

<figure><img src="/files/9C4OwmOULqizEnL3Dd3A" alt=""><figcaption><p>The Appointment Edit tab, this allows you to change the appointment details and also add rich text notes</p></figcaption></figure>

It's important to note that notes saved in an appointment will carry over to future appointments, and will show up in the appointment popup window if the client has booked the same service again. This is useful for businesses that need to keep note on recurring services from the same client for the same service i.e. saving a hair coloring "formula", where you save this on the first appointment and it will appear for future appointments


---

# 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/appointments/appointment-notes.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.
