# 데이터 권한

데이터 권한에는 행 권한, 필드 권한 및 레코드 만들기 권한이 포함됩니다. 데이터 사용 권한은 데이터 테이블에 설정됩니다.

* [행 권한](/forguncy-v9/dist_auth/permissionsandsecurity/builder/dataright/row.md): 사용자가 조작할 수 있는 행을 제어합니다.
* [권한:](/forguncy-v9/dist_auth/permissionsandsecurity/builder/dataright/column.md) 사용자가 조작할 수 있는 열(필드)을 제어합니다.
* [데이터 추가/생성 권한 편:](/forguncy-v9/dist_auth/permissionsandsecurity/builder/dataright/adddata.md) 사용자 또는 역할이 레코드를 만들 수 있는 권한을 제어합니다.

행 및 필드 권한을 사용하면 특정 데이터에 대한 사용 권한을 정확하게 제어할 수 있습니다.


---

# 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/forguncy-v9/database/dataright.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.
