> For the complete documentation index, see [llms.txt](https://aicy.gitbook.io/finex-guideline/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://aicy.gitbook.io/finex-guideline/data-matching/pl-grouping.md).

# 손익계산서 그룹화 커스텀

{% hint style="info" %}
**참고 사항**

> 본 기능은 **분석·리포트 참고용 그룹화**입니다.\
> 회계 결산, 외부 보고, 세무 목적의 손익계산서 대체 용도로는 적합하지 않습니다.
> {% endhint %}

### 1. 기능 개요

* 손익계산서 항목을 **그룹 단위로 재구성**
* 그룹명 직접 입력 및 \[그룹추가] 클릭해 계정과목 Drag-Drop
* 설정 완료 시 **KPI 분석 손익계산서에 자동 반영**
* 분석·보고 목적의 **참고용 그룹핑 기능**

<figure><img src="/files/IyzbEo4srVc3GzqIKRG1" alt=""><figcaption></figcaption></figure>

### 2. 그룹핑 기준 및 적용 방식

<table><thead><tr><th width="163.333251953125">구분</th><th>설명</th></tr></thead><tbody><tr><td>기본 매칭 기준</td><td><strong>파이넥스 표준 매칭 계정과목</strong> 기준</td></tr><tr><td>사용자 그룹화</td><td>표준 계정과목을 묶어 그룹 생성</td></tr><tr><td><strong>적용 범위</strong></td><td><strong>KPI 분석 손익계산서 보고서</strong> <a data-mention href="/pages/AjX3DI3vTVuzxsQZVJ8o">/pages/AjX3DI3vTVuzxsQZVJ8o</a></td></tr><tr><td>반영 시점</td><td>저장 즉시 자동 반영</td></tr></tbody></table>

### 3. 현재 지원 범위 (중요)

{% hint style="warning" %}
**계정 세목을 직접 지정하는 그룹화 기능은 향후 업데이트 예정**입니다.
{% endhint %}

<table><thead><tr><th width="186.333251953125">항목</th><th width="124">지원 여부</th><th>설명</th></tr></thead><tbody><tr><td>손익계산서 그룹화</td><td>✅ 지원</td><td>매출·원가·판관비 등 항목 그룹화</td></tr><tr><td>표준 계정과목 기준 매칭</td><td>✅ 지원</td><td>파이넥스 매칭 계정과목 기준</td></tr><tr><td>KPI 분석 리포트 반영</td><td>✅ 지원</td><td>KPI 손익계산서에 자동 적용</td></tr><tr><td>계정 <strong>세목 직접 지정</strong></td><td>❌ 미지원</td><td>개별 계정 직접 선택 불가</td></tr><tr><td>결산/회계 기준 변경</td><td>❌ 미지원</td><td>재무제표 구조 변경 목적 아님</td></tr></tbody></table>


---

# 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://aicy.gitbook.io/finex-guideline/data-matching/pl-grouping.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.
