# 구성원 간 기기 양도/할당하기

구성원이 QR코드 접근을 통해 직접 기기 사용자 변경 요청을 할 수 있습니다.

## 사용자가 없는 기기를 구성원이 직접 할당 요청하기

{% stepper %}
{% step %}

#### QR코드로 접근하기

사용자가 없는 기기에 QR코드로 접근하면, `이 기기를 나에게 할당하기` 버튼이 보입니다.

<figure><img src="/files/90dVdf7A7NtgSv0uIEXq" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 승인 요청을 보낼 중간 관리자 선택 및 사유 입력

* 할당 신청시 선택에 따라 승인 요청을 보낼 중간 관리자를 선택할 수 있습니다. 필요시 요청 사유를 입력할 수 있습니다.
* 중간 관리자는 심플리의 관리자 여부와 무관하게 선택할 수 있습니다.

<figure><img src="/files/7tU7fBvZ2oOqaJKSET6R" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### (선택) 중간 관리자의 변경 승인 및 거절

* 중간 관리자는 요청 알림을 받으며, 승인 및 거절이 가능합니다.
* 중간 관리자가 승인 시 심플리 관리자에게 최종 승인 알림이 발송됩니다.
* 중간 관리자를 여러명을 선택했을때는 모두 승인해야 최종 승인 단계로 넘어갑니다.

<figure><img src="/files/CwNbDSm4oQWqLl0L56Tc" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 심플리 관리자의 최종 승인

최종 승인은 심플리의 관리자가 진행하며, 관리자 중 한명만 승인/거절하더라도 최종 반영됩니다.

<figure><img src="/files/MnLyjLaEm7hNSRra6LpB" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

## 본인 기기를 다른 구성원에게 양도 요청하기

{% stepper %}
{% step %}

#### QR코드로 접근하기

본인이 사용자로 등록되어있는 기기에 QR코드로 접근하면 `이 기기를 다른 사람에게 양도하기` 버튼이 보입니다.

<figure><img src="/files/S3UP30H5xrNVRA5sYhrH" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### 양도할 구성원 선택 및 요청 사유 작성

* 양도 신청시 선택에 따라 승인 요청을 보낼 중간 관리자를 선택할 수 있습니다. 필요시 요청 사유를 입력할 수 있습니다.
* 중간 관리자는 심플리의 관리자 여부와 무관하게 선택할 수 있습니다.

<figure><img src="/files/FPGWFJwJWvqhZlzT8x8w" alt="" width="375"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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://docs.smply.one/it-device/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.
