# Catalogue

Available on **WHATSAPP** channel.

Available on all subscription plans.

Using Catalogue, you can display a list of products that users can browse, select, and add to their cart for a seamless shopping experience.

<figure><img src="https://help.wotnot.io/~gitbook/image?url=https%3A%2F%2F360969599-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Fspaces%252FsrMxU8nO3RjusUiYuXBB%252Fuploads%252FIjvbhIbYpZluIEZnnG3Z%252Fcatalogue.png%3Falt%3Dmedia%26token%3D602b705e-4cac-4342-ad72-5bacfadccda7&#x26;width=768&#x26;dpr=4&#x26;quality=100&#x26;sign=bfc7a266&#x26;sv=1" alt=""><figcaption></figcaption></figure>

### Configuring the action block <a href="#configuring-the-action-block" id="configuring-the-action-block"></a>

Below are the configurations to setup the Catalogue as per your business use case.

#### Catalogue type <a href="#catalogue-type" id="catalogue-type"></a>

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

Depending on how many products you wish to show to users, choose an option:

* **Entire catalogue** - displays all your products.
* **Single product** - displays only one product.
* **Multi product** - displays the list of selected products.

#### Catalogue ID <a href="#catalogue-id" id="catalogue-id"></a>

To use the Catalogue on WhatsApp, first you need to create a Catalogue on your Meta business manager. Once you upload the list of all your products on Meta business manager, use your Catalogue ID here to reference it.

[Learn how to create a catalogue](https://en-gb.facebook.com/business/help/1275400645914358?id=725943027795860)

#### Product ID <a href="#product-id" id="product-id"></a>

Enter the list product IDs that you want to display in the catalogue.

You can list various products into sections using 'Multi product' catalogue type.

#### Content <a href="#content" id="content"></a>

Write the header, body and footer text which will be displayed to prompt the user to open and view your catalogue.

#### Variable <a href="#variable" id="variable"></a>

Once the user adds products to the cart and checks out, the entire cart will be stored in this variable in a JSON format.

You can then parse this JSON response and create a order in your order management system or generate a payment link to collect payment and confirm the order.

### Restrictions <a href="#restrictions" id="restrictions"></a>

* Max products that can added to a catalogue - 500
* Max products that can be displayed at a time - 30
* Max products under a section - 30
* Max sections in a catalogue - 10

\ <br>


---

# 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://help.wotsabot.ai/wotsabot-help-articles/bot-builder/catalogue.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.
