# 추천 3단계 옵션 설정

<figure><img src="https://files.helpdocs.io/p92xn84cjv/articles/rywk28wa9g/1615944058415/image.png" alt=""><figcaption></figcaption></figure>

## **1. 필터링 설정**

* 클릭한 상품 제외 : 최근 1시간을 기준으로 한 번 이상 클릭된 상품을 추천에서 제외하는 기능입니다.
* 구매한 상품 제외 : 최근 24시간을 기준으로 이미 구매한 상품을 추천에서 제외하는 기능입니다.

{% hint style="info" %}
그루비에서는 페이지를 둘러보거나, 검색하는 등의 방문자 행동이 지속되는 접속 상황의 단위를 세션이라고 합니다. 방문자가 아무 행동도 하지 않은 채 30분이 지나면 세션은 종료됩니다. 세션은 그루비가 발행하는 쿠키(cookie)를 기준으로 판단합니다.필터링 설정 기능은 추천 만들기 1단계 화면에서 '상품 추천' 알고리즘을 선택하신 경우에만 사용할 수 있습니다.
{% endhint %}

{% hint style="danger" %}
필터링 시간은 25.04.03 기준 내부 조치로 인해 현재 세션이 아닌 다른 기준을 적용하였으며, \
추후 현재 세션 기준으로 필터링될 예정입니다.
{% endhint %}

***

## **2. 스케줄**

* '수동 종료 전까지'를 선택하면 추천 생성 시점부터 수동으로 추천을 종료할 때까지 테스트가 진행됩니다.

<figure><img src="https://files.helpdocs.io/p92xn84cjv/articles/rywk28wa9g/1590124487850/image.png" alt=""><figcaption></figcaption></figure>

* 추천을 특정 기간동안에만 노출하려고 한다면 '기간 지정'을 선택해 시작일과 종료일을 입력해주세요.

<figure><img src="https://files.helpdocs.io/p92xn84cjv/articles/rywk28wa9g/1590124463176/image.png" alt=""><figcaption></figcaption></figure>


---

# 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/old-admin/ai-recommendation/ai-recommendation-create/step3-optional.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.
