> For the complete documentation index, see [llms.txt](https://help.genesis.autify.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.genesis.autify.com/features-ko/navigation.md).

# 내비게이션

Autify Genesis에서는 왼쪽 사이드바와 오른쪽 메인 콘텐츠 영역을 사용하여 조직·워크스페이스·각 기능의 화면을 이동합니다. 각 영역의 역할을 파악해 두면 채팅, 스페이스, 워크플로, 설정으로 이동하기 쉬워집니다.

## 화면 구성 개요

Autify Genesis의 화면은 왼쪽의 **사이드바**와 오른쪽의 **메인 콘텐츠 영역**으로 구성되어 있습니다.

## 사이드바 구성

사이드바는 위에서부터 **헤더**·**콘텐츠**·**푸터**의 3가지 영역으로 구성되어 있습니다.

### 헤더

사이드바 상단에는 조직 전환, 알림, 사이드바 접기 / 펼치기가 표시됩니다.

### 콘텐츠

사이드바 중앙부에는 현재 표시 중인 페이지에 따라 콘텐츠가 전환됩니다.

* **워크스페이스 목록을 표시하고 있을 때**: 워크스페이스 전환이 표시됩니다. 워크스페이스 이름을 클릭하면 드롭다운이 열려 전환할 워크스페이스를 선택할 수 있습니다.
* **워크스페이스 안을 표시하고 있을 때**: 현재 작업 중인 영역에 따라 사이드바의 내용이 바뀝니다.
  * 워크스페이스 사이드바 상단에는 **대시보드** 링크가 표시됩니다.
  * **워크플로**에서는 최근 워크플로와 최근 실행이 표시됩니다.
  * **리소스 및 컨텍스트**에서는 최근 문서와 최근 아티팩트가 표시됩니다.
  * **스페이스**에서는 스페이스와 컬렉션 트리가 표시됩니다.
* 채팅 기록은 사이드바가 아니라 페이지 헤더의 **Genesis에게 질문**에서 엽니다.

<figure><img src="/files/ez0F36oz86lV5q441qua" alt="사이드바 콘텐츠 스크린샷"><figcaption><p>사이드바 콘텐츠</p></figcaption></figure>

### 푸터

사이드바 하단에는 로그인 중인 **사용자 이름**과 **역할**, **설정** 버튼이 표시됩니다. 사이드바를 펼치고 있을 때는 **도움말 및 지원**과 **피드백 보내기**도 개별 버튼으로 표시됩니다. 사이드바를 접은 상태에서도 이러한 동작은 아이콘에서 이용할 수 있습니다.

## 워크스페이스 안의 화면 구성

워크스페이스에 GitHub 리포지토리나 문서 등의 리소스가 등록되어 있는 경우, 또는 리소스 연결 화면을 건너뛴 경우에는 화면 상단에 **워크플로**와 **리소스 및 컨텍스트**가 표시됩니다. 조직에서 **스페이스**를 사용할 수 있는 경우에는 **스페이스**도 표시됩니다. 기본적으로 **워크플로** 탭이 선택됩니다.

<figure><img src="/files/fxQnnovDuEfWZDCFgeiO" alt="워크스페이스 안의 탭 스크린샷"><figcaption><p>워크스페이스 안의 탭</p></figcaption></figure>

페이지 헤더에는 **Genesis에게 질문**도 표시되며, 현재 보고 있는 페이지를 벗어나지 않고 사이드 패널로 채팅을 열 수 있습니다. 워크플로 에디터에서는 **AI 빌더**에서 빌더 채팅을 엽니다.

**리소스 및 컨텍스트** 안에서는 **파일**, **코드베이스**, **연동** 서브탭에서 업로드된 파일, 연결된 리포지토리, 워크스페이스 단위의 연동 설정을 한꺼번에 관리할 수 있습니다.


---

# 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://help.genesis.autify.com/features-ko/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.
