> 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/sea-behavior/sea-collection-items.md).

# 수집 항목

### **1. 수집 항목**

수집 항목은 SeA가 방문자와 대화를 통해 **어떤 정보를 수집할지 설정하는 화면**입니다. **핵심 정보**와 **참고 정보** 두 그룹으로 나뉩니다.

* **핵심 정보**(필수): 반드시 수집해야 하는 정보입니다. 해당 정보가 수집될 때까지 SeA가 추가 질문을 이어갑니다. (기본: 이름·이메일·회사명)
* **참고 정보**: 필수는 아니지만, 방문자를 파악하거나 후속 영업에 활용하기 위해 추가로 수집할 수 있는 정보입니다. (예: 전화번호·예상 사용 인원·CRM 도입 배경·포지션·현재 사용 중인 고객관리 툴·IT 친숙도·팀 논의 여부 등)

### 2. 항목 추가·편집

상단 입력창에 원하는 항목을 입력하고 `추가`를 클릭해 항목을 추가합니다. 추가한 항목은 원하는 그룹으로 드래그해 옮길 수 있으며, `×`를 클릭해 삭제할 수 있습니다. 설정을 마쳤다면 `저장`을 클릭해 주세요.

### 3. 개수 제한

각 그룹에는 추가할 수 있는 항목 수에 제한이 있습니다. **핵심 정보는 최대 5개**까지 지정할 수 있으며, 화면에 현재 항목 수와 최대 개수가 `3/5`와 같이 표시됩니다.


---

# 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/sea-behavior/sea-collection-items.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.
