> For the complete documentation index, see [llms.txt](https://docs.nosto.com/magento-2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nosto.com/magento-2/addons/cmp/configuring-1.md).

# Configuring

The extension can be configured by navigating to Stores > Configuration > Services > Nosto Category Merchandising.

## Check the tokens

The APPS token should be present to enable the usage of category merchandising. If it is missing, please reconnect the account by navigating to Marketing -> Nosto -> Nosto Dashboard -> Settings and press on Reconnect.

## Enabling/Disabling CMP

Navigate to `Stores -> Settings -> Configuration -> Service -> Nosto Category Merchandising` and select `Yes` in the dropdown

![](/files/OUXEOMy1zYR4HqcNMckj)

## Map all categories

Nosto makes use of a map of categories for caching and tracking reasons. By default the category list is limited to only categories that are used in the storefront. In case you are using categories that are not visible, you need to enable mapping all categories

![image](https://user-images.githubusercontent.com/44775916/101625474-1fb32580-3a24-11eb-8854-77de887a87cc.png)

## Products limit per page

The module limits maximum products fetched from Nosto to 250 by default. This is related to the limit set for our internal cmp query.

In case you have enabled the `Show all products` feature on our catalog page, you can increase the limit to what fits your best needs. In order to increase it navigate to `Stores > Settings > Configuration > Services > Nosto Category Merchandising` and change the value for `Max product limit`

![image](https://user-images.githubusercontent.com/44775916/97557928-1cb82480-19e4-11eb-9b6e-1f0170600ef7.png)

### Warning

Increasing the limit can affect the catalog page load time. The module will make multiple calls to iterate through the number of pages that match the new maximum limit of products.


---

# 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:

```
GET https://docs.nosto.com/magento-2/addons/cmp/configuring-1.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.
