> For the complete documentation index, see [llms.txt](https://guide.allibee.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.allibee.ai/admin/permission/custom.md).

# 커스텀 권한 그룹

{% hint style="danger" %}
권한 추가/수정/삭제 기능은 해당 권한을 보유한 구성원만 사용할 수 있습니다.
{% endhint %}

{% @arcade/embed flowId="gZLXeSyqNHfFNbhGrOFJ" url="<https://app.arcade.software/share/gZLXeSyqNHfFNbhGrOFJ>" %}

* 권한 메뉴 상단의 \[+커스텀 권한 그룹 추가] 버튼을 클릭합니다.
* 커스텀 권한 그룹명을 입력하고 \[추가하기] 버튼을 클릭합니다.
* 신규 권한 그룹에 부여할 세부 권한을 체크박스를 통해 선택합니다.
* \[저장하기] 버튼을 클릭하여 그룹을 생성합니다.

{% hint style="info" %}
구성원 메뉴에서 구성원의 권한 그룹을 변경할 수 있습니다. ([자세히 알아보기](/admin/user.md))
{% 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://guide.allibee.ai/admin/permission/custom.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.
