# Removing Services After Booking

This article will guide you through removing a Service from an order after the customer has already booked. This option is only available for accounts with admin or staff access.

Steps to Remove a Service:

1. **Navigate to Orders Management:** Go to *Orders Management > Orders* and select the relevant order.
2. **Access the Project Tab:** On the right-hand side, in the Order Details Panel, open the *Project* tab.

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

3. **Remove the Desired Service:** Uncheck the service you want to remove. If you need to remove an entire package, go to the package section and uncheck the package. This will automatically remove all services attached to that package.

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

4. **Confirm Changes:** A popup window will appear, showing the remaining services. You'll have the option to update the invoice and calendar event. Confirm the changes after making your selections.
   * **Update Options:**&#x20;
   * 4.1 **Update Invoice Amount:** Toggle on the "Update the invoice amount on the order" option to remove the item from the invoice and subtract the associated price from the total.&#x20;
   * 4.2 **Update Calendar Event:** Toggle on the "Update calendar event" option to automatically adjust the schedule and update the remaining services on the email and calendar event.

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


---

# 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.getautonomo.com/order-management/removing-services-after-booking.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.
