> 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-1/undefined/ai.md).

# 인공지능

안녕하세요. 똑똑한 AI 그랜터입니다. :face\_with\_monocle:

그랜터의 AI 기능은 자산 연동 후 데이터를 정리하는 것부터 보여지는 것까지 정말 다양한 곳에 활용하고 있는데요.

그  중에서도 이 AI를 더 똑똑하게 사용할 수 있는 몇 가지 방법에 대해 소개하고자 합니다.

\*아래 기능 외에도 그랜터의 AI는꾸준히 업데이트 될 예정입니다.

## 1. 계정과목 자동 분류

<figure><img src="/files/smWEHAHyOkffp2fXo7qU" alt=""><figcaption><p>분석 - 분류(상세목록)</p></figcaption></figure>

\[분석-분류(상세목록)] 탭에서는 입금/지출된 항목별로 그랜터 AI가 계정과목을 자동으로 분류해 주는데요. 간혹, 특수한 항목에 한하여 계정과목을 별도로 학습시켜야 하는 상황이 있습니다.

<figure><img src="/files/NvjcdFnpamwLMX9OKS6M" alt=""><figcaption><p>분류(상세목록) - 계정과목(자동 분류)</p></figcaption></figure>

이 때에도 그랜터 AI는 이 항목이 어떤 계정과목의 분류가 더 어울릴지 자동으로 추천하고, 지정 시에는 일괄 적용 여부에 따라 자동으로 분류합니다.

### 계정분류 추론설정 세분화

<figure><img src="/files/opYuOwxlE4qhKoUgKafF" alt="" width="563"><figcaption></figcaption></figure>

프로필 - 설정에서 AI분류 사용여부를 선택할 수도 있어요.

AI 자동 계정과목 추론 : 그랜터 AI가 카드내역이나 계좌내역의 사용처를 보고 추론 (제외 설정시 사용처별 추론 중단)

AI 계정과목/태그 기억 시스템 : 각 워크스페이스별로 과거에 설정했던 내역을 보고 추론하는 기능 (제외 설정시 워크스페이스 과거 설정 학습 중단)

## 2. 분류 자동화

반복되는 거래내역의 패턴을 인식해서 미리 지정한 계정과목, 사유, 태그, 상세 태그 로 자동으로 반영해 드리는 기능이에요!

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

프로필에서 현재 설정된 분류 자동화 내역을 확인할 수 있어요. 변경 규칙은 우선순위에 따라 적용되어요.

<figure><img src="/files/FqQaxUDsZ1xf5fHJrJ07" alt="" width="491"><figcaption></figcaption></figure>

분류 자동화를 적용할 특정 항목 (계좌/카드/세금계산서)을 지정해서 원하는 패턴을 입힐 수 있어요.

<figure><img src="/files/GhIUsrw9w5JDj2FWQoCz" alt="" width="457"><figcaption></figcaption></figure>

계정과목 외 추가 조건을 설정하고 싶다면, 조건 추가 버튼으로 연결할 수 있어요. And 조건으로 연결되어요.

<figure><img src="/files/SrSSXNMwq9mwAjEKWFh8" alt="" width="435"><figcaption></figcaption></figure>

패턴이 적용되기 전  마지막으로 어떤 항목들에 적용될 예정인지 확인할 수 있어요.

## 3. 체크카드 중복집계 방지

* 체크카드와 계좌가 그랜터에 모두 연결되어 있다면 하루 1번 그랜터 AI가 자동으로 돌면서 이 둘을 연결시켜 드려요
* 연결 이후에는 계좌내역이 집계에서 제외되고, 체크카드 내역의 데이터가 계좌 내역으로 마이그레이션 되어요

## 4. 동일 법인간 계좌이체 예외처리

* 서로 다른 연결된 두 계좌가 계좌간 이체를 하였다면 하루 1번 그랜터 AI가 자동으로 돌면서 이 둘을 연결시켜 드려요
* 연결 이후에는 두 내역 모두 집계에서 제외되어요.

{% content-ref url="/pages/3qj4MrxjRexJxNKT00pw" %}
[\[24.03.29\] 분류자동화](/news/update/24.03.29.md)
{% endcontent-ref %}


---

# 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-1/undefined/ai.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.
