# 비품 대여

회사 내 비품을 간편하게 대여하고 반납할 수 있는 기능이에요.

노트북, 모니터, 회의용품 등 공용 비품을 슬랙에서 바로 신청하고 관리할 수 있어요. 관리자가 등록한 품목 중 필요한 것을 선택해서 대여 신청하면, 승인 후 사용할 수 있어요.

***

### 주요 기능

**구성원**

* 비품 대여 신청
* 내 대여 현황 확인 (대여중/승인대기/반납완료)
* 대기 알림 등록 (재고 없는 품목)
* 반납 처리

**관리자**

* 대여 품목 등록/수정/삭제
* CSV로 품목 일괄 등록
* 대여 승인/반려
* 대여 현황 및 연체 관리
* 반납 요청 DM 발송

***

### 이런 팀에게 추천해요

* 공용 장비(노트북, 모니터 등)를 여러 팀원이 돌아가며 사용하는 팀
* 비품 대여/반납 현황을 체계적으로 관리하고 싶은 팀
* 엑셀이나 수기 대장 대신 슬랙에서 간편하게 관리하고 싶은 팀

***

### 시작하기

{% hint style="info" %}
**관리자이신가요?** 먼저 [🧑‍💼 관리하기](/features/rental/manage.md) 페이지에서 대여 품목을 등록해주세요.
{% endhint %}

1️⃣ [비품 대여 신청하기](/features/rental/12-1.md) - 필요한 비품을 신청해 보세요

2️⃣ [내 대여 현황 확인하기](/features/rental/12-2.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.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.
