> For the complete documentation index, see [llms.txt](https://creco-1.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://creco-1.gitbook.io/docs/episode/mode.md).

# 뷰어 모드

## 비교 모드

<div align="center" data-full-width="true"><figure><img src="/files/6rcqDI0MTgqQqtG2YCak" alt=""><figcaption></figcaption></figure></div>

* 비교 모드에서는 뷰어 추가를 통해 공정 및 버전 별로 비교가 가능합니다.
* 뷰어 공유 : 현재 비교 모드의 뷰어 상태가 유지된 채로 URL 링크 복사가 가능합니다.
* 사이드 뷰어 추가
  * 일반적인 뷰어 추가와 다르게 다른 에피소드도 확인이 가능합니다.
  * 사이드 뷰어는 최대 2개까지 추가 가능합니다.

### 스크롤 동기화 기능

<table><thead><tr><th width="159.94921875">항목</th><th width="95.65625">아이콘</th><th>설명</th></tr></thead><tbody><tr><td>모든 영역 동기화<br>켜기 / 끄기</td><td><img src="/files/Mt8P2TVOJ4PySXGVEBKY" alt="" data-size="original"></td><td><ul><li>켜진 상태에서는 모든 뷰어의 스크롤 상태가 동기화되지만, 꺼진 상태에서는 기준 뷰어로만 스크롤이 동기화 됩니다.</li><li>공정 및 버전 별로 같은 작업 영역을 비교하기에 적합합니다.</li></ul></td></tr><tr><td>스크롤 동기화<br>켜기 / 끄기</td><td><img src="/files/h32XyTBn1Qhv5ig1vb37" alt="" data-size="original"></td><td><ul><li>켜진 상태에서는 기준 뷰어에서 스크롤이 동기화되지만, 꺼진 상태에서는 모든 뷰어에서 개별적으로 스크롤됩니다.</li><li>특정 뷰어만 다른 영역을 조회하는 경우 적합합니다.</li></ul></td></tr><tr><td>페이지 동기화<br>켜기 / 끄기</td><td><img src="/files/7At2NErWy8F6PWKLckbT" alt="" data-size="original"></td><td><ul><li>켜진 상태에서는 기준 뷰어에서 페이지 단위로 스크롤이 동기화되지만, 꺼진 상태에서는 전체 이미지 단위로 스크롤됩니다.</li><li>공정 및 버전마다 페이지 높이가 다른 경우 비교하기에 적합합니다.</li></ul></td></tr></tbody></table>

## 가로 뷰어 모드

<figure><img src="/files/4YIce0oNUldqEBmqBSwB" alt=""><figcaption></figcaption></figure>

* 가로 뷰어 모드에서는 페이지를 가로로 정렬하여 한 눈에 조회가 가능합니다.
* 정보 : 현재 선택된 버전의 정보 확인이 가능합니다.
* 뷰어 공유 : 현재 가로 모드의 뷰어 상태가 유지된 채로 URL 링크 복사가 가능합니다.
* 페이지 선택 : 툴바의 페이지 선택을 통해 원하는 페이지만 골라서 보는게 가능합니다.


---

# 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:

```
GET https://creco-1.gitbook.io/docs/episode/mode.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
