# Cafe24 scroll Event Adjustment

{% hint style="info" %}
This guide is written for workspaces that have completed Cafe24 store integration.

For documentation on Cafe24 Integration, refer to [here](/en/cafe-24/integration.md).
{% endhint %}

## Adjusting Event Frequency

In this section, you will adjust the frequency of the `scroll_home` event that Hackle automatically collects.

{% hint style="info" %}
This assumes that the Hackle Workspace and Cafe24 integration have already been completed.
{% endhint %}

{% stepper %}
{% step %}
**Find the Event**

Navigate to the [Event Management page](https://dashboard.hackle.io/event-management) on the Hackle Dashboard.

Let's search for the scroll event that fires on the store's home page.

**Search for `scroll` as shown below.**

![](/files/eXahFeeXfX0gsIo11ko4)
{% endstep %}

{% step %}
**Navigate to the Event Detail Page**

Navigate to the detail page of the `scroll_home` event, where you will see the following screen.

![](/files/jsYetuVQPv7o57SV4g5F)

Click the Configure button under **Collection Limit Settings**.
{% endstep %}

{% step %}
**Configure the Event Property Filter**

Click Configure on the following screen.

![](/files/v3KkHGnQiBdZuX03tj8B)

Hackle uses `depth` as the property value indicating how far the user has scrolled.

The screen below shows the configuration to stop collecting events that pass a specific `depth` value as a property.

![Configuration to exclude collection of depth values in increments of 5](/files/bHu6R1Rk2MZAmc0uprmI)
{% endstep %}
{% endstepper %}

{% hint style="info" %}
**Based on the guide above, filter out property values you do not wish to collect and review the data you need.**
{% endhint %}


---

# 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.hackle.io/en/cafe-24/events/cafe24-event-management.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.
