> 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-guide/readme.md).

# 관리자 매뉴얼

웍스AI를 회사에 도입하고 운영하시는 관리자를 위한 안내서입니다.

{% hint style="success" %}
**웍스AI 기업용 생성형 AI 업무지원시스템 소개서** 다운받기: [**링크**](https://bit.ly/wrkslead)
{% endhint %}

**웍스AI의 기업용 버전**인 '웍스AI 엔터프라이즈' **이용 방법**을 안내드립니다. 이 매뉴얼은 **기업 관리자**를 위한 **서비스 사내 도입 가이드**입니다.

일반 **사용자들(직원들)을 위한 매뉴얼**은 [**여기**](https://docs.wrks.ai/user-guide)에 준비되어 있습니다.

## 이 순서로 보시면 됩니다

1. **기업계정 개설** — 회사 계정을 만듭니다
2. **직원 초대** — 구성원을 불러오고 권한을 정합니다
3. **회사 에이전트 제작/운영** — 회사 자료를 참고해 답하는 에이전트를 만듭니다
4. **관리자 기능 이용** — 사용량·요금·워크스페이스를 관리합니다

회사 계정 로그인(SSO)이나 조직도를 연동하시려면 **회사 정보 연동**을 봐주세요.

관리자 화면 하나하나가 궁금하시면 **조직 관리 · 사내 에이전트 · 운영과 통계 · 설정과 보안** 에서 화면별 안내를 보실 수 있어요.

## 도움이 필요하시면

설정 하나하나가 궁금하시면 [**관리자 도움말**](https://docs.wrks.ai/admin-help)을 봐주세요. 직접 해보시다가 막히거나 매뉴얼에 없는 내용은 **<support@wrks.ai>** 로 문의해 주세요.


---

# 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-guide/readme.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.
