> For the complete documentation index, see [llms.txt](https://godomall-help.nhn-commerce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://godomall-help.nhn-commerce.com/faq/admin/promotion/paper-coupon.md).

# 페이퍼 쿠폰관리

페이퍼 쿠폰이란 사전에 정한 쿠폰값을 등록하면 쿠폰을 다운받는 방식입니다.&#x20;

[페이퍼 쿠폰 기능 설치](https://apps.nhn-commerce.com/apps/1514)

<details>

<summary>페이퍼 쿠폰 생성 방법</summary>

고도몰 관리자 페이지 > 프로모션 > 쿠폰 관리 - 페이퍼쿠폰 관리 > 쿠폰 등록

을 통해서 페이퍼 쿠폰을 등록할 수 있으며 다른 항목은 일반 쿠폰 등록과 동일하게 등록합니다.

쿠폰인증번호 타입 항목은 페이퍼쿠폰에만 존재하는 항목으로 각 항목별 특징과 생성 방법은 아래의 내용을 참고하시길 바랍니다.

* 1개의 인증번호\
  &#x20;: 모든 회원이 똑같은 코드 사용할 수 있도록 설정\
  하단에 있는 쿠폰 인증번호 설정 항목에서 코드값 지정합니다.
* 회원별로 다른 인증번호 \
  : 회원별로 다른 코드 설정 \
  회원별로 다른 인증번호를 선택하게 되면 쿠폰의 다른 정보를 먼저 입력한 뒤에 저장 버튼을 클릭하게 되면 아래의 화면과 같이 코드를 생성하라는 새 창이 노출됩니다. \
  이 때 자동 생성을 선택하시면 자동으로 코드값이 생성되며 생성된 코드값은\
  관리자 페이지 > 프로모션 > 쿠폰관리 - 페이퍼쿠폰 관리 > 인증번호 등록 / 관리\
  를 통해서 확인하실 수 있습니다. \
  만약 원하는 코드값이 별도로 있다면 위의 화면에서 엑셀업로드를 통해 양식 파일을 다운받아 입력해서 등록 가능합니다.

</details>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://godomall-help.nhn-commerce.com/faq/admin/promotion/paper-coupon.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
