> 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/clm/management/seal-management.md).

# 인감관리

{% hint style="danger" %}
인감 등록 및 삭제 기능은 해당 권한을 보유한 구성원만 사용할 수 있습니다.
{% endhint %}

### 인감 등록 <a href="#registraion" id="registraion"></a>

<figure><img src="/files/17n4J4XO3RjGUB6x8J1G" alt=""><figcaption></figcaption></figure>

* 서명·인감 메뉴 > 인감 승인 및 관리 메뉴에서 \[+ 신규 인감 등록] 버튼을 클릭하여 사용할 인감 이미지를 등록할 수 있습니다.
* 인감 등록에 필요한 필수 정보를 입력해 주세요.
* 인감 이미지는 배경을 제거한 뒤 등록해 주세요. &#x20;
* 전자서명에 사용할 인감은 날인 방식을 '전자 날인'으로 선택 후 등록해 주세요.
* 자동승인을 활성화하는 경우, 인감 사용 신청 시 별도 승인/반려 절차 없이 사용 가능합니다.

{% hint style="info" %}
인감 이미지 파일 형식은 PNG, GIF를 지원하며 1MB 이하의 파일만 등록 가능합니다.
{% endhint %}

***

### 등록 인감 내역 <a href="#list" id="list"></a>

<figure><img src="/files/NaQvaBqljRTTyHM2LOWP" alt=""><figcaption></figcaption></figure>

* 인감 정보 확인 : 목록 내 확인을 원하는 인감 항목을 클릭하여 정보를 확인할 수 있습니다.
* 수정 : 등록된 인감의 이름, 관리자, 종류를 수정할 수 있습니다. 날인 방식과 이미지는 수정할 수 없습니다.
* 사용불가 : 등록된 인감을 사용 불가 처리할 수 있습니다. 사용 불가 처리된 인감은 날인에 사용할 수 없습니다.\
  \&#xNAN;*<mark style="color:$info;">사용불가 옵션은 해당 인감의 관리자에게만 제공되며, 사용불가로 변경된 인감은 삭제, 수정이 비활성화되며 복사 기능만 사용할 수 있습니다.</mark>*
* 복사 : 기존 등록한 인감 이미지를 복사하여 새로 등록할 수 있습니다.
* 삭제 : 등록된 인감을 삭제할 수 있습니다.

{% hint style="danger" %}
사용 이력이 있는 인감은 수정 또는 삭제가 불가합니다.
{% endhint %}

***

### 인감 승인 <a href="#approval" id="approval"></a>

<figure><img src="/files/4aBkAOXnLW7QTJXJkAAD" alt=""><figcaption></figcaption></figure>

* 인감 사용을 신청한 내역을 확인하고, 이를 승인하거나 반려할 수 있습니다
* 목록에서 인감을 선택한 뒤 하단의 \[인감 사용신청 승인하기] 또는 \[인감 사용신청 반려하기] 버튼을 클릭하여 처리할 수 있습니다.
* 요청을 클릭하면 사용 신청 상세 항목을 확인할 수 있으며 관련 계약서로 이동할 수도 있습니다.

***

### 인감 사용 이력 <a href="#history" id="history"></a>

<figure><img src="/files/njtCgX8rRIpnueOMT5GG" alt=""><figcaption></figcaption></figure>

* 등록된 인감이 사용된 이력을 추적하고 확인할 수 있습니다.
* 목록에서 항목을 클릭하여 인감 사용 신청 상세 정보를 확인할 수 있습니다.


---

# 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/clm/management/seal-management.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.
