> For the complete documentation index, see [llms.txt](https://docs.opsnow.io/dev-opsnow-user-guide-kr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsnow.io/dev-opsnow-user-guide-kr/setting/undefined-1/undefined-2.md).

# 역할

역할(Role)에서는 OpsNow가 제공하는 시스템 역할과, 오너 권한을 가진 사용자가 생성할 수 있는 커스텀 역할을 모두 확인하고 생성할 수 있습니다.

<figure><img src="/files/xVfk8Zn2GIakbyGdEyaw" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
**역할 탭**은 오너(Owner) 권한을 가진 사용자에게만 표시됩니다.
{% endhint %}

{% hint style="warning" %}
현재 역할 권한은 **"설정" 메뉴**에 한정되어 있지만, OpsNow는 역할 기반 접근 제어를 메뉴 단위 권한 설정 및 보다 세밀한 제어로 확장하는 작업을 진행하고 있습니다. 향후 업데이트를 기대해 주세요.
{% endhint %}

역할 메뉴에서 사용 가능한 기능

* **역할 추가**: 새로운 커스텀 역할을 생성할 수 있습니다.
* **역할 삭제**: 기존 커스텀 역할을 삭제할 수 있습니다.

역할 추가 시 사용 가능한 항목은 다음과 같습니다.

* **이름**: 역할 이름을 입력합니다.
* **조직**: 역할을 생성할 대상 조직을 선택합니다.
* **설명**: 역할에 대한 설명을 입력합니다.
* **메뉴 권한**: 메인 메뉴에 대한 권한을 설정할 수 있습니다.\
  (※ 이 기능은 향후 업데이트를 통해 추가될 예정입니다)
* **설정**: **\[설정]** 메뉴에 대한 권한을 설정할 수 있습니다. 사용자에게 필수적인 메뉴는 숨길 수 없습니다.


---

# 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.opsnow.io/dev-opsnow-user-guide-kr/setting/undefined-1/undefined-2.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.
