> 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.md).

# AI

- [AI 에이전트 Sailo](https://docs.salesmap.kr/ai/ai-sailo.md): 세일즈맵 데이터를 기반으로 CRM 안에서 다양한 영업 업무를 도와주는 AI 에이전트입니다.
- [Sailo와 대화하기](https://docs.salesmap.kr/ai/sailo-chat.md): Sailo와 자연어로 대화하며 영업에 필요한 다양한 업무를 요청해 보세요.
- [Sailo와 대화 시작하기](https://docs.salesmap.kr/ai/sailo-chat/starting-sailo.md)
- [Sailo와 대화 활용하기](https://docs.salesmap.kr/ai/sailo-chat/utilizing-sailo.md)
- [AI 브리핑](https://docs.salesmap.kr/ai/ai-briefing.md): 나의 활동을 한곳에 모은 대시보드에서 한눈에 확인하고 업무를 빠르게 관리해 보세요.
- [AI 명함 스캔](https://docs.salesmap.kr/ai/ai-business-card-scan.md): 촬영 한 번으로 명함의 고객·회사 정보를 세일즈맵에 자동으로 등록해 보세요.
- [AI 명함 스캔 이용권](https://docs.salesmap.kr/ai/ai-business-card-scan/usage-charge.md): AI 명함 스캔 활용을 위한 이용권 기본 제공량과 충전 방법을 알려드립니다.
- [AI 인사이트](https://docs.salesmap.kr/ai/ai-insight.md): 딜 진행 현황을 한눈에 파악하고 다음 영업 액션을 결정해 보세요.
- [AI 미팅 녹음](https://docs.salesmap.kr/ai/ai-meeting-record.md): 미팅을 녹음하면 AI가 대화 내용을 자동으로 분석해 요약, 코칭, 피드백을 제공합니다.
- [미팅 녹음 생성하기](https://docs.salesmap.kr/ai/ai-meeting-record/generating-meeting-record.md)
- [녹음 활용하기](https://docs.salesmap.kr/ai/ai-meeting-record/utilizing-meeting-record.md)
- [AI 이메일 어시스턴트](https://docs.salesmap.kr/ai/ai-email-assistant.md): Sailo와 대화하며 맥락에 맞는 이메일 초안을 작성하고 수정할 수 있습니다.


---

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