# Cafe24 Bridge Code Integration

{% hint style="info" %}
This guide explains the Hackle Bridge Code, which enables workspaces that have installed the Hackle store app via Cafe24 to access more advanced features.
{% endhint %}

{% hint style="info" %}
This guide assumes that you have already completed the Cafe24 store app installation and Workspace configuration steps.
{% endhint %}

{% stepper %}
{% step %}
**Install the Hackle SDK**

![SDK Installation Step](/files/w6De4jjT3l8FE2aw85oH)

You can install the Hackle SDK using the `Install SDK` button.

This process is automatic.

Please wait a moment until the modal shown below appears.
{% endstep %}

{% step %}
**Copy the Hackle Bridge Code**

![Click the copy icon to copy the code snippet.](/files/zBlrSEOlQ0TQ13jqny7U)

Click the copy icon highlighted in the image above to copy the code snippet to your clipboard.

This code snippet will be inserted into the HTML Head section of the store linked with Hackle.

Follow the step-by-step guide in the next step.
{% endstep %}

{% step %}
**Access the Cafe24 Admin**

This section explains how to navigate to the Cafe24 admin and paste the code snippet.

1. Navigate to the Cafe24 admin page and log in with the store ID linked to Hackle.
2. In the Cafe24 admin page, click **\[Store Settings] > \[Basic Settings] > Search Engine Optimization (SEO)]**.

![](/files/JHmHXqG7Xb0CSO9d8YLf)

2. Paste the code snippet into the **\[Direct Code Entry] > \[Area]** field and click Save.

![](/files/iXaYXm4poulyEbYLeCGn)

{% hint style="info" %}
Is there already another code snippet present?

To avoid conflicts with other code, it is recommended to insert the snippet at the very top or bottom.
{% endhint %}
{% endstep %}
{% endstepper %}

{% hint style="success" %}
You are now fully prepared to use the Hackle SDK.

Try out the various features Hackle offers, such as URL Test and per-page In-App Messages!
{% 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/integration/cafe24-bridge-integration.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.
