> 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-sdr-sea/getting-started-with-sea/welcome-to-sea.md).

# Welcome to SeA

안녕하세요. SeA 가이드북을 통해 SeA가 어떤 제품인지 알아보고, 가이드북을 통해 SeA를 시작하는 방법을 확인해보세요.

<figure><img src="https://475949545-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F73MBozTs3HoRTPjkYqxA%2Fuploads%2FJT6H7HI1EmX3p57sS9Bc%2FSeA-combined-uncompressed.gif?alt=media&amp;token=1a44ca9b-9d9a-4371-9219-00304fb30e8a" alt=""><figcaption></figcaption></figure>

**SeA는 홈페이지에 찾아오는 방문자에게 먼저 말을 거는, AI 영업사원입니다.** SeA는 구경만 하고 떠나는 홈페이지 방문자에게 자연스럽게 말을 걸어 리드로 바꾸어 줍니다.

SeA는 일반 챗봇과 마찬가지로 제품에 대한 고객의 질문에 빠르게 답변하지만, 대화를 통해 리드를 검증하고, 전환까지 이끌어내는 영업사원의 업무까지 수행하는 것이 가장 큰 특징입니다.

이 가이드북에서는 SeA가 어떤 제품인지 알아보는 것부터 프로필과 지식을 설정하고, 실제 방문자와의 대화를 통해 활용하는 방법까지 차근차근 안내합니다.

SeA를 처음 시작하신다면 가이드북의 순서대로 따라가 보세요. 필요한 내용이 있다면 원하는 부분을 찾아 확인하실 수도 있습니다.

***

### 아직 SeA 도입이 고민된다면, 부담 없이 테스트부터 시작해 보세요.

**가이드북을 처음부터 끝까지 읽지 않으셔도 괜찮습니다.** 대부분의 설정은 제품 안에서 바로 진행할 수 있으며, 가입 후에는 온보딩을 통해 필요한 과정을 순서대로 안내해 드립니다.

먼저 SeA를 직접 사용해 보시고, 더 자세한 설명이 필요할 때 가이드북을 참고해 주세요.

* 설치가 망설여지시나요? 설치 없이 세일즈맵 홈페이지에서 SeA를 먼저 체험해 보실 수 있습니다.\
  [→ 설치 없이 미리 테스트하는 방법 알아보기](https://salesmap.gitbook.io/sea/setting-sea/sea-install#id-3)
* 특정 기능의 설정 방법이나 화면이 궁금하다면 해당 장을 찾아보세요.
* 빠르게 답을 찾고 싶다면 이 페이지의 링크를 복사해 ChatGPT나 Claude 같은 AI에게 질문해 보세요.\
  (예: “회사 분류를 설정하는 방법을 3단계로 알려줘.”)


---

# 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-sdr-sea/getting-started-with-sea/welcome-to-sea.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.
