> 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-1.md).

# 2-1 단지 목록

회사가 계약 중이거나 계약이 종료된 모든 관리단지를 한눈에 확인하고, 단지 병합 및 엑셀 다운로드까지 처리하는 방법을 안내합니다.

### 메뉴 위치

단지 관리 > 단지 목록

### 기능 설명

단지 목록 화면 상단에는 "계약중", "종료예정", "전체단지" 카운트 카드가 표시되어 전체 단지 현황을 숫자로 즉시 파악할 수 있습니다.

테이블에는 지역, 주소, 단지명, 건물유형, 소장명, 연락처, 총 계약기간, 최초 계약일, 계약상태, 세대수 컬럼이 표시되며, 단지명을 클릭하면 해당 단지의 상세 정보(계약 이력, 배치/폐지 이력 등)로 이동할 수 있습니다.

"단지 병합" 기능은 같은 단지가 중복 등록되었거나 명칭이 변경되어 여러 건으로 분리 등록된 경우, 하나의 단지로 통합 관리할 수 있도록 지원합니다. "엑셀 다운로드" 버튼으로 현재 목록을 엑셀 파일로 내려받아 보고서나 외부 공유용 자료로 활용할 수 있습니다.

### 주요 장점

* 계약중/종료예정/전체단지 카운트를 통해 영업 및 재계약 대응이 필요한 단지를 빠르게 파악할 수 있습니다.
* 단지명 클릭만으로 해당 단지의 계약·인력·자산 정보를 연결해서 확인할 수 있습니다.
* 단지 병합 기능으로 중복 데이터를 정리하여 데이터 정합성을 유지할 수 있습니다.
* 엑셀 다운로드로 외부 보고용 자료를 별도 작업 없이 생성할 수 있습니다.

### 이용 방법

1. 좌측 메뉴에서 \[단지 관리] > \[단지 목록]을 클릭합니다.
2. 상단 카운트 카드에서 계약중/종료예정/전체단지 현황을 확인합니다.
3. 필요 시 검색 또는 필터를 사용해 원하는 단지를 찾습니다.
4. 단지명을 클릭하여 해당 단지의 상세 정보를 확인합니다.
5. 중복 단지가 있는 경우 \[단지 병합] 버튼을 눌러 통합합니다.
6. 목록을 외부로 공유해야 할 경우 \[엑셀 다운로드] 버튼을 클릭합니다.

### 주의사항

* 단지 병합은 되돌리기 어려운 작업이므로, 병합 전 두 단지의 계약·인력 정보가 실제로 동일한 단지인지 반드시 확인해야 합니다.
* 종료예정 단지는 계약 만료일을 기준으로 자동 분류되므로, 재계약이 확정되면 계약 정보를 먼저 갱신해야 카운트가 정확해집니다.


---

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