> For the complete documentation index, see [llms.txt](https://sangdamtoday.gitbook.io/intro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sangdamtoday.gitbook.io/intro/pcmanual/center-settings/manage-items.md).

# 항목 관리하기

{% hint style="info" %}
고객이 어떤 항목으로 센터에 예약했는지,\
수납할 때 어떤 항목을 수납할지 고르기 위해서는 항목을 먼저 설정해야해요!
{% endhint %}

## 🖥️ 화면 소개

![](/files/WLV7LmoT0SB6peD6dqK8)

### 1️⃣ 폴더 리스트 영역

* 항목들의 폴더 리스트를 조회하고 추가할 수 있어요.
* 폴더에는 색상을 지정할 수 있으며, 폴더 하위 항목들을 오늘상담에서 사용할 때 폴더의 색상으로 표시됩니다.

### 2️⃣ 항목 리스트 영역

* 폴더 리스트 영역에서 선택된 폴더 하위에 속해있는 항목들의 리스트를 확인할 수 있어요.

### 3️⃣ 항목 상세 영역

* 새 항목을 추가하거나, 항목 리스트 영역에서 선택된 항목을 수정할 수 있어요.

## 🖌️ 폴더 색상 변경하기

![](/files/sXFMaF22wCm2SCgPiSgC)

{% stepper %}
{% step %}
색상을 변경하고자 하는 폴더에 마우스를 올려놓은 후 표시된 버튼을 클릭해주세요.
{% endstep %}

{% step %}
색상바꾸기 메뉴를 클릭해주세요.
{% endstep %}

{% step %}
표시된 부분을 클릭해 색깔을 변경해주세요.
{% endstep %}

{% step %}
수정하기 버튼을 클릭해주세요.
{% endstep %}
{% endstepper %}

## ✍️ 항목 등록하기

![](/files/nCLefevv9XeY73YlnF6g)

{% stepper %}
{% step %}
화면 우측 상단의 ‘새 항목 추가’ 버튼을 클릭해주세요.
{% endstep %}

{% step %}
항목 이름/코드/금액/소요시간을 입력해주세요.

* 코드의 경우, 동일한 이름의 항목을 구분하기 위한 구분자로, 사용하실 때 구분하기 편한 코드로 입력해주시면 됩니다.
* 금액을 지정해 놓을 경우, 수납할 때 해당 항목에 대한 수납을 진행할 시 금액이 자동으로 기입됩니다. 자동으로 기입되더라도 수납 시 금액을 변경할 수 있습니다.
* 소요시간은 일정을 등록할 때 해당 항목이 추가되면 항목의 소요시간만큼 일정의 소요시간이 자동 조정됩니다.
* 특이사항 설정 알람을 활성화할 경우, 해당 항목으로 일정/상담/수납이 진행되었을 때 특이사항이 설정되지 않을 경우 특이사항이 설정되지 않았다고 팝업으로 알려드려요!
* 항목이 한 번이라도 수납되면 그 항목은 삭제가 불가합니다. 만약 더 이상 사용하지 않는 항목이라면 항목 숨기기를 활성화해 리스트에서 보이지 않게 처리하세요.

{% endstep %}

{% step %}
모든 내용이 기입됐다면 저장하기 버튼을 클릭해주세요.
{% endstep %}
{% endstepper %}

## 📄 항목 순서변경/폴더 변경하기

### 1️⃣ 항목 순서변경하기

![](/files/HYV0TsbWjTRQOWyhDyKh)

* 순서를 변경하고자 하는 항목을 클릭하고 이동하고자 하는 위치로 드래그앤드롭해주세요.
* 만약, 다수의 항목의 위치를 변경하시려면 순서를 변경하고자 하는 항목 앞에 있는 체크박스들을 선택 후, 이동하고자 하는 위치로 드래그앤드롭해주세요.

### 2️⃣ 폴더 변경하기

![](/files/zp1DGPoq7mVVeT0wpfVT)

* 항목 수정에서 경로를 수정할 수도 있지만, 드래그앤드롭 기능을 사용해보세요!
* 순서변경과 마찬가지로, 다수의 항목의 경로를 변경하시려면 항목의 체크박스를 선택한 후 이동하고자 하는 폴더로 드래그앤드롭 해주세요.


---

# 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://sangdamtoday.gitbook.io/intro/pcmanual/center-settings/manage-items.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.
