> 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/functions/images-and-media/undefined.md).

# 성과평가 (비교분석)

{% hint style="success" %}
**비교분석(성과평가) 기능**은 AI 재무스냅샷 형태로 실제 데이터(업로드한 원장 데이터)와 **설정된 KPI 데이터**를 비교하여 **금액 및 비율 차이를 시각적으로 분석**하는 기능입니다.
{% endhint %}

### 성과평가 페이지 접속

> 성과평가  페이지 : <https://service.finex.ceo/planning/gap-analysis>

### 1. 비교할 지표 선택하기

성과를 평가할 KPI 시나리오 (버전)을 선택합니다. 비교할 **버전(예산/계획/시나리오 등)과 기간**을 설정한 후 **\[조회하기]** 버튼을 클릭합니다.

{% embed url="<https://youtu.be/D2bnEcNLNRc>" %}

***

### &#x20;2. KPI 요소별 비교 (목표 vs. 실제)

선택한 KPI에 대해 **설정된 목표 데이터와 실제 데이터를 비교 분석**합니다.

{% hint style="warning" %}
↘ 모든 재무요소별 금액 차이(증감액) 및 비율 차이(%)를 한눈에 확인할 수 있습니다.

↘ 직관적인 시각화(그래프, 테이블)로 변동 원인을 쉽게 분석할 수 있습니다.
{% endhint %}

<figure><img src="/files/72kFkEIATUcPUFgEkKhf" alt=""><figcaption></figcaption></figure>

***

### 3. PDF 다운로드/인쇄하기

분석 결과를  **PDF 파일로 저장하거나 인쇄하여 공유**할 수 있습니다.

{% hint style="warning" %}
투자자, 경영진, 팀원들과 빠르게 공유하여 실시간 협업이 가능합니다.
{% endhint %}

<div align="left"><figure><img src="/files/QIoyiWqYrX3tVS9POPOT" alt="" width="260"><figcaption></figcaption></figure></div>

> **활용 예시** )
>
> 투자자 보고용 KPI 성과 리포트 생성\
> 내부 경영 회의를 위한 재무 분석 자료 활용\
> 회계·재무팀 간 성과 점검 및 전략 조정


---

# 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/functions/images-and-media/undefined.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.
