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

# 기능

- [쓸 수 있는 AI 모델 정하기](https://docs.wrks.ai/admin-help/features/model-control.md): 관리자 > AI 모델 통제 에서 어떤 AI 모델을 누가 쓸 수 있는지 정합니다.
- [에이전트 관리 화면의 모든 것](https://docs.wrks.ai/admin-help/features/agents.md): 증상을 먼저 나눠 보세요. 확인할 곳이 다릅니다.
- [AI 모델 스마트 라우팅이 무엇인가요](https://docs.wrks.ai/admin-help/features/smart-routing.md): 질문 난이도에 맞춰 AI 모델을 자동으로 골라주는 기능이에요.
- [스킬 관리 화면에서 할 수 있는 것](https://docs.wrks.ai/admin-help/features/skills.md): 반복하는 업무의 처리 방법을 정리해 둔 것이에요.
- [공지사항 관리 화면의 모든 것](https://docs.wrks.ai/admin-help/features/notices.md): 켜두면 직원이 웍스AI에 들어올 때마다 팝업이 뜹니다.
- [웍스AI Desk를 직원이 쓰게 할까요](https://docs.wrks.ai/admin-help/features/wrks-desk.md): 관리자 > 맞춤 설정 의 웍스AI Desk 를 켜면 직원이 데스크톱 앱에 회사 계정으로 로그인할 수 있어요. 끄면 앱 로그인이 즉시 막힙니다.
- [웍스 드라이브 — 관리자가 알아야 할 것](https://docs.wrks.ai/admin-help/features/drive.md): 웍스 드라이브는 직원들이 회사 파일을 올려 두고 에이전트와 함께 쓰는 공간이에요.
- [비서 기능이 없어졌어요](https://docs.wrks.ai/admin-help/features/assistant-sunset.md): 비서는 종료됐어요. 앞으로는 에이전트를 쓰시면 됩니다.


---

# 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/features.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.
