# 고객들이 정기배송 신청하는 프로세스를 알고 싶어요

<mark style="color:blue;">고객이 정기배송을 이용하는 방법은 아래 순서로 진행돼요.</mark>&#x20;

***

{% stepper %}
{% step %}
**정기배송 상품 신청**

정기배송 설정한 상품이라면 상품상세페이지에 \[정기배송 신청] 버튼 이 노출돼요.
{% endstep %}

{% step %}
**배송주기/요일 선택**

\[정기배송 신청]버튼 클릭 시 배송주기/요일 선택 팝업이 노출되며, 원하는 주기로 설정 후 신청하실 수 있어요.
{% endstep %}

{% step %}
**정기배송 상품 주문**

신청한 정기배송 상품은 정기배송 장바구니 담기게 되며, 장바구니에서 정기배송신청을 하실 수 있어요.
{% endstep %}

{% step %}
**자동결제 카드 등록(필수)**

정기배송 신청서 내 자동결제카드(신용카드 or 체크카드) 등록 시 신청이 가능해요.
{% endstep %}

{% step %}
**정기배송 이용약관 동의**

상점에서 정기배송 이용약관을 설정 한 경우 신청서 페이지에서 약관/신청동의 후 정기배송 신청이 가능해요.
{% endstep %}

{% step %}
**신청완료**

정기배송 신청완료 후 마이페이지 > 정기배송 관리에서 해당 신청내역을 확인하실 수 있어요.
{% endstep %}

{% step %}
**주기/요일 변경 & 건너뛰기**

배송일 D-2일 결제전이면 언제든지 마이페이지 > 정기배송 관리에서 주기/요일을 변경하실 수 있으며 건너뛰기 기능을 사용하실 수 있어요.
{% endstep %}
{% endstepper %}


---

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