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

# 상세 기능 소개

## 세금계산서의 AI 및 자동화 기능

세금계산서 기능에서 확인 가능한 AI와 자동화 기능에 대해 알아보세요.

* **세금계산서 및 계좌 수동 연결 :** 세금계산서의 발행일, 내역명, 금액 등을 비교하여 계좌에 동일 내역을 자동으로 추천받고, 원하는 내역을 선택하여 연결할 수 있어요.
* **세금계산서 및 계좌 AI 자동 연결 :** AI가 자산 내 거래내역과 세금계산서를 비교하여 자동으로 연결해요. 연결 전에는 연결할 내역들에 문제가 없는지 확인할 수 있어요.
* **AI 계정과목 추천 :** 미분류된 항목들의 계정과목을 AI에게 추천받을 수 있어요. 만약 AI가 더 상세한 내용을 이해해야 한다면, 계정과목 검색창에 더 세세한 내용을 기재하여 답변받을 수 있어요.
* **AI 검색** : 일반적인 검색 방식과 같이 키워드를 입력하여 찾거나, 상세한 체크 내용 입력 후 AI 버튼(Ctrl+Enter)을 누르면 아래와 같이 찾을 수 있어요.

{% tabs %}
{% tab title="수동 연결" %}

#### 세금계산서 및 계좌 수동 연결

세금계산서의 발행일, 내역명, 금액 등을 비교하여 계좌에 동일 내역을 자동으로 추천받고, 원하는 내역을 선택하여 연결할 수 있어요.

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

{% tab title="AI 자동 연결" %}

#### 세금계산서 및 계좌 AI 자동 연결

AI가 연결되지 않은 다량의 세금계산서 내역과 계좌 내역을 비교하여 자동으로 연결해요. 변경안을 클릭해서 실제 연결 전, 문제가 없는지 미리 확인할 수 있어요.

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

{% tab title="AI 계정과목 추천" %}

#### AI 계정과목 추천

미분류된 항목들의 계정과목을 AI에게 추천받을 수 있어요. 만약 AI가 더 상세한 내용을 이해해야 한다면, 계정과목 검색창에 더 세세한 내용을 기재하여 답변받을 수 있어요.

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

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

#### **AI 검색**

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

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

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

{% tab title="Untitled" %}

{% 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-3/undefined-1/undefined-2.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.
