# Default Appointment status

### ⚙️ How to set

1. Open the app > click **Settings > General**
2. In **Advanced**, scroll to **Default status for new bookings**
3. Select an  option&#x20;

* **Sync with Order Status**
* **Pending**
* **Approved**

4. Click **Save**

<figure><img src="/files/eo1Ao3e5V308D4dvJdGV" alt=""><figcaption></figcaption></figure>

***

### 🔄 Option 1: Sync with Order Status

When **Sync with Order Status** is enabled, Tipo will automatically update the **appointment status** based on the **Shopify order status**.

#### Status mapping

| **Shopify Order Status** | **Appointment Status (Tipo)** |
| ------------------------ | ----------------------------- |
| Paid                     | Approved                      |
| Pending                  | Pending                       |
| Cancelled                | Cancelled                     |
| Draft                    | Pending                       |

#### Example (Paid → Approved)

Shopify order shows **Paid**:

<figure><img src="/files/nxOwL7fCecTwch9d4Q8M" alt=""><figcaption></figcaption></figure>

Tipo appointment becomes **Approved**:

<figure><img src="/files/Cl3bEdh57wwF6jlAKvtn" alt=""><figcaption></figcaption></figure>

***

### ⚙️ Option 2: Set a fixed default status (Pending or Approved)

If you select **Pending** *or* **Approved** as the default status:

* New appointments will always be created with that status
* The appointment will NOT follow Shopify order status anymore, even if the order later becomes Paid / Pending / Cancelled

Use this if you want full manual control (for example, you approve appointments yourself regardless of payment).

***

### 💡 Tips

* Choose **Sync with Order Status** if your workflow is payment-driven (paid bookings auto-approved).
* Choose **Pending** if you need to review or confirm appointments before approving.
* Choose **Approved** if most bookings should be confirmed immediately.

***

**🙋 Still need support?**

If you still need help, please feel free to contact us at <hi@tipo.io>. We’ll be happy to assist you further.


---

# 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.tipo.io/tipo-appointment-booking/settings/default-appointment-status.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.
