> 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/setting-sea.md).

# SeA 설정하기

- [SeA 프로필 설정하기](https://docs.salesmap.kr/ai-sdr-sea/setting-sea/setting-sea-profile.md): SeA가 고객에게 어떤 모습과 말투로 회사를 소개할지 설정하고, 채팅 위젯의 디자인과 개인정보 수집 동의 문구를 관리합니다.
- [학습](https://docs.salesmap.kr/ai-sdr-sea/setting-sea/sea-learning.md): SeA가 회사와 제품을 이해하고 원하는 방식으로 대화할 수 있도록 지식과 규칙을 설정할 수 있습니다.
- [지식](https://docs.salesmap.kr/ai-sdr-sea/setting-sea/sea-learning/sea-knowledges.md)
- [규칙](https://docs.salesmap.kr/ai-sdr-sea/setting-sea/sea-learning/sea-rules.md)
- [행동](https://docs.salesmap.kr/ai-sdr-sea/setting-sea/sea-behavior.md): SeA가 방문자를 회사 특성에 따라 분류하고, 대화를 통해 필요한 정보를 수집하도록 설정하는 방법을 확인해보세요.
- [회사 분류](https://docs.salesmap.kr/ai-sdr-sea/setting-sea/sea-behavior/sea-company-classification.md)
- [수집 항목](https://docs.salesmap.kr/ai-sdr-sea/setting-sea/sea-behavior/sea-collection-items.md)
- [홈페이지에 설치하기](https://docs.salesmap.kr/ai-sdr-sea/setting-sea/sea-install.md): SeA를 홈페이지에 설치하고, 실제 방문자와 대화를 시작할 수 있도록 설정하는 방법을 확인해보세요.


---

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