> For the complete documentation index, see [llms.txt](https://karbon-2.gitbook.io/karbon_-_v.0.1/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://karbon-2.gitbook.io/karbon_-_v.0.1/tutorial/dash-board/account/unit.md).

# 유닛 관리(Unit)

## 유닛이란?

지갑을 관리할 수 있는 팀(부서) 또는 프로젝트 작업을 공간 의미해요. 각 유닛마다 이용자 권한이 존재하며 해당 유닛 이용자만 접근 권한이 가능해요.

## 유닛 생성

{% hint style="warning" %} <mark style="color:orange;">해당 서비스 이용은 고객사 계정 중 '마스터 계정'만 이용할 수 있어요.</mark>
{% endhint %}

### &#x20;  STEP 1. 유닛 관리 페이지 접속

* 계정 설정(LNB) > 유닛 관리(Tab) 클릭해 주세요.&#x20;
* 유닛 관리에서 유닛 생성을 할 수 있어요.

<figure><img src="/files/5PPPY1yKaBgxmOlkwwNB" alt=""><figcaption></figcaption></figure>

### &#x20;  STEP 2. 유닛 생성(팝업)

* <img src="/files/FrXl9U67Lh88TeUjwYoX" alt="" data-size="line"> 버튼을 클릭해 주세요.
* 클릭 시 유닛 생성 팝업이 호출돼요.
* 유닛명 및 유닛 설명을 작성 후 유닛 생성을 클릭 해주세요.
* OTP 인증 완료 후 유닛 생성 완료됩니다.

<figure><img src="/files/8BOGMldC4Q5wE5SBJ1Rk" alt=""><figcaption></figcaption></figure>

##

## 유닛 정보 변경

{% hint style="warning" %} <mark style="color:orange;">해당 서비스 이용은 고객사 계정 중 '마스터 계정'만 이용할 수 있어요.</mark>
{% endhint %}

### &#x20;  STEP 1. 유닛 정보(팝업)

* 유닛 관리 테이블 리스트에서 행을 클릭 시 정보 팝업이 출력돼요.
* 유닛명, 유닛 설명을 수정할 수 있어요.
* 정보 변경 후 저장 클릭 시 OTP 인증을 완료하면 유닛 정보가 변경돼요.

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

## 유닛 삭제

{% hint style="warning" %} <mark style="color:orange;">해당 서비스 이용은 고객사 계정 중 '마스터 계정'만 이용할 수 있어요.</mark>
{% endhint %}

### &#x20;  STEP 1. 유닛 삭제(팝업)

* 삭제버튼을 클릭해 주세요.
* 클릭 시 유닛 삭제를위한  OTP 인증팝업이 호출돼요.
* OTP 인증 번호 입력 후 완료 클릭 시 삭제가 완료돼요.

<figure><img src="/files/erptixT0s0IbojEHu3QI" 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://karbon-2.gitbook.io/karbon_-_v.0.1/tutorial/dash-board/account/unit.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.
