> 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/admin-security/permission.md).

# 메뉴 통제

메뉴 통제 화면에서는 **직원이 쓸 수 있는 메뉴**를 정할 수 있어요. 회사에서 쓰지 않기로 한 기능을 아예 안 보이게 할 때 씁니다.

## 시작하기 전에

* 이 기능은 **관리자**가 사용할 수 있어요.
* 관리자 왼쪽 메뉴의 **설정/보안 > 메뉴 통제**에서 들어갈 수 있습니다.

## 따라하기

### 1단계. 메뉴별로 허용 여부 정하기

서비스 상단에 보이는 메뉴가 목록으로 나옵니다. 끄면 직원 화면에서 그 메뉴가 사라져요.

**워크스페이스로 고르기** 를 쓰면 워크스페이스마다 다르게 정할 수 있습니다.

워크스페이스뿐 아니라 **사용자·부서 단위**로도 접근 권한을 정할 수 있어요. 메뉴별 권한 설정에서 **전체 · 허용 · 차단** 규칙으로 누가 쓸 수 있는지 관리합니다.

<figure><img src="https://285569235-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FVUV1kKgqv1vX6LI7NOQx%2Fuploads%2Fgit-blob-608fa468ded47b8e3a56170eceb44e000b37b3b9%2Fpermission-01.png?alt=media" alt=""><figcaption><p>1단계 화면</p></figcaption></figure>

## 헷갈리기 쉬운 것

**쓸 수 있는 AI 모델을 제한**하시려면 여기가 아니라 **AI 모델 통제** 입니다. 메뉴 통제는 **메뉴 자체**를 보이거나 감추는 기능이에요. → [AI 모델 통제](/admin-guide/admin-security/model-control.md)

## 다 되었어요!

정한 내용은 저장하면 바로 반영됩니다.

직원 화면에 그대로 보이면 다시 로그인하도록 안내해 주세요.

설정 하나하나와 자주 묻는 질문은 [**관리자 도움말**](https://docs.wrks.ai/admin-help)에 정리돼 있어요.


---

# 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/admin-security/permission.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.
