# 빌더 측에서 권한 설정

빌더에서 데이터 권한, 페이지 권한, 셀 권한을 설정할 수 있으며, 사용자는 권한이 부여된 리소스에만 액세스할 수 있습니다.

* 데이터 권한: 행 권한, 필드 권한 및 레코드 생성 권한을 포함합니다. 데이터 권한은 데이터 테이블에 설정됩니다.
* 페이지 권한: 각 페이지에 대한 사용자/그룹 액세스 권한을 설정합니다.
* 셀 권한: 각 역할의 사용자가 액세스할 수 있는 요소를 정확하게 제어하도록 설정된 셀 유형으로 셀에 대한 권한을 설정합니다.


---

# Agent Instructions: 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:

```
GET https://doc.forguncy.co.kr/distribute_permission/permissionsandsecurity/builder.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
