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

# Sailo와 대화하기

ChatGPT, Gemini, Claude와 대화하듯 자연어로 질문하거나 업무를 요청해 보세요. Sailo는 딜·고객·노트·할일 등 세일즈맵 CRM 데이터를 기반으로 답변하기 때문에 별도의 배경 설명 없이도 필요한 맥락을 이해합니다. 이를 바탕으로 영업의 흐름을 유지하며 다양한 업무를 지원합니다.

특정 데이터를 찾기 어렵거나 방대한 데이터를 분석해야 할 때는 Sailo에게 자연어로 조회와 분석을 요청할 수 있습니다. 또한 메일 작성, 할 일 등록 등 다양한 업무를 맡겨 반복적인 영업 업무를 더욱 효율적으로 수행할 수 있습니다.

*\*더 다양한 활용 방법은* [*'Sailo와 대화 활용하기'*](https://docs.salesmap.kr/ai/sailo-chat/utilizing-sailo)*를 참고해 주세요.*

지금부터 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/sailo-chat.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.
