# How to make Cowlendar works on a specific page? (ie not product page)

{% hint style="info" %}
This is perfect if you want to showcase a specific service on any page of your shopify store using the Shopify feature product block
{% endhint %}

{% hint style="warning" %}
The app needs to have an add to cart button to work so make sure your feature product block has this.
{% endhint %}

If you want to add Cowlendar on a specific page (which is not a product page) you will need to add the product tied to Cowlendar on said page.

The easiest way to do that is to **add a section called "Feature Product"** on your theme editor.

### Steps on how to display Cowlendar using the feature product block

1. In your Shopify admin dashboard look at the left panel.&#x20;
2. Click on **Online store.**
3. Click on **Themes.**
4. In the center panel click on **Customize.**

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

5. Make sure you are in your **Home Page.**
6. Click on **Add Section.**
7. Add a **Featured Product** section.

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

8. Assign the product which is connected to the Cowlendar service you want to display here.

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

{% hint style="warning" %}
If you don't see the Book Now button in the theme editor please check your live website instead.
{% endhint %}

<figure><img src="/files/bh31UdDk0uq0QUdJkfx9" 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-make-cowlendar-works-on-a-specific-page-ie-not-product-page.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.
