> For the complete documentation index, see [llms.txt](https://penida.gitbook.io/cowlendar-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://penida.gitbook.io/cowlendar-help/how-to.../how-to-add-upsells-to-the-booking-form.md).

# How to add upsells to the booking form?

{% hint style="warning" %}
**This is a Elite feature of Cowlendar.** You need to upgrade your plan if you want to use this feature and you are a free user of Cowlendar.
{% endhint %}

With upsell you can add any number of services or products as upsell

Just make sure you've pervasively created the product/service that will be used as add-on then

### Steps to add Upsell to a Cowlendar service

1. In your Shopify admin dashboard look at the left panel and click on the **Apps**
2. Click on **Cowlendar**
3. Click on **My Service**
4. Click **Edit** on the service you want to add upsell to

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

5. Click on **Payments** tab
6. Scroll down until you find the **Upsell Section**

{% hint style="warning" %}
Products can only be upsold AT the confirmation page

Services can only be upsold AFTER the confirmation page

Add each to its respective category or it will not work properly!
{% endhint %}

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

7. **Customize the label, type and more** to fit your needs
8. Click **update** before leaving :innocent:

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://penida.gitbook.io/cowlendar-help/how-to.../how-to-add-upsells-to-the-booking-form.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
