# H.Point 커스텀 알고리즘

## **커스텀 추천 알고리즘**

* 구매 data와 이미지 분석을 통해 콘텐츠 유사성을 지수화합니다.
* 가맹점 관심도(60%) + 콘텐츠 유사도(40%) = 추천 점수(100%)
* 적용 대상 : 쿠폰, 플러스 포인트, 이벤트, 기획전

***

## **AI 알고리즘**

**상세 페이지 기반 유사 콘텐츠(이벤트)**

방문자가 보고 있는 해당 이벤트와 유사한 이벤트를 추천합니다.

**행동 기반 유사 콘텐츠(이벤트)**

방문자의 과거 N일 행동과 유사한 이벤트를 추천합니다.

**행동 기반 유사 콘텐츠(쿠폰)**

방문자의 과거 N일 행동과 유사한 쿠폰를 추천합니다.

**행동 기반 유사 콘텐츠(플러스 포인트)**

방문자의 과거 N일 행동과 유사한 플포를 추천합니다.

**행동 기반 유사 콘텐츠(미션)**

방문자의 과거 N일 행동과 유사한 미션을 추천합니다.

***

## **통계형 알고리즘**

**많이 본 콘텐츠 TOP N(이벤트)**

방문자들이 많이 본 이벤트를 추천합니다.

**인기 콘텐츠 TOP N(쿠폰)**

방문자들에게 인기가 가장 많은 쿠폰(많이 보고, 다운 받고, 사용한)을 추천합니다.

**인기 콘텐츠 TOP N(플러스 포인트)**

방문자들에게 인기가 가장 많은 플러스포인트(많이 보고, 다운 받고, 사용한)을 추천합니다.


---

# 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.groobee.ai/new-admin/ai-recommendation/customizing/h-point.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.
