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

# 내 급여 조회하기

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

## 🔍조회 기준

![](/files/9vrDBSB5NpEPUEO86eab)

{% stepper %}
{% step %}
조회 메뉴를 클릭하여, 직접 자신의 인센티브 추이 및 내역을 조회할 수 있어요.
{% endstep %}

{% step %}
조회기간 기준을 일별로 선택하는 경우
{% endstep %}

{% step %}
검색기간이 20XX-XX-XX \~ 20XX-XX-XX 특정 일자로 기간을 설정할 수 있습니다.
{% endstep %}

{% step %}
조회기간 기준을 월별로 선택하는 경우
{% endstep %}

{% step %}
검색기간이 20XX년 XX월 \~ 20XX년 XX월 월별로 기간을 설정할 수 있습니다.
{% endstep %}
{% endstepper %}

![](/files/oTXdi0xi6uPTmoQJyyvj)

{% stepper %}
{% step %}
일 단위 비교로 하여, 조회하기를 하는 경우
{% endstep %}

{% step %}
하단 조회결과 그래프에 일자별로 집계가 확인됩니다.
{% endstep %}

{% step %}
월 단위 비교로 하여, 조회하기를 하는 경우
{% endstep %}

{% step %}
하단 조회결과 그래프에 월별로 집계가 확인됩니다.
{% endstep %}
{% endstepper %}

## 📈 조회 결과

![](/files/iF761JDjGLuYnSGdzQss)

{% stepper %}
{% step %}
조회기간 내 총 인센티브(급여) 금액과 항목 건수가 표시됩니다.
{% endstep %}

{% step %}
\[인센티브]로 선택하였을 때, 금액을 반영해서 그래프에 표시됩니다.\
\[건수]로 선택하였을 때, 항목에 대한 건수를 반영해서 그래프에 표시됩니다.
{% endstep %}

{% step %}
조회 결과를 막대그래프로 보여줍니다.
{% endstep %}

{% step %}
조회 결과를 추세그래프로 보여줍니다.
{% endstep %}
{% endstepper %}

![](/files/zmCt4anLRxb7mRF5MdgD)

{% stepper %}
{% 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/mobmanual/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.
