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

# 회사

방문자의 소속 회사를 한눈에 확인하고, 회사 정보와 방문 현황, 회사 분류를 확인할 수 있습니다.

회사는 SeA를 통해 홈페이지를 방문한 방문자의 **소속 회사**를 모아 보는 화면입니다. 방문자를 사람 단위가 아닌 **회사 단위**로 확인하고, 회사 분류별로 필터링해 관리할 수 있습니다.

### 1. 회사 목록

각 회사를 한 행으로 보여줍니다.

* **이름 · 업종 · 규모**: SeA가 자동으로 조사한 회사 정보입니다. 확인되지 않는 정보는 `확인 불가`로 표시됩니다.
* **회사 분류**: SeA가 판단한 회사 분류(예: `Tier 1`)를 보여줍니다. 아직 판단하지 않은 경우 `분류 전`으로 표시됩니다. (분류 설정 → **6장. 행동 › 회사 분류**)
* **방문자 수 · 최근 방문**: 해당 회사에서 방문한 사람 수와 마지막 방문 시점을 보여줍니다.

### 2. 필터 · 검색 · 정렬

상단 도구바에서 원하는 회사만 찾아볼 수 있습니다.

* **검색**: 회사명으로 검색합니다.
* **전체 회사 분류 ▼**: 회사 분류별로 회사를 필터링합니다. 각 분류의 회사 수도 함께 표시됩니다. (예: `Tier 1 · 11`, `분류 전 · 22`)
* **정렬**: 최신순 · 오래된 순 · 이름 오름차순 · 이름 내림차순 중 원하는 기준을 선택합니다.

### 3. 회사 상세 정보

회사를 클릭하면 우측에 상세 패널이 열립니다.

* **정보**: SeA가 자동으로 조사·보강한 기업 정보입니다. 업종·규모·위치·웹사이트·설립 연차·매출·최근 투자·최근 뉴스 등을 확인할 수 있습니다.
* **회사 분류**: 해당 회사가 어떤 분류로 판단됐는지 확인할 수 있습니다.
* **방문자**: 해당 회사에서 방문한 사람 목록입니다. 각 방문자의 직책·성과 태그(`연락처 수집`·`담당자 호출`)·최근 방문 시점을 함께 확인할 수 있습니다.
* **회사 삭제**: 우측 상단 `⋮` → `삭제`를 클릭해 회사를 삭제할 수 있습니다.

> **이렇게 활용하세요** — 회사별 방문 현황과 회사 분류를 확인해 **관심도가 높은 타깃 회사를 빠르게 찾고 영업 우선순위를 정할 수 있습니다.** 특정 회사에 소속된 방문자의 활동과 성과를 함께 확인하면 타깃 어카운트(ABM) 전략을 세우거나 후속 영업을 준비하는 데 활용할 수 있습니다.


---

# 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/sea-company.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.
