# Adding Services After Booking

This article will guide you through adding a Service to an order after the customer has already booked.

**Access Orders:** Go to *Order Management > Orders* and click the date or Order Name.

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

**Add a Service:** In the Order Details panel on the right, click the **+ Add Service** button. You will see a list of Services and Packages that you can scroll through or search. Then, check the Service/Package you want to add, then click **Add Services**.

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

**Confirmation:** On the confirmation page, indicate if the invoice amount should be updated for the order. Additionally, you can choose to update the calendar event with the new Service. Finally, click **Confirm**.

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

{% hint style="info" %}
Tonomo will automatically update the length of the shoot as long as the "**Update Calendar Event**" toggle is turned on.
{% endhint %}


---

# 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/adding-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.
