> 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/appointments/client-appointments/appointment-fields-reference.md).

# Appointment Fields Reference

**Audience:** Super Admin, Admin, Supervisor, Clinician \[VERIFY: confirm whether Basic can view appointment setup fields]\
**Page type:** Reference\
**Status:** Draft\
**Owner:** Compassly Documentation Team\
**Last verified:** 2026-04-06

## Purpose

Explain the main fields and controls used in **Client appointments**.

## Main scheduling fields

* **Client** — the client tied to the appointment.
* **Team member** — the staff member assigned to the appointment.
* **Appointment type** — the library type used for the appointment.
* **Specialty type** — an optional specialty value tied to the appointment type.
* **Date** — the scheduled date.
* **Start time** / **End time** — the scheduled time range.
* **Time zone** — the time zone used for the appointment time.
* **Recurrence** — controls whether the appointment repeats.
* **Next appointment date** — shows the next occurrence when applicable.

## Session format

* **Onsite** — requires an address.
* **Online** — hides the address field and can use **Video conference**.

## Address behavior

* Address autocomplete appears while you type when there is a match.
* If no address matches, Compassly shows **No results found**.
* Onsite appointments require a valid address.

## Appointment links

* **Google Calendar** opens the linked calendar record when available.
* **Google Meet** opens the linked video conference when available.
* Links are generated after the appointment is created or cloned.

## Attendees

* The client can appear as an attendee after a client is selected.
* Additional attendee toggles can appear for other related people tied to the appointment.

## Guests

* **Add guest** adds a guest email entry.
* **Add team member** adds an extra team member entry under guests.

## Signed details

After completion and signature, the details page can show:

* **Signed by**
* **Signed on**
* **Sign on time**
* **Signature**

## Related guides

* [Add Appointment](/compassly-docs/core-modules/appointments/client-appointments/add-appointment.md)
* [Edit Appointment](/compassly-docs/core-modules/appointments/client-appointments/edit-appointment.md)
* [View Appointment Details](/compassly-docs/core-modules/appointments/client-appointments/view-appointment-details.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/appointments/client-appointments/appointment-fields-reference.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.
