> 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/screen-guide/asset/card.md).

# 카드

다음은 그랜터의 ‘카드 분석’ 화면에 대한 설명 가이드입니다. 이 화면은 기업이 사용하는 여러 법인카드의 사용 현황을 통합적으로 확인하고, 각 카드별 지출 내역과 담당자 연결 상태를 관리할 수 있도록 구성되어 있습니다.

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

***

### 📘 ‘카드 분석’ 화면 가이드

***

#### 🧾 전체 지출 요약

* 화면 상단에는 선택한 기간 동안의 총 카드 지출 금액이 요약되어 표시됩니다.
* ‘전체내역’ 버튼을 통해 카드별 상세 거래로 바로 이동할 수 있습니다.

***

#### 🗂 카드 목록 구성

<br>

카드는 발급사 기준으로 분류되며, 각 카드에 대해 다음 정보가 함께 제공됩니다:

| 항목             | 설명                          |
| -------------- | --------------------------- |
| 카드 이름 및 번호 뒷자리 | 동일 카드 다중 사용 구분 가능           |
| 잔액 또는 누적 지출    | 해당 카드의 사용 상태                |
| 사용자 프로필        | 실제 사용자가 지정된 경우 프로필로 연결      |
| 연결 상태 아이콘      | 미연결 시 표시되며, 연결 요청 또는 해제가 가능 |

* 사용 중인 카드 외에도 미사용/미연결 카드가 별도로 구분되어 관리됩니다.
* 잔액이 남아 있거나 사용 내역이 없는 카드의 상태도 확인할 수 있어, 비활성 카드 관리에 유용합니다.

***

#### 🔄 카드별 관리 기능

* 각 카드 블록에는 설정 버튼이 포함되어 있어 사용자 지정, 태그 연결, 부서 배정 등을 직접 수행할 수 있습니다.
* 실무자 변경, 법인카드 신규 추가 시 신속하게 시스템 반영이 가능하며, 투명한 카드 운영 체계를 구축할 수 있습니다.

***

#### 🧮 기타 카드 및 자산형 수단

* 체크카드, 개인카드, 충전카드 등도 한 화면에서 함께 표시되어 관리 대상에서 누락되지 않도록 설계되어 있습니다.
* 현금카드 또는 일시카드 등도 구분해 보여주기 때문에 모든 지출 수단의 통합 관제가 가능합니다.

***

#### ✅ 활용 목적

* 조직 전체의 카드 사용 흐름을 한눈에 파악할 수 있어, 지출 통제 및 리스크 관리에 효과적입니다.
* 부서별, 사용자별 책임카드 설정 및 승인 체계를 통해 비용 통제와 책임 명확화를 동시에 실현할 수 있습니다.
* 회계처리 또는 비용 분류 시, 실사용자 연결 정보를 바탕으로 정확한 거래 인식을 도와줍니다.


---

# 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/screen-guide/asset/card.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.
