# 라이선스 및 권한 할당

SmallBuilder Documents는 10개의 라이선스를 무료로 제공하고 있습니다. 제품을 사용하기 전에 각 사용자가 제품에 접근할 수 있도록 SmallBuilder Documents 라이선스와 권한 집합을 할당해야 합니다.

{% hint style="info" %}
샌드박스에서는 라이선스 제한이 없기 때문에, 사용자에게 라이선스를 할당하지 않아도 제품을 사용할 수 있습니다.
{% endhint %}

### 라이선스 할당

SmallBuilder Documents 정식 라이선스는 사용자당 부여되어야 합니다. 라이센스를 부여하는 방식은 다음과 같습니다:

1. 설정에서 빠른 찾기 상자에 **설치된 패키지**를 입력한 후 **설치된 패키지**를 선택합니다.
2. SmallBuilder Documents를 찾아 **라이센스 관리**를 클릭합니다.
3. **사용자 추가**를 눌러 원하는 사용자를 선택합니다.
4. **추가**를 클릭합니다.

### 권한 집합 할당

SmallBuilder Documents는 두 가지 권한 집합을 제공합니다. 사용자의 역할에 맞는 권한 집합을 적절히 할당해 주세요. 제품 기능을 원활하게 사용하려면 반드시 권한 집합을 할당해야 합니다.

#### SmallBuilder Documents Manager

SmallBuilder Documents Manager 권한 집합은 조직 내 관리자가 SmallBuilder Documents의 전체 관리를 쉽게 수행할 수 있도록 설계되었습니다. 이 권한 집합을 할당받은 관리자는 템플릿을 구성하거나 버튼을 추가하는 등의 작업을 원활하게 진행할 수 있습니다.

#### SmallBuilder Documents User

SmallBuilder Documents User 권한 집합은 추가된 버튼을 클릭하여 문서를 확인할 수 있습니다. Page Layout별로 버튼 구성을 다르게 하여 사용자 유형 별로 문서 접근 권한을 설정할 수 있습니다. 이 권한 집합을 통해 사용자는 간편하게 문서를 생성할 수 있습니다.


---

# 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://help.smallbuilder.com/ko/smallbuilder-documents/start-with/undefined.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.
