> For the complete documentation index, see [llms.txt](https://docs.whatstool.business/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.whatstool.business/commerce.md).

# COMMERCE

- [WhatsTool Business Commerce guide](https://docs.whatstool.business/commerce/whatstool-business-commerce-guide.md): Bring your shopify or ecommerce website into WhatsApp catalog for auto-checkout
- [Connect the Catalog with Meta](https://docs.whatstool.business/commerce/connect-the-catalog-with-meta.md): Easily connect your catalog with Meta Business Manager. Access your Business Manager, navigate to WhatsApp Accounts, & open WhatsApp Manager. Verify your phone number and select the desired catalogue.
- [Q\&A Best Practices](https://docs.whatstool.business/commerce/q-and-a-best-practices.md)
- [1. How to connect my catalogs in WhatsApp API ?](https://docs.whatstool.business/commerce/q-and-a-best-practices/1.-how-to-connect-my-catalogs-in-whatsapp-api.md)
- [2. How to create a catalogue ?](https://docs.whatstool.business/commerce/q-and-a-best-practices/2.-how-to-create-a-catalogue.md)
- [3. How to add product items to catalogue ?](https://docs.whatstool.business/commerce/q-and-a-best-practices/3.-how-to-add-product-items-to-catalogue.md)
- [Frequently Asked Questions](https://docs.whatstool.business/commerce/frequently-asked-questions.md): Discover answers and solutions to common issues with conversation access, management, and functionality in our FAQs. Get insights for using this feature effectively.
- [Efficiently using the Ecommerce](https://docs.whatstool.business/commerce/efficiently-using-the-ecommerce.md)


---

# 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://docs.whatstool.business/commerce.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.
