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

# 오빗웍스 기능 매뉴얼

- [1. 계약관리](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/1..md)
- [1-1. 계약 목록](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/1./1-1..md): 내가 관리하는 단지의 계약 상태, 계약 기간, 계약금액, 근로 인원 등을 한눈에 확인하고 단지별 상세 정보를 조회하는 방법을 안내합니다.
- [1-2 계약 신규 등록](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/1./1-2.md)
- [1-3 계약 이력](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/1./1-3.md): 선택한 단지의 계약 차수별 계약기간, 계약금액, 근로인원, 담당자, 계약상태 등을 확인하는 방법을 안내합니다.
- [1-4 대용량 업로드](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/1./1-4.md)
- [2. 단지관리](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/2..md)
- [2-1 단지 목록](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/2./2-1.md)
- [2-2 배치/폐지 관리](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/2./2-2.md)
- [2-3 배치/폐지 신고](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/2./2-3.md)
- [2-4 자산관리](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/2./2-4.md)
- [관리자 설정](https://orbitworks.gitbook.io/orbitworks-docs/undefined-2/undefined.md)


---

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