> 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/home-navigation.md).

# 기본 화면 이동 방법

### 기본 이동 방법

1. 상단 바에서 `Building`과 `공간`이 현재 작업 대상과 맞는지 확인합니다.
2. 필요한 앱이 열려 있지 않으면 `Launchpad` 버튼을 클릭합니다.
3. 사용할 `Application`을 실행합니다.
4. 상단 `실행 중인 앱 영역`에서 현재 열려 있는 앱을 확인하고 필요한 앱으로 전환합니다.
5. 작업 중 필요하면 `즐겨찾기`, `보기설정`, `알림`, `위젯`을 사용합니다.
6. 설정이나 관리자 작업이 필요하면 `Launchpad`에서 관련 설정 화면을 실행합니다.

***

### 자주 사용하는 이동 동작

* `Launchpad` 열기
* `Building` 변경하기
* `공간` 변경하기
* 실행 중인 앱 전환하기
* 즐겨찾기 열기
* 보기설정 열기
* 알림 확인하기
* 위젯 열기
* 프로필 메뉴 열기
* 로그아웃하기

***

### 화면을 읽는 순서

* 먼저 상단 바에서 현재 `Building`, `공간`, 실행 중인 앱을 확인합니다.
* 그다음 메인 작업 영역에서 앱 내용을 확인합니다.
* 필요한 앱이 더 있으면 `Launchpad`를 열어 추가 실행합니다.
* 작업이 끝나면 프로필 메뉴에서 로그아웃할 수 있습니다.

***

### 이동할 때 주의할 점

* 권한에 따라 일부 Application 또는 설정 메뉴가 보이지 않을 수 있습니다.
* 같은 앱이라도 `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/home-navigation.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.
