> For the complete documentation index, see [llms.txt](https://or-orbro-guide.gitbook.io/orbro-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://or-orbro-guide.gitbook.io/orbro-guide/trouble-shoot/permission-issue.md).

# 권한 문제

### 자주 발생하는 증상

* 특정 메뉴가 보이지 않습니다.
* 버튼은 보이지만 클릭할 수 없습니다.
* 저장이나 수정이 되지 않습니다.
* 다른 사용자는 보이는 기능이 내 화면에는 없습니다.

### 확인 순서

1. 현재 로그인한 계정이 맞는지 확인합니다.
2. 해당 기능이 관리자 전용인지 확인합니다.
3. 사용자 관리에서 계정 상태를 확인합니다.
4. 그룹 관리에서 소속 그룹과 권한 범위를 확인합니다.
5. 최근 권한 변경 이력이 있는지 관리자에게 확인합니다.

### 함께 확인할 메뉴

* `사용자 관리`
* `그룹 관리`
* `관리자 설정`

### 해결되지 않을 때

메뉴 이름, 발생 시각, 사용한 계정, 보이지 않는 기능을 정리해 관리자에게 전달해 주세요.


---

# 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://or-orbro-guide.gitbook.io/orbro-guide/trouble-shoot/permission-issue.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.
