> For the complete documentation index, see [llms.txt](https://docs.wrks.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wrks.ai/admin-help/billing/addon-pricing.md).

# 켜면 요금이 붙는 기능은 무엇이 있나요

**아래 기능은 켜 두기만 해도 매일 요금이 붙어요.** 직원이 쓰지 않아도 부과됩니다. 켜 둔 날짜만큼만 계산되고 후불 청구에 합산돼요.

## 요금이 붙는 기능

| 기능          | 어디에 있나   | 하루     | 30일 기준 |
| ----------- | -------- | ------ | ------ |
| 접속 기기 제한    | 내부 통제    | 3,000원 | 약 9만원  |
| 이용 기록 남기기   | 내부 통제    | 8,000원 | 약 24만원 |
| 대화·파일 자동 삭제 | 내부 통제    | 5,000원 | 약 15만원 |
| 접속 IP 제한    | API 키 관리 | 3,000원 | 약 9만원  |

문서 보안 관련 기능(`파일 통제`)에도 요금이 붙는 항목이 있어요. 각 항목 아래 안내 문구에 금액이 적혀 있으니 켜기 전에 확인해 주세요.

> **화면에 적힌 금액이 정답이에요.** 이 표와 화면이 다르면 화면을 믿어주세요.

## 어디서 확인하나요

이 요금들은 `기업관리자 > 이용 현황` 의 사용자 목록에서 **`부가서비스/API`** 라는 한 줄로 모여 보입니다. → [사용자 목록에 있는 '부가서비스/API'는 무엇인가요](/admin-help/billing/addon-api-usage.md)

## 자주 묻는 질문

### Q. 아무도 안 썼는데 요금이 나와요.

부가서비스는 **쓰는 것과 무관하게 켜 둔 날짜로** 계산됩니다. 필요 없으면 꺼주세요. 끄면 그날부터 부과되지 않아요.

### Q. 월 중간에 끄면 어떻게 되나요?

켜 뒀던 날짜까지만 청구돼요. 한 달치를 다 내지 않습니다.

### Q. 켰다 껐다 반복하면?

켜져 있던 날만 셉니다. 하루 중 잠깐만 켜도 그날은 하루로 계산돼요.

### Q. 여러 개를 켜면 합산되나요?

네. 각각 따로 붙어서 더해집니다.

### Q. 사용자 수가 많으면 더 비싼가요?

아니요. **회사 단위 요금**이라 직원이 10명이든 1,000명이든 같습니다.

### Q. 우리는 필요한 기능인데 요금을 줄일 방법이 없나요?

계약 조건에 따라 달라질 수 있어요. 담당자에게 문의해 주세요.

### Q. 껐는데도 다음 달 청구서에 나왔어요.

끄기 전까지의 날짜분입니다. 끈 날짜와 청구 기간을 비교해 주세요. 날짜가 맞지 않으면 문의해 주세요.

### Q. 이 요금도 사용자별 한도에 포함되나요?

아니요. 부가서비스는 회사 단위라 개인 한도와 무관하게 부과됩니다.

## 이럴 땐 문의해 주세요

* 켠 적이 없는 기능의 요금이 나올 때
* 끈 날짜 이후에도 계속 부과될 때
* 화면 안내 금액과 청구액이 다를 때


---

# 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.wrks.ai/admin-help/billing/addon-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.
