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

# 한 눈에 알아보기

## 포스기

포스기 연동 후 카드 매출액을 그래프로 쉽게 확인할 수 있어요.\
평균 결제 금액이나 고객 방문 데이터까지 함께 분석해 드려요.

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

#### A.포스기 매출 데이터 대시보드

* 매출 금액 확인 : 설정한 기간 동안의 결제 유형과 고객 데이터를 집계해서 보여드려요.
* 데이터 연동 관리 : 데이터를 실시간으로 연동할 수 있어요.
* 담당자 추가 : 포스기 정산 내역을 확인할 수 있는 담당자를 추가할 수 있어요.

#### B.포스기 매출 내역 확인

* 거래 내역 검색 : 검색어를 입력해서 거래 내역을 찾아볼 수 있어요.
* 거래 내역 관리 : 다중수정, 분류 자동화, 컬럼설정 등 거래 내역 열람 조건을 설정하거나 규칙을 생성할 수 있어요.

{% hint style="info" %}
거래 내역 관리 방법이 궁금하다면 아래 링크에서 확인할 수 있어요.

[거래내역 분류](/undefined-4/undefined.md)
{% endhint %}


---

# 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-2/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.
