# How to add a waiver?

{% hint style="info" %}
This is perfect if you want to have your customer accept Terms and Conditions, or possibly have the view and/or sign some external document.
{% endhint %}

{% hint style="warning" %}
**This is a Premium 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 %}

### **Steps to add a waiver to your calendar**

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 a waiver to.

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

5. Click on the **Advanced Tab.**

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

6. Scroll down until you see the **Custom Questions section.**
7. Click on **Add a question.**

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

8. Set **Field type to waiver.**
9. Add a label such as **"Please check the box below if you agree to the** [**terms and conditions**](https://cowlendar.com)**".**

{% hint style="warning" %}
**⬇️ Label text with \<a> tag below ⬇️**
{% endhint %}

```
Please check the box below if you agree to the <a target="_blank" href="https://cowlendar.com">terms and conditions</a
```

<figure><img src="/files/35YqobcgsflYwd53MtY7" alt=""><figcaption></figcaption></figure>

10. Click  **Save.**
11. **Click Update.**

<figure><img src="/files/MGCU3QFDZE7M340XzBfv" 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://penida.gitbook.io/cowlendar-help/how-to.../how-to-add-a-waiver.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.
