> 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/payroll-groups.md).

# 급여 그룹 설정하기

{% hint style="info" %}
직원/상담사분들의 급여, 이제 자동으로 계산해보세요!
{% endhint %}

## ✍️ 급여 그룹 추가하기

![](/files/s4iWC4i6d7t0zI6Meti1)

{% stepper %}
{% step %}
그룹 추가하기 버튼을 클릭해주세요.

![](/files/xTDylSC8uiDwzt5NtGn6)
{% endstep %}

{% step %}
급여 그룹명을 입력해주세요.
{% endstep %}

{% step %}
급여 그룹명이 입력되었다면 ‘추가하기’ 버튼을 클릭해주세요.
{% endstep %}

{% step %}
추가된 급여 그룹은 멤버 목록에서 급여 그룹을 설정해줘야 해당 사용자에게 급여가 정상적으로 반영돼요.
{% endstep %}
{% endstepper %}

## ⚙️ 급여 세팅하기

{% hint style="info" %}
생성한 급여 그룹 중, 세팅을 진행하고자 하는 그룹을 클릭한 다음을 진행해주세요!
{% endhint %}

![](/files/htvlgNeDMErd0zVbF3bu)

{% stepper %}
{% step %}
항목 관리 페이지에서 설정한 모든 항목이 노출됩니다. 급여를 추가하고자 하는 항목을 선택해주세요.

![](/files/v8P4xAP13dQfwdFeLVSR)
{% endstep %}

{% step %}
급여 계산방식을 선택해주세요.

* 정액: 정해진 금액만큼만 추가됩니다.
* 정률: 수납 시 수납 금액에 비례해 급여가 결정됩니다.
  {% endstep %}

{% step %}
지급할 급여를 작성해주세요.
{% endstep %}

{% step %}
모든 내용이 입력됐다면 ‘수정하기’ 버튼을 클릭해주세요.
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
급여 세팅을 하더라도 과거의 급여 금액이 변경되지는 않습니다.\
세팅 후 새로 등록되는 내역에 대해서만 설정된 급여 값이 반영되니, 참고해주세요!
{% endhint %}


---

# 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/payroll-groups.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.
