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

# SeA 활용하기

- [에이전트](https://docs.salesmap.kr/ai-sdr-sea/utilizing-sea/sea-agent.md): SeA가 수집한 데이터를 자연어로 질문하고, 분석 결과와 인사이트를 확인하는 방법을 안내합니다.
- [인사이트](https://docs.salesmap.kr/ai-sdr-sea/utilizing-sea/sea-insight.md): 방문자·대화·웹 데이터를 분석해 주요 지표와 고객의 관심사, 다음 액션을 확인하는 방법을 안내합니다.
- [수신함](https://docs.salesmap.kr/ai-sdr-sea/utilizing-sea/sea-inbox.md): SeA를 통해 홈페이지를 방문한 사람과 나눈 대화부터 방문 기록과 회사 정보, 활동 분석까지 수신함에서 한눈에 확인할 수 있습니다.
- [방문자](https://docs.salesmap.kr/ai-sdr-sea/utilizing-sea/sea-visitor.md): SeA를 통해 홈페이지를 방문한 사람을 한곳에서 모아 보고, 방문 활동·성과·시그널·회사 분류까지 한눈에 확인할 수 있습니다.
- [회사](https://docs.salesmap.kr/ai-sdr-sea/utilizing-sea/sea-company.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/utilizing-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.
