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

# AI 에이전트 Sailo

**Sailo는 세일즈맵 CRM에 내장된 AI 에이전트입니다.**

딜·고객·노트·할일 등 세일즈맵 CRM 데이터를 기반으로 질문에 답하고, 영업 업무에 필요한 정보를 빠르게 찾아 정리합니다. 또한 CRM 데이터를 분석해 메일 작성, 일정 등록, 데이터 요약 등 다양한 업무를 수행하며, 반복적인 영업 업무를 더욱 효율적으로 처리할 수 있도록 돕습니다.

Sailo를 활용하면 CRM 데이터를 더욱 효과적으로 활용하고, 반복적인 영업 업무를 더 빠르게 수행할 수 있습니다.

Sailo는 CRM 활용을 돕기 위해 제품 곳곳에 다양한 AI 기능으로 제공됩니다. 가이드북에서는 다음과 같은 Sailo 기능을 소개합니다.

{% stepper %}
{% step %}
**Sailo와 대화하기**

Sailo와 자연어로 대화하며 영업에 필요한 다양한 업무를 요청해 보세요.
{% endstep %}

{% step %}
**AI 브리핑**

나의 활동을 한곳에 모은 대시보드에서 한눈에 확인하고 업무를 빠르게 관리해 보세요.
{% endstep %}

{% step %}
**AI 명함 스캔**

촬영 한 번으로 명함의 고객·회사 정보를 세일즈맵에 자동으로 등록해 보세요.
{% endstep %}

{% step %}
**AI 인사이트**

딜 진행 현황을 한눈에 파악하고 다음 영업 액션을 결정해 보세요.
{% endstep %}

{% step %}
**AI 미팅 녹음**

미팅을 녹음하면 AI가 대화 내용을 자동으로 분석해 요약, 코칭, 피드백을 제공합니다.
{% endstep %}

{% step %}
**AI 이메일 어시스턴트**

Sailo와 대화하며 맥락에 맞는 이메일 초안을 작성하고 수정할 수 있습니다.
{% endstep %}
{% endstepper %}

이제 **Sailo와 대화하는 방법**부터 AI 이메일 어시스턴트로 메일을 작성하는 방법까지 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/ai-sailo.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.
