# 권한 및 보안

포건시에는 응용 프로그램 및 데이터의 보안을 보장하기 위해 인증 모드 및 권한 관리가 내장되어 있습니다.

* 인증 모드는 사용자를 식별하는 방법을 말하며 일반 인증 모드와 Windows 도메인 인증 모드로 나뉩니다.
* 권한 관리는 사용자가 권한이 있는 리소스에만 액세스할 수 있는 시스템 설정 보안 규칙 또는 정책입니다. 권한 관리는 페이지 및 데이터 권한으로 구분된 모든 사용자 및 암호 시스템에서 사용됩니다.


---

# 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.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.
