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

# 오빗웍스 약관 및 동의

- [오빗웍스 이용약관](https://orbitworks.gitbook.io/orbitworks-docs/undefined-3/undefined.md)
- [개인정보 이용동의](https://orbitworks.gitbook.io/orbitworks-docs/undefined-3/undefined-1.md): 💡 오빗웍스 서비스 제공을 위해 필요한 개인정보 항목과 이용 목적, 보유 기간을 안내합니다.  본사직원/현장근로자/현장관리자 유형별 수집 항목(현장 대상 주민등록번호 별도 동의 포함)도 함께 확인하실 수 있습니다.  \</aside>
- [고유식별정보(주민등록번호) 처리안내](https://orbitworks.gitbook.io/orbitworks-docs/undefined-3/undefined-2.md): 💡 현장근로자/현장관리자에 한해 위탁자가 아래 정보를 수집·이용합니다.  수집 목적, 보유 기간, 거부 시 제한 사항을 확인하세요.
- [광고성 정보 수신 동의(뉴스레터 포함)](https://orbitworks.gitbook.io/orbitworks-docs/undefined-3/undefined-3.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-3.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.
