> For the complete documentation index, see [llms.txt](https://support.granter.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.granter.biz/undefined-4/undefined-2/undefined-1.md).

# 상세 기능 소개

## 태그별 분석의 상세 기능

* 차트별 비교 : \[모든 거래 내역]에서 막대, 원형 등 원하는 모양의 차트로 비교 분석이 가능해요.
* 소비/수익 패턴 분석 : 기간별로 소비/수익의 패턴을 분석하고 계정과목별 사용액을 직관적으로 비교할 수 있어요.
* 외부 분석(손익계산서 등) : 태그 내역을 기준으로 \[손익계산서], \[고정비와 변동비] 그래프를 통해 별도로 분석할 수 있어요.

{% tabs %}
{% tab title="차트별 비교" %}

#### 차트별 비교

막대, 원형 등 원하는 모양의 차트로 비교 분석이 가능해요.

<figure><img src="/files/NsazpSIUK9USdCt9gk9H" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="소비/수익 패턴 분석" %}

#### 소비/수익 패턴 분석

기간별로 소비/수익의 패턴을 분석하고 계정과목별 사용액을 직관적으로 비교할 수 있어요.

<figure><img src="/files/cEOdps2oG44CxGXFgA2X" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="외부 분석(손익 계산서 등)" %}

#### 외부 분석(손익계산서, 고정비와 변동비)

태그 내역을 기준으로 손익계산서, 고정비와 변동비 그래프를 통해 별도로 분석할 수 있어요.

<figure><img src="/files/R00qilGwHCSFR8kfPnxz" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

## 태그별 분석의 AI 및 자동화 기능

* **AI 검색 :** 일반적인 검색 방식과 같이 키워드를 입력하여 찾거나, 상세한 체크 내용 입력 후 AI 버튼(Ctrl+Enter)을 누르면 아래와 같이 찾을 수 있어요.
* **다중 수정 :** 다중 수정 버튼 클릭 후, 원하는 항목을 복수로 선택하여 계정과목/태그/사유 내용을 일괄 변경 가능해요.
* **분류 자동화 :** 특정 자산 내 금액/내역명을 기준으로 계정과목/사유/태그/상세태그 항목을 규칙에 맞게 자동으로 변경하도록 설정할 수 있어요.

{% tabs %}
{% tab title="AI 검색" %}

#### **AI 검색**

일반적인 검색 방식과 같이 키워드를 입력하여 찾거나, 상세한 체크 내용 입력 후 AI 버튼(Ctrl+Enter)을 누르면 아래와 같이 찾을 수 있어요.

\*일부 사용 환경 및 찾고자 하는 내용의 깊이에 따라 검색이 느려질 수 있어요.

<figure><img src="/files/eR9GMer6RABOLHtRvvr0" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="다중 수정" %}

#### **다중 수정**

다중 수정 버튼 클릭 후, 원하는 항목을 복수로 선택하여 계정과목/태그/사유 내용을 일괄 변경 가능해요.

<figure><img src="/files/D4DWAuI6GBteZca5IH6n" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="분류 자동화" %}

#### **분류 자동화**

특정 자산 내 금액/내역명을 기준으로 계정과목/사유/태그/상세태그 항목을 규칙에 맞게 자동으로 변경하도록 설정할 수 있어요.

<figure><img src="/files/TUWNb96J1TlJ6Bry2aY5" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}


---

# 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://support.granter.biz/undefined-4/undefined-2/undefined-1.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.
