> For the complete documentation index, see [llms.txt](https://onwhatsapp.gitbook.io/quick-start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://onwhatsapp.gitbook.io/quick-start/products.md).

# Products

Now that you've added Categories, this will show up in Products already. Get started by adding relevant products to the categories.

![Adding Products](/files/-MDAPNKSZh7fkxPN-xI8)

In this section, you can add / edit / delete products and Category names can be updated here too. The Up and Down arrows are to arrange your products the way you want to display your products.\
\
\&#xNAN;*Categories can be moved up and down from the* [*Categories section*](/quick-start/categories.md) *of the dashboard.*

1. **Product Name:** Fill in your product name, for example, Iron Man Figurine
2. **Product Description:** Describe your product, keep it short and sweet
3. **Upload Image:** Upload image relevant to your product
4. **Price:** Enter the product price
5. **Active:** If you run out of this product, feel free to switch it off, it will then not show on your shop page.
6. **Delete:** Click this only if you want to delete the product!

Finally, hit **Save!** You're now ready to [Preview your onWhatsApp store!](/quick-start/preview.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://onwhatsapp.gitbook.io/quick-start/products.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.
