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

# Sailo와 대화 시작하기

## 1. 채팅창 열기

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

화면 우측 상단의 `Sailo` 버튼을 클릭하면 채팅창이 열립니다.

채팅창은 화면 좌측 하단에 축소된 형태로 열리며, 우측 상단의 `확장` 버튼을 클릭하면 전체 화면으로 확장할 수 있습니다.

## 2. 추천 질문으로 대화하기

채팅창을 처음 열면 지금 상황에 맞는 추천 질문 3개가 표시됩니다. 현재 보고 있는 화면에 따라 내용이 달라지며, 질문을 클릭하면 바로 대화가 시작됩니다.

<kbd>딜</kbd>·<kbd>리드</kbd>·<kbd>고객</kbd>·<kbd>회사</kbd> 등 오브젝트 상세 화면에서 Sailo를 열면 현재 보고 있는 오브젝트를 기준으로 대화가 시작됩니다. 별도로 오브젝트명을 입력하지 않아도 “이 딜 요약해줘”, “최근 노트 보여줘”와 같이 바로 질문할 수 있습니다.

> * **딜 상세 화면에서 채팅창을 열 경우**: 현재 딜의 진행 상황, 히스토리, 리스크, 다음 액션 관련 질문을 추천합니다.
> * **그 외 화면에서 채팅창을 열 경우**: 딜 목록 조회, TODO 관리, 노트 정리 관련 질문을 추천합니다.

## 3. 대화 관리하기

채팅창 좌측 상단과 확대 화면 사이드바에서 이전 대화 목록을 확인할 수 있습니다. 대화를 클릭하면 이전 내용을 이어볼 수 있으며, 확대 화면 좌측 상단 검색창에서 대화를 검색할 수도 있습니다.

<figure><img src="/files/1EHRrdUjBoJo4M8L8cmY" alt=""><figcaption></figcaption></figure>

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

새로운 주제로 대화를 시작하려면 채팅창 우측 상단의 `새 대화` 버튼을 클릭해 주세요. 이전 대화 맥락과 분리된 새 대화가 시작됩니다.

> **💡 TIP**
>
> 답변이 도움이 되었거나 개선이 필요하다면 답변 하단의 **👍 / 👎** 버튼으로 평가해 주세요. 보내주신 평가는 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/starting-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.
