> 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/ai/overview.md).

# 핵클 AI 기능 한눈에 보기

핵클 AI 기능은 데이터를 빠르게 해석하고, 캠페인 제작 시간을 줄여줍니다.

{% columns %}
{% column width="41.66666666666667%" %}
![Hackle MCP 원격 서버](/files/jEQYKcMGzQIeP31gNY7Z)
{% endcolumn %}

{% column width="58.33333333333333%" %}

#### 캠페인 성과를 빠르게 파악하세요

AI에 실험과 메시지 성과를 질문하세요.\
분석 결과를 바탕으로 다음 액션을 정할 수 있습니다.
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="58.333333333333336%" %}

#### 채널별 메시지를 준비하세요

AI로 메시지 초안을 만들고 채널에 맞게 다듬으세요.\
푸시와 카카오 메시지의 카피 제작 시간을 줄일 수 있습니다.
{% endcolumn %}

{% column width="41.666666666666664%" %}
![카카오 메시지 AI 카피 자동 생성](/files/MnocTdoAIrQutOKkxG6D)
{% endcolumn %}
{% endcolumns %}

{% columns %}
{% column width="41.66666666666667%" %}
![커스텀 HTML 인앱 메시지](/files/KcNOFvKbey8LSUn4zqBU)
{% endcolumn %}

{% column width="58.33333333333333%" %}

#### 인앱 경험을 확장하세요

AI를 활용해 캠페인 목적에 맞는 인앱 메시지를 제작하세요.\
프로모션, 설문 등 다양한 화면을 빠르게 구성할 수 있습니다.
{% endcolumn %}
{% endcolumns %}


---

# 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/ai/overview.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.
