# 특정상품이 구매 시 필수 안내사항을 구매자에게 자동으로 안내할 수 있나요?

<mark style="color:blue;">상품 유의사항 기능을 통하여 제공되고 있어요.</mark>

***

아래의 순서대로 설정해보세요.

{% stepper %}
{% step %}
상품 등록 메뉴에서 상품 유의사항에 원하는 메시지를 입력해 주세요.

<figure><img src="/files/4IIyMA6X6OImsIXOXYww" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
`회원` > `SMS` > `SMS 템플릿 관리` 에서 `주문 관련` > `상품 유의사항` 안내에 체크해주세요.

<figure><img src="/files/94gDmD6AHnVYShIIvncZ" alt=""><figcaption></figcaption></figure>

{% endstep %}

{% step %}
설정 후 쇼핑몰에서 주문이 되고 주문 단계가 진행되면 설정한 시점에 SMS가 발송돼요.
{% endstep %}
{% endstepper %}

{% hint style="success" %}
**기능 활용 TIP**\
상품에 따라 구매상품에 대한 유의사항을 필수로 안내해야 하는 경우가 있어요.\
주요사항을 사전에 다시 한번 안내하면 클레임 등의 요소를 줄일 수 있어 쇼핑몰 운영에 도움이 돼요.
{% 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://help.makeshop.co.kr/faq/product/undefined-1/undefined-9.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.
