# 가격 관리

작품의 가격 정보를 관리하는 기능입니다.

## 작품별 가격 관리

작품 상세 화면 또는 고객 상세 화면에서 가격을 관리할 수 있습니다.

**가격 정보:**

* 기본 가격: 작품의 기본 판매 가격
* 기간별 가격: 특정 기간 동안 적용되는 가격 (프로모션 가격 등)

> 📸 **이미지 필요**: 가격 관리 화면 이미지

## 가격 추가

**단계:**

1. 가격 관리 화면에서 "가격 추가" 버튼 탭
2. 가격 정보 입력:
   * 통화 (KRW, USD, EUR 등)
   * 가격
   * 시작일
   * 종료일
   * 설명 (필수)
3. 저장

> 📸 **이미지 필요**: 가격 추가 화면 이미지

## 가격 이력 확인

작품의 가격 변경 이력을 확인할 수 있습니다.

**가격 상태:**

* 현재가: 현재 적용 중인 가격
* 예정: 향후 적용될 가격
* 만료됨: 과거에 적용되었던 가격

> 📸 **이미지 필요**: 가격 이력 화면 이미지

## 가격 삭제

등록된 가격을 삭제할 수 있습니다. 단, 현재 적용 중인 가격은 삭제 시 주의가 필요합니다.

> ⚠️ **주의**: 가격 삭제는 되돌릴 수 없으므로 신중하게 진행하세요.

> 📸 **이미지 필요**: 가격 삭제 확인 화면 이미지


---

# 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://chord-on-code.gitbook.io/art-in-box/undefined-7.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.
