> For the complete documentation index, see [llms.txt](https://orbitworks.gitbook.io/orbitworks-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/2./2-4.md).

# 2-4 자산관리

단지에 대여 중인 회사 자산(장비 등)의 현황, 대여처, 상태를 등록하고 관리하는 방법을 안내합니다.

### 메뉴 위치

단지 관리 > 자산관리

### 기능 설명

자산관리 화면은 회사가 보유한 자산을 등록하고, 어떤 단지에 대여되어 있는지 매칭하여 관리합니다.

테이블에는 관리번호, 항목(자산명), 모델명, 대여단지, 단지계약현황, 대여일, 상태, 담당자, 그리고 보기/수정/삭제 작업 컬럼이 표시됩니다. 검색 기능으로 특정 자산이나 단지를 빠르게 찾을 수 있고, "엑셀 다운로드"로 전체 자산 현황을 외부 파일로 내려받을 수 있습니다. "자산등록" 버튼을 통해 신규 자산을 등록합니다.

### 주요 장점

* 자산-단지 매칭 구조로, 어떤 장비가 어느 단지에 나가 있는지 한눈에 파악할 수 있습니다.
* 단지계약현황을 함께 표시하여, 계약이 종료된 단지에 자산이 남아있는지 점검할 수 있습니다.
* 담당자 컬럼을 통해 자산 회수·점검 책임자를 명확히 할 수 있습니다.
* 엑셀 다운로드로 자산 실사·재고 점검 자료를 빠르게 생성할 수 있습니다.

### 이용 방법

1. 좌측 메뉴에서 \[단지 관리] > \[자산관리]를 클릭합니다.
2. 신규 자산을 등록하려면 \[자산등록] 버튼을 클릭하고 항목, 모델명, 대여단지, 대여일, 담당자 등을 입력합니다.
3. 기존 자산을 확인하려면 검색창에 자산명 또는 단지명을 입력합니다.
4. 자산 정보를 수정하거나 삭제해야 할 경우, 해당 행의 \[수정]/\[삭제] 아이콘을 클릭합니다.
5. 전체 자산 현황이 필요하면 \[엑셀 다운로드] 버튼을 클릭합니다.

### 주의사항

* 계약이 종료된 단지의 자산은 회수 처리 후 상태를 갱신해야 자산 현황이 정확하게 유지됩니다.
* 자산 삭제는 되돌릴 수 없으므로, 실제 폐기/매각이 확정된 자산에 대해서만 진행해야 합니다.


---

# 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://orbitworks.gitbook.io/orbitworks-docs/undefined-2/2./2-4.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.
