> 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/managing-sea-account/sea-pricing.md).

# 요금 · 결제 · 체험 연장

SeA의 요금·결제·무료 체험은 설정 › 회사 › 구독 및 결제에서 관리할 수 있습니다. (어드민만 접근할 수 있습니다.)

### 1. 요금제

SeA는 **Professional**과 **Enterprise** 두 가지 플랜을 제공합니다. **월간 결제**와 **연간 결제** 중에서 선택할 수 있으며, 연간 결제 시 **10% 할인**이 적용됩니다. 모든 요금은 **VAT 10% 별도**입니다.

| 구분            | Professional | Enterprise |
| ------------- | ------------ | ---------- |
| 가격 (월·VAT 별도) | ₩89,100\~    | ₩269,100\~ |
| 학습 가능 URL     | 500개         | 5,000개     |
| 기본 제공 크레딧     | 월 20,000원    | 월 100,000원 |
| 대화            | 20회          | 100회       |

> 최신 가격·플랜 상세는 공식 요금 페이지에서 확인해 주세요. → [salesmap.kr/product/sea/pricing](https://salesmap.kr/product/sea/pricing)

### 2. 크레딧

SeA는 **대화량에 따라 크레딧을 사용**합니다. 사용량과 잔여 금액은 **설정 › 회사 › 구독 및 결제 › 추가 사용료 관리**에서 확인할 수 있습니다.

* **차감 기준**: SeA가 방문자와 **2회 이상 질문을 주고받은 대화 1건당 1,000원(1,000크레딧)**&#xC774; 차감됩니다.
* **기본 제공**: 플랜에 따라 매월 크레딧이 제공됩니다. *(Professional 월 20,000원 / Enterprise 월 100,000원)*
* **추가 사용료 충전 방식**: 기본 크레딧을 모두 사용한 후에도 **선불 충전** 또는 **후불 결제** 방식으로 계속 사용할 수 있습니다. 선불 충전은 추가 사용료를 미리 충전하고, 후불 결제는 카드를 등록해 사용한 만큼 결제하는 방식입니다.
* **잔여 사용료 알림**: 잔여 금액이 설정한 기준 *(최소 5,000원)* 이하가 되면 이메일로 안내합니다. 크레딧이 모두 소진되면 인앱 알림도 함께 제공합니다.

### 3. 무료 체험 · 체험 연장

회원가입하면 홈페이지를 학습한 SeA를 **7일간 무료로 체험**할 수 있습니다. 무료 체험 기간에는 **Professional 플랜의 모든 기능**을 사용할 수 있습니다.

* **잔여 기간 확인**: 화면 상단의 무료 체험 배너에서 남은 기간을 확인할 수 있습니다. *(유료 결제 시 배너는 사라집니다.)*
* **7일 연장**: 체험 기간 중 **카드를 등록하면 무료 체험 기간이 7일 자동 연장**됩니다.

> ⚠️ 카드를 등록하면 체험 기간이 끝난 후 **자동으로 유료 구독이 시작됩니다.** 유료 전환을 원하지 않는 경우 체험 종료 전에 해지해 주세요.

### 4. 결제 · 해지

**설정 › 회사 › 구독 및 결제**에서 원하는 플랜을 선택해 결제할 수 있습니다.

* 어드민만 결제 및 구독을 관리할 수 있습니다.
* **월간 결제**는 필수 계약 기간 없이 언제든 해지할 수 있습니다.
* **연간 결제**는 결제 시 1년 치 이용 요금을 전액 선납합니다.


---

# 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/managing-sea-account/sea-pricing.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.
