# AI 상품 추천 스크립트 가이드

- [AI 상품 추천: 스크립트형](https://docs.groobee.ai/developer-guide/script-guide/ai-recommendation/script.md)
- [AI 상품 추천: 데이터 호출형](https://docs.groobee.ai/developer-guide/script-guide/ai-recommendation/data-request.md)
- [AI 상품 추천:데이터 호출형\_모든 페이지](https://docs.groobee.ai/developer-guide/script-guide/ai-recommendation/all-page.md)
- [특정 고객사](https://docs.groobee.ai/developer-guide/script-guide/ai-recommendation/custom.md)
- [AI 상품 추천: 데이터 호출형(이지웰)](https://docs.groobee.ai/developer-guide/script-guide/ai-recommendation/custom/ezwel.md)
- [AI상품추천:데이터호출형 모든페이지(이지웰)](https://docs.groobee.ai/developer-guide/script-guide/ai-recommendation/custom/ezwel2.md)
- [AI 상품 추천: 데이터 호출형(수협몰)](https://docs.groobee.ai/developer-guide/script-guide/ai-recommendation/custom/suhyeop.md)
- [AI 상품 추천:데이터호출형\_모든페이지(성별/나이)](https://docs.groobee.ai/developer-guide/script-guide/ai-recommendation/custom/gender-age.md)
- [상품 추천:데이터 호출형\_모든 페이지(브랜드)](https://docs.groobee.ai/developer-guide/script-guide/ai-recommendation/custom/brand.md)


---

# 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/developer-guide/script-guide/ai-recommendation.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.
