> 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/comparison-table.md).

# 대안별 비교표

## 시장의 선택지들 대비 웍스AI만의 장단점을 비교해 주세요.

<table><thead><tr><th width="92.98046875"></th><th width="126.89453125">ChatGPT Enterprise</th><th width="126">웍스AI SaaS</th><th width="123.12890625">타사 설치형</th><th>고객사 자체 개발</th></tr></thead><tbody><tr><td>예상 비용</td><td><strong>사용자당 매월 $30</strong> 기본료</td><td>사용자수 관계없이 <strong>딱 쓴만큼만 후불 청구</strong></td><td>구축비 5~10억 + 토큰 사용료</td><td>구축비 5~10억 + 토큰 사용료</td></tr><tr><td>대화 및 첨부파일 데이터 저장 위치*</td><td>OpenAI</td><td><strong>OpenAI</strong></td><td>고객사 보유 Cloud</td><td>고객사 보유 Cloud/IDC</td></tr><tr><td>고객 데이터 AI 학습 활용 여부</td><td>학습 이용 X </td><td><strong>학습 이용 X</strong> </td><td>학습 이용 X </td><td>희망시 가능</td></tr><tr><td>유지비</td><td>없음</td><td><strong>없음</strong></td><td>구축비의 15% / 연간</td><td>구축비의 15% / 연간</td></tr><tr><td>교육/국내 고객지원</td><td>없음</td><td><a href="https://drive.google.com/file/d/1KCvddeW377sQwoZmu2KERkTICDtnGN9b/view?usp=sharing"><strong>완벽 제공</strong></a></td><td>모름</td><td>모름</td></tr><tr><td>내부 통제</td><td>하</td><td><strong>상</strong></td><td>중</td><td>중</td></tr></tbody></table>

*※ ChatGPT, GPT, ChatGPT Enterprise는 美 OpenAI LLC. 사의 등록상표입니다. ChatGPT Enterprise 가격은 고객사마다 다르게 제안될 수 있으며 상기 가격은 알려진 예시 가격입니다.*


---

# 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/comparison-table.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.
