> For the complete documentation index, see [llms.txt](https://docs.hackle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hackle.io/en/cafe-24/cafe24-faq.md).

# Cafe24 FAQ

{% hint style="info" %}
This document covers frequently asked questions about Hackle after Cafe24 Integration.
{% endhint %}

### How can I integrate?

Simply install the Hackle app on your store.

Once you have completed all steps of the Hackle app installation (permission consent, Workspace creation, and script installation), the integration with Hackle is complete.\
Please refer to the document below.

{% content-ref url="/spaces/LHRZjjknm5KdNgPtDsbl/pages/gIHd8SgOkyeJnxRxk7pO" %}
[카페24 연동](/cafe-24/integration.md)
{% endcontent-ref %}

### What does In-App Message Targetable mean?

Due to structural constraints of how Cafe24 stores operate, some events have an `In-App Message Targetable` value of X.

**Events that cannot be targeted** fall into the following two cases:

* Events that occur on the server, not in the browser
* Events where Cafe24 navigates to a new page after the event fires

Events in these two categories cannot be used as trigger events for In-App Messages.

It is recommended to use events that start with `view_`.

### The scroll event fires too frequently.

The scroll event installed via the Hackle app fires every 5% of the total scroll height of the page.\
For inquiries about adjusting the frequency, refer to the document below.

{% content-ref url="/pages/YJRkpP1JarfUg1J8mhnc" %}
[Cafe24 scroll Event Adjustment](/en/cafe-24/events/cafe24-event-management.md)
{% endcontent-ref %}

### A property I want is not being collected.

All properties collected by the Hackle app are based on the Cafe24 environment.\
Therefore, some properties may not be collected correctly.

* If a User Property is not being collected, check whether that property is set as a **required** field in the sign-up form.
* If an Event Property is not being collected, there may be various reasons.

{% hint style="info" %}
When a property is not being collected, please contact the Hackle team with information about the design or modules you are using.
{% endhint %}


---

# 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://docs.hackle.io/en/cafe-24/cafe24-faq.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.
