# Debug Mode

## Debug Mode Activation

To help you understand what our app is doing in the background (or what it is not doing, despite the fact that you have configured all of the settings), there is a debug mode.

You can open the dashboard of our app in the administration area under *Content -> Product recommendations*. Now activate a debug session with the button "Activate debug mode".

![Overview of the "Dynamic Product Recommendations"](/files/baIqGzIPzlA77taJNlv7)

You will now see debug messages in the storefront for **one hour** under the recommendation blocks you placed.

{% hint style="warning" %}
**Don't worry**: **Only you** can see these debug messages - they are invisible to visitors of your shop.
{% endhint %}

## Debug Dialogue

![Debug Dialogue](/files/dDUeusij7mC382pmGSjM)

In the debug dialogue you can now obtain various information that will help you to correct the error:

1. General information, such as the campaign you want to load.
2. Details about the found ranking group. In addition, each found rule is displayed with the execution time of the rule as well as the number of returned products.
3. Details on the total duration, the number of results and the sorting.

## Debug Mode Deactivation

The debug dialogue disappears automatically after one hour. Alternatively, you can delete the cookie RECO\_DEBUG from your computer or change the value.


---

# 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://docs.codegiganten.de/plugin-documentation/en/apps/dynamic-product-recommendations/debugmodus.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.
