> 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/undefined/first-screen.md).

# 첫 화면 이해하기

### 첫 화면에서 먼저 이해할 내용

* 상단 바는 ORBRO OS의 공통 조작 영역입니다.
* 현재 선택한 `Building`, `공간`을 기준으로 앱을 사용하게 됩니다.
* 실행한 앱은 `실행 중인 앱 영역`과 메인 작업 화면에서 함께 확인합니다.
* 우측 공통 버튼에서는 즐겨찾기, 보기설정, 알림, 위젯, 프로필 메뉴를 사용할 수 있습니다.

***

### 상단 바 구성

상단 바 구성은 왼쪽에서 오른쪽 순서로 배치됩니다.

1. `Launchpad` 버튼
2. `Building 선택` 드롭다운
3. `공간 선택` 드롭다운
4. `실행 중인 앱 영역`
5. `즐겨찾기`
6. `보기설정`
7. `알림`
8. `위젯`
9. `프로필`

***

### 각 영역의 역할

#### Launchpad 버튼

* ORBRO OS에서 사용할 Application이나 설정 화면으로 이동할 때 여는 시작 버튼입니다.
* 필요한 앱을 실행할 때 가장 먼저 사용합니다.

#### Building 선택 드롭다운

* 현재 작업할 건물을 선택하는 영역입니다.
* 선택한 건물에 따라 이후 공간 목록과 앱 기준이 달라질 수 있습니다.

#### 공간 선택 드롭다운

* 현재 작업할 공간을 선택하는 영역입니다.
* 앱에서 조회하거나 설정하는 대상은 보통 여기에서 선택한 공간을 기준으로 동작합니다.

#### 실행 중인 앱 영역

* 현재 실행 중인 앱이 표시되는 영역입니다.
* 여러 앱을 열어 둔 경우 이 영역에서 작업 중인 앱을 전환할 수 있습니다.

#### 즐겨찾기

* 자주 사용하는 항목을 빠르게 확인하거나 이동할 때 사용하는 영역입니다.

#### 보기설정

* 화면에 표시할 객체, 장비, 이름, 크기를 조정하는 영역입니다.

#### 알림

* 시스템 또는 운영 중 발생한 알림을 빠르게 확인하는 영역입니다.

#### 위젯

* 날씨, 분석 결과, 집계 현황처럼 자주 보는 정보를 빠르게 확인하는 영역입니다.

#### 프로필

* 현재 로그인한 사용자 정보를 확인하는 메뉴입니다.
* 프로필 버튼을 누르면 사용자 정보와 `로그아웃` 버튼이 표시됩니다.

***

### 화면을 읽는 순서

1. `Building`과 `공간`이 현재 작업 대상과 맞는지 확인합니다.
2. 상단 `실행 중인 앱 영역`에서 어떤 앱이 열려 있는지 확인합니다.
3. 필요한 앱이 없다면 `Launchpad`를 눌러 앱을 실행합니다.
4. 우측 공통 버튼에서 즐겨찾기, 보기설정, 알림, 위젯이 필요한지 확인합니다.
5. 작업을 마칠 때는 프로필 메뉴에서 로그아웃할 수 있습니다.

***

### 참고해 주세요

* 프로젝트 구성에 따라 제공되는 앱 종류는 다를 수 있습니다.
* 같은 화면에서도 `Building`과 `공간` 선택 상태에 따라 보이는 정보가 달라질 수 있습니다.
* 여러 앱을 동시에 사용할 경우에는 상단 `실행 중인 앱 영역`에서 현재 작업 중인 앱을 먼저 확인하는 것이 좋습니다.


---

# 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/undefined/first-screen.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.
