# 비품 대여 관리하기

`아기고래 앱 홈` > `비품 대여 관리(관리자 메뉴)` 에서 대여 품목과 대여 현황을 관리할 수 있어요.

***

### 관리자가 할 수 있는 것

#### 품목 관리

* [품목 추가하기](/features/rental/manage/add-item.md) - 새로운 대여 품목 등록
* 품목 수정/삭제 - 기존 품목 정보 변경
* CSV 일괄 업로드 - 여러 품목을 한번에 등록/수정

#### 대여 관리

* [대여 현황 관리하기](/features/rental/manage/manage-rental.md) - 품목별 대여자 확인, 연체 관리
* 대여 승인/반려 - 승인 필요 품목의 대여 요청 처리
* 반납 요청 DM 발송 - 연체자에게 반납 요청 메시지 전송

***

### 시작하기

{% hint style="info" %}
비품 대여 기능을 사용하려면 먼저 대여 품목을 등록해야 해요.
{% endhint %}

1️⃣ [품목 추가하기](/features/rental/manage/add-item.md)에서 대여할 품목을 등록해 보세요

2️⃣ 품목이 등록되면 구성원들이 앱 홈에서 대여 신청을 할 수 있어요

3️⃣ [대여 현황 관리하기](/features/rental/manage/manage-rental.md)에서 대여 상태를 관리해 보세요


---

# 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.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.
