> For the complete documentation index, see [llms.txt](https://documents.risingbamboo.com/wp-botanica/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documents.risingbamboo.com/wp-botanica/ecommerce-settings/category-page-setting.md).

# Category Page Setting

We offer many customizations to help you personalize the **Category Page**. Our customizations have easy-to-understand names that make it simple for you to identify the features we offer.

From the **WP Customize Panel**, go to <mark style="color:green;">**WooCommerce**</mark> → <mark style="color:green;">**Product Catalog.**</mark>

<div align="left"><figure><img src="/files/5I2MIOjnVH7uEpL5556N" alt=""><figcaption><p>How To Access</p></figcaption></figure></div>

## Category Page Setting Panel

### **1 - Woocommerce Section**:

* Shop page display: Choose what to display on the main shop page.
* Category Display: Choose what to display on product category pages.
* Default product sorting: How should products be sorted in the catalog by default?
* Products per row: How many products should be shown per row?
* Rows per page: How many rows of products should be shown per page
* Categories per row: How many categories should be shown per row on shop or category page
* Layout Type: There are two different styles available for the layout of the Category Page: **Container** and **Full Width**.
* Pagination Type: Pagination numbered, Load more button, Infinity scroll (As you scroll, the products load more automatically)
* Filter Position: There are 7 positions available for the Filter function. Additionally, you can also turn off this function

### **2 - Product Item:**&#x20;

This setting allows you to turn On/Off elements when hovering over the product box on this page.

<div align="left"><figure><img src="/files/PwvCs30LLBkl5NKekxiD" alt=""><figcaption></figcaption></figure> <figure><img src="/files/QOeJaonJs3oGo5zpGzwo" alt=""><figcaption></figcaption></figure></div>

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


---

# 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://documents.risingbamboo.com/wp-botanica/ecommerce-settings/category-page-setting.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.
