> For the complete documentation index, see [llms.txt](https://docs.salesmap.kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.salesmap.kr/ai/ai-business-card-scan.md).

# AI 명함 스캔

책상 위에 쌓여 가는 명함을 하나씩 손으로 옮겨 적는 대신, <kbd>AI 명함 스캔</kbd>으로 저장해 팀의 자산으로 축적해 보세요.

스캔한 명함의 정보는 `고객`과 `회사` 오브젝트에 자동으로 나뉘어 등록됩니다.

<kbd>AI 명함 스캔</kbd>은 모바일 웹에서만 사용할 수 있습니다. PC에서 접속 중이라면 휴대폰 브라우저로 `salesmap.kr`에 접속해 주세요.

사용량은 스캔 화면 우측 상단에 `이번 달 사용량 / 이번 달 제공량 + 충전량` 형식으로 표시됩니다.

## 1. AI 명함 스캔 활용하기

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

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

{% stepper %}
{% step %}
모바일 웹으로 [salesmap.kr](http://salesmap.kr/) 에 접속합니다.
{% endstep %}

{% step %}
좌측 메뉴에서 `고객` 탭을 클릭합니다.
{% endstep %}

{% step %}
화면 우측 하단의 `+` 버튼을 클릭합니다.
{% endstep %}

{% step %}
고객 생성 방식에서 <kbd>AI 명함 스캔</kbd>을 선택합니다.
{% endstep %}

{% step %}
가이드라인 영역 안에 명함이 들어오도록 맞춘 뒤, `촬영` 버튼을 클릭합니다.
{% endstep %}

{% step %}
촬영된 명함이 가이드 영역을 벗어났다면 수동으로 조정할 수 있습니다. 명함 영역을 조정한 후 `확인` 버튼을 클릭합니다.

* 조명이 어둡거나 명함이 접혀 있으면 인식률이 떨어질 수 있습니다.
  {% endstep %}
  {% endstepper %}

## 2. AI 명함 스캔 결과 확인하기

`확인`을 클릭하면 AI가 명함의 내용을 읽어 기존 <kbd>고객</kbd>·<kbd>회사</kbd> 데이터와 자동으로 매칭합니다. 다음 순서로 매칭 결과를 검토하고 등록을 마무리합니다.

> **중복 데이터 처리 규칙**
>
> * **고객 :** 스캔한 명함의 이메일을 기준으로 기존 고객과 비교하여, 동일한 이메일의 고객이 없으면 새로운 고객이 생성되고, 이미 있는 경우에는 기존 정보가 업데이트됩니다.
> * **회사 :** 회사는 동일한 이름의 회사가 없으면 새로 생성되고, 이미 있으면 비어 있는 정보가 명함 내용으로 채워집니다. 명함의 고객도 해당 회사와 자동으로 연결됩니다.

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

{% stepper %}
{% step %}
명함 등록 화면에서 <kbd>고객</kbd>과 <kbd>회사</kbd>의 필드 값을 확인해 주세요. 값이 비어 있거나 잘못 인식된 필드는 직접 수정해 주세요.
{% endstep %}

{% step %}
`스캔한 명함을 첨부 파일에 저장`을 클릭하면, 고객 정보에 명함 사진이 함께 저장됩니다. 원본 명함을 다시 확인하거나, 스캔 결과와 실제 명함을 대조해야 할 때 활용할 수 있습니다.
{% endstep %}

{% step %}
명함 등록 화면 하단 `저장` 버튼을 눌러 <kbd>고객</kbd>, <kbd>회사</kbd> 등록을 마무리합니다.
{% endstep %}
{% endstepper %}

이제 생성된 고객 정보를 바탕으로 세일즈맵의 다양한 기능을 활용해 우리 팀만의 마케팅·세일즈 전략을 실행해 보세요.

플랜 별로 기본 제공되는 AI 명함 스캔 사용량과 추가 결제 방식은 **AI 명함 스캔 이용권** 문서를 참고해 주세요.

{% content-ref url="/pages/VqppuopzZOlmPBf1T9NC" %}
[AI 명함 스캔 이용권](/ai/ai-business-card-scan/usage-charge.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://docs.salesmap.kr/ai/ai-business-card-scan.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.
