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

# AI 챗봇, SeA 시작하기

- [Welcome to SeA](https://docs.salesmap.kr/ai-sdr-sea/getting-started-with-sea/welcome-to-sea.md): 안녕하세요. SeA 가이드북을 통해 SeA가 어떤 제품인지 알아보고, 가이드북을 통해 SeA를 시작하는 방법을 확인해보세요.
- [SeA 알아보기](https://docs.salesmap.kr/ai-sdr-sea/getting-started-with-sea/learning-sea.md): 제일 먼저, SeA가 해결하는 문제부터 주요 역할과 차별점, 실제 운영 성과까지 알아보세요.
- [SeA 시작하기](https://docs.salesmap.kr/ai-sdr-sea/getting-started-with-sea/starting-sea.md): 회원가입부터 온보딩, 학습 결과 테스트까지 SeA를 처음 시작하는 과정을 단계별로 안내합니다.
- [SeA 워크스페이스 생성하기](https://docs.salesmap.kr/ai-sdr-sea/getting-started-with-sea/generating-workspace.md)
- [SeA 초기 세팅하기](https://docs.salesmap.kr/ai-sdr-sea/getting-started-with-sea/setting-up-sea.md)


---

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