# Can I add questions to the booking form?

{% hint style="success" %}
Yess you totally can! This is perfect if you want to ask custom questions and alongside the booking experience.
{% 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 %}

### Here are some examples of questions you can add to the booking form

* Is your customer allergic to peanuts?&#x20;
* How many guests are coming with your customer?
* Where does your customer need to be picked up?What are the names of each person in this reservation?
* Do you like dogs or cats?

### **Steps to add a custom question to your booking form**

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 custom question 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. Click on **Field type.**

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

9. Here you will see the **different question types** you can create:
   1. **Textfield:** What is your address?
   2. **Multiline:** What is the name of each person in this group?
   3. **Radio box:** Which of these best describes you?
   4. **Checkboxes:** Select all options that you need.
   5. **Upload:** Upload a picture of your tattoo reference.
   6. **Upsell:** This will adjust where the Upsell block shows up.
      1. For example can make the upsell of products show above all questions.
10. **Adjust the custom question** to your liking.

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

11. Click on **Save.**
12. Click on **Update.**

<figure><img src="/files/ebakz38ksTUxn9xTtyhc" 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.../can-i-add-questions-to-the-booking-form.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.
