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

# 내 급여 알아보기

{% hint style="info" %}
상담사 및 직원분들이 직접 자신의 인센티브(급여) 추이 및 내역을 조회할 수 있어요!
{% endhint %}

## 🔍조회 기준

![](/files/qqebXcgPLUMudyY5xhdv)

{% stepper %}
{% step %}
조회 - 내 인센티브를 클릭해주세요.
{% endstep %}

{% step %}
(일별/월별) 어떤 형식으로 기간을 조회할건지 선택해주세요.
{% endstep %}

{% step %}
**`[일별]`** 20XX.XX.XX \~ 20XX.XX.XX 과 같이 특정 일자 기간을 설정할 수 있습니다.\
\&#xNAN;**`[월별]`** 20XX년 XX월 \~ 20XX년 XX월과 같이 월별로 기간을 설정할 수 있습니다.
{% endstep %}

{% step %}
**`[일단위 비교]`** 로 조회할 경우 일자별로 집계가 확인됩니다.

![](/files/oR8xBlrid0IVUIQYpwBU)

**`[월단위 비교]`** 로 조회할 경우 월별로 집계가 확인됩니다.

![](/files/6Wzy8TAAVtL7TZNQc0Rx)
{% endstep %}

{% step %}
조회 기간 및 비교 설정이 완료되면 \[조회하기] 버튼을 클릭해주세요. 결과가 표시됩니다.
{% endstep %}
{% endstepper %}

## 📈 조회 결과

{% stepper %}
{% step %}
![](/files/8tEBHUD9f49W1hXfb5o8)

기간 내 조회 된 결과를 총 인센티브(금액) / (항목) 총 건수 로 각각 확인할 수 있습니다.

* **`[총 인센티브]`** 청구 금액에 따라 그래프에 반영됩니다.\
  청구 금액이 가장 높았던 기간이 높게 표시됩니다!&#x20;
* **`[총 건수]`** 항목별 건수에 따라 그래프에 반영됩니다.\
  항목 건수가 가장 많은 기간이 높게 표시됩니다!
  {% endstep %}

{% step %}
![](/files/qoMcwe3xizcldlp6pcvP)

그래프를 막대그래프로 표시할건지, 추세그래프로 표시할건지 선택할 수 있어요.
{% endstep %}
{% endstepper %}

## 👀 항목별요약/상세내역/엑셀 내보내기

![](/files/EhRJ2hhLr27PQmI6oM7r)

{% stepper %}
{% step %}
항목별로 총 건수와 인센티브를 요약해서 보여줍니다.
{% endstep %}

{% step %}
상세내역에서 조회된 결과 내 일자별로 고객명/고객코드/항목명/금액에 대해 확인할 수 있습니다.
{% endstep %}

{% step %}
해당 내역을 엑셀로 내보내기 할 수 있어요.
{% endstep %}
{% endstepper %}


---

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