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

# 관리자 도움말

**웍스AI 관리자 화면에서 막히거나 궁금한 것을 찾아보는 곳이에요.**

화면을 처음부터 따라 해보시려면 [관리자 매뉴얼](https://docs.wrks.ai/admin-guide)을 보세요. 여기는 **이미 쓰고 계신 분이 막혔을 때** 찾아보는 곳입니다.

## 이런 걸 찾아보실 수 있어요

### 계정과 사용자

* [사용자 관리 화면에서 할 수 있는 모든 것](/admin-help/account/user-management.md)
* [직원이 로그인을 못 해요](/admin-help/account/login-issues.md)
* [직원 비밀번호를 바꿔주고 싶어요](/admin-help/account/password.md)
* [내 계정 관리 화면에서 볼 수 있는 것](/admin-help/account/my-account.md)

### 요금과 결제

* [결제 관리 화면에서 볼 수 있는 것](/admin-help/billing/payments.md)
* [켜면 요금이 붙는 기능은 무엇이 있나요](/admin-help/billing/addon-pricing.md)
* [사용자 목록에 있는 '부가서비스/API'는 무엇인가요](/admin-help/billing/addon-api-usage.md)
* [직원별로 쓸 수 있는 금액을 제한하고 싶어요](/admin-help/billing/usage-limits.md)
* [한도가 넘어서 서비스가 막혔어요. 어떻게 푸나요](/admin-help/billing/limit-exceeded.md)
* [요금이 생각한 것과 달라요](/admin-help/billing/unexpected-charges.md)

### 이용 현황과 통계

* [이용현황과 이용통계는 뭐가 다른가요](/admin-help/usage/dashboard-vs-stats.md)
* [통계에 나오는 '기타'는 무엇인가요](/admin-help/usage/other-category.md)

### 보안과 통제

* [내부 통제 화면의 모든 설정](/admin-help/security/internal-control.md)
* [메뉴 통제 화면의 모든 설정](/admin-help/security/menu-control.md)
* [파일 통제 화면의 모든 설정](/admin-help/security/file-control.md)
* [이용 기록 화면에서 볼 수 있는 것](/admin-help/security/audit-log.md)

### 기능

* [에이전트 관리 화면의 모든 것](/admin-help/features/agents.md)
* [AI 모델 스마트 라우팅이 무엇인가요](/admin-help/features/smart-routing.md)
* [스킬 관리 화면에서 할 수 있는 것](/admin-help/features/skills.md)
* [공지사항 관리 화면의 모든 것](/admin-help/features/notices.md)
* [웍스AI Desk를 직원이 쓰게 할까요](/admin-help/features/wrks-desk.md)
* [비서 기능이 없어졌어요](/admin-help/features/assistant-sunset.md)

### 설정

* [회사 이름과 로고를 바꾸고 싶어요](/admin-help/settings/company-info.md)
* [워크스페이스 관리 화면의 모든 설정](/admin-help/settings/workspaces.md)
* [부서 관리 화면의 모든 설정](/admin-help/settings/departments.md)
* [맞춤 설정 화면의 모든 설정](/admin-help/settings/customization.md)
* [도구 호출 승인 요청이 자꾸 떠요](/admin-help/settings/tool-approval.md)

### 연동

* [회사 계정으로 로그인하게 하고 싶어요 (SSO)](/admin-help/integrations/sso.md)
* [에이전트 도구 관리 화면의 모든 것](/admin-help/integrations/internal-systems.md)
* [API 키 관리 화면의 모든 것](/admin-help/integrations/api-keys.md)

## 여기서 답을 못 찾으셨다면

세금계산서·청구서 발행, 계약 조건 변경, 도입 문의는 담당자가 직접 도와드려요. **<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-help/video-guide.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.
