> For the complete documentation index, see [llms.txt](https://or-orbro-guide.gitbook.io/orbro-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://or-orbro-guide.gitbook.io/orbro-guide/settings/admin-settings.md).

# 관리자 설정

### 관리자 설정에서 주로 하는 일

* 워크스페이스 운영 기준 확인
* 네트워크 연결 상태와 인터페이스 설정 확인
* 사용자와 그룹 관리
* 알림 설정
* 조건 생성과 관리
* 개발 연동 정보 확인

***

### 하위 메뉴

* `일반`
* `네트워크`
* `사용자`
* `알림`
* `조건`
* `개발자`

***

### 사용 순서

1. 관리자 권한으로 로그인합니다.
2. 필요한 설정 메뉴를 선택합니다.
3. 현재 설정값을 확인합니다.
4. 필요한 항목을 수정한 뒤 저장합니다.
5. 변경 사항이 실제 운영 화면에 미치는 영향을 함께 확인합니다.

***

### 참고해 주세요

관리자 설정은 여러 사용자와 운영 화면에 영향을 줄 수 있으므로, 변경 전에 적용 범위를 먼저 확인하는 것이 좋습니다.

네트워크 메뉴의 설정은 ORBRO OS 접속, 장비 연동, 영상 스트리밍, API/MQTT 연동에 영향을 줄 수 있습니다. 현장 네트워크 담당자와 설정값을 확인한 뒤 변경하는 것을 권장합니다.


---

# 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://or-orbro-guide.gitbook.io/orbro-guide/settings/admin-settings.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.
