> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gladia.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Appointments

> Description of your new file.

A list of appointments with the following properties:

* **date** (str): The date of the appointment
* **time** (str): The time of the appointment
* **location** (str): The location of the appointment
* **appointment\_with\_person** (str): The person with whom the appointment is made
* **reason** (str): The reason of the appointment

```json result theme={"system"}
{
  "appointments": [
    {
      "date": "str",
      "time": "str",
      "location": "str",
      "appointment_with_person": "str",
      "reason": "str"
    }
  ]
}
```
