# 템플릿 관리

상품을 등록하는 과정에 필요한 주문서 추가 항목, 배송지, 상품정보제공고시 내용을 각각의 상품에 맞게 추가하고, 관리를 할 수 있습니다.

템플릿으로 생성이 된 각 항목들은 상품 마다 서로 다르게 등록이 가능하며, 하나의 항목을 \[기본] 템플릿으로 지정하여 상품 등록 시 공통 적용이 되도록 설정이 가능합니다.

각 항목의 자세한 내용은 아래 상세 가이드를 참고 부탁드립니다.

<table><thead><tr><th width="178">항목</th><th>설명</th></tr></thead><tbody><tr><td><a href="template/order-sheet">주문서 추가 항목</a></td><td>상품 구매 시 결제 페이지에 적용이 되는 주문서 추가 항목을 생성 하고 <br>관리 할 수 있습니다.</td></tr><tr><td><a href="template/shipping">배송지</a></td><td>배송 수단, 배송비 등 배송 설정을 생성하고 관리 할 수 있습니다.</td></tr><tr><td><a href="template/notice">상품정보제공고시</a></td><td>상품군에 따른 상품정보제공고시 내용을 생성하고 관리 할 수 있습니다.</td></tr></tbody></table>


---

# 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.qshop.ai/customer_support/guide/admin/products/template.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.
