# 대여 현황 관리하기

`아기고래 앱 홈` > `비품 관리` 에서 품목별 대여 현황을 확인하고 관리할 수 있어요.

***

### 품목별 대여 현황 보기

앱 홈의 `비품 관리` 화면 하단에서 등록된 비품 목록을 확인할 수 있어요.

<figure><img src="/files/Q3la17ZMVHgE3MYMUbsT" alt="앱 홈 - 품목 목록" width="375"><figcaption></figcaption></figure>

품목을 클릭하면 상세 대여 현황을 볼 수 있어요:

* 현재 대여자 목록
* 대여 수량 및 반납 예정일
* 연체 여부 (D-day 표시)

<figure><img src="/files/dnSS3Ysvsj0LUCiucYHw" alt="품목별 대여 현황 모달" width="375"><figcaption></figcaption></figure>

***

### 연체 관리하기

반납 기한이 지나면 `연체` 상태가 돼요. 품목별 대여 현황에서 연체 내역을 확인할 수 있어요.

* 🔴 **연체 N일**: 반납 기한 초과

<figure><img src="/files/I0n5NWSrMMXWOh0eSZm5" alt="품목별 대여 현황 - 연체 표시" width="375"><figcaption></figcaption></figure>

#### 반납 요청 DM 보내기

반납이 연체된 대여자에게 반납을 요청하는 DM을 발송할 수 있어요. 방법은 아래와 같아요.

1. 품목별 대여 현황 모달 열기
2. 연체된 대여 항목의 `반납 요청` 버튼 클릭
3. 대여자에게 아래와 같이 반납 요청 DM이 전송돼요

<figure><img src="/files/cp9feTPOIPni8KVeIrB5" alt="반납 요청 DM" width="375"><figcaption></figcaption></figure>

{% hint style="warning" %}
연체가 지속되면 다른 구성원이 해당 품목을 대여할 수 없어요. 정기적으로 연체 현황을 확인해주세요!
{% endhint %}


---

# 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.babywhale.io/features/rental/manage/manage-rental.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.
