> 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-departments.md).

# 부서 관리하기

{% hint style="info" %}
상담실별 예약현황 등을 확인하고 싶으신가요? 부서 기능을 사용해보세요!
{% endhint %}

## ✅ 부서 기능 활성화하기

![](/files/Q1Wgkt103IMtyIcRuV6y)

* 부서 기능을 ‘사용하기’하면 다음 기능들을 사용할 수 있어요.
  * 현황판 ‘부서별 보기’
  * 부서별 통계

## 🏬 부서 추가하기

![](/files/HG8mGsFI0qM0LVZgt7Zf)

{% stepper %}
{% step %}
부서 추가하기 버튼을 클릭해주세요.
{% endstep %}

{% step %}
부서명과 현황판 배경색상을 선택해주세요.
{% endstep %}

{% step %}
모두 입력됐다면 추가하기 버튼을 클릭해주세요.
{% endstep %}
{% endstepper %}

## 👥 부서에 멤버 배정하기

![](/files/OFlcP04No6hYdy1ojy0a)

{% stepper %}
{% step %}
부서 목록에 사용하고자 하는 부서가 없을 경우 부서를 먼저 추가해주세요.
{% endstep %}

{% step %}
멤버를 배정하고자 하는 부서를 선택해주세요.
{% endstep %}

{% step %}
노출된 멤버 중, 해당 부서에 배정하고자 하는 멤버를 선택해주세요. 모두 선택되었다면 저장하기 버튼을 클릭해주세요.
{% endstep %}
{% endstepper %}

## 👥 부서별 멤버 나눠보기

![](/files/27XutWlL6bluZeW0acDi)

* 멤버 나눠보기 사용을 하시면, 현황판에서 부서에 어떤 담당자가 포함되었는지 한 눈에 확인할 수 있어요!

![](/files/GPPDL6LijC8swpFQYmga)


---

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