# Acuity Scheduling

Middle offers an app connection to Acuity Scheduling that syncs appointments, orders, appointment types, and labels. Middle utilitzes Acuity's API-key-based Scheduling API.

{% embed url="<https://developers.acuityscheduling.com/reference/quick-start#get-appointments>" %}

## One-to-one connection

&#x20;This means that there is a one-to-one between a Middle app connection and an Acuity Scheduling account. If you need to connect more than one Acuity Scheduling account to a single Middle account, you'll need to create multiple app connections and map them accordingly using [workflow triggers](/middle-docs/building-workflows/workflow-triggers.md).

{% hint style="warning" %}
Reach out to the Middle team to explore OAuth2 options. Acuity Scheduling's OAuth2 API allows to multi-account connections.
{% endhint %}

## Connecting Acuity Scheduling to Middle

{% stepper %}
{% step %}

### Attain your numeric user ID and API key

These can be found in your your Acuity account [under Integrations](https://secure.acuityscheduling.com/app.php?action=settings\&key=api).

{% embed url="<https://secure.acuityscheduling.com/app.php?action=settings&key=api>" %}
{% endstep %}

{% step %}

### Add a new app connection and enter your credentials

{% embed url="<https://docs.middle.app/middle-docs/building-workflows/connect-or-edit-an-app-connection#adding-a-new-app-connection>" %}
{% endstep %}
{% endstepper %}


---

# 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.middle.app/middle-docs/guides/app-reference/acuity-scheduling.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.
