> For the complete documentation index, see [llms.txt](https://morphic.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://morphic.com/docs/kr/getting-around/sidebars.md).

# 사이드바

### 왼쪽 사이드바: 레이어 및 에셋

왼쪽 사이드바에는 레이어 패널이 있으며, 이는 캔버스의 구조적 구성 요소를 관리하는 데 자주 사용하는 공간입니다.

주요 기능:

* **탐색 및 정리**: 모든 이미지, 에셋, 도형을 보고 관리하세요.
* **선택**: 레이어를 클릭해 캔버스에서 해당 레이어에 집중하거나 편집하세요.
* **검색**: 내장 검색창을 사용해 특정 레이어를 빠르게 찾으세요.
* **에셋 추가 또는 가져오기**: 오른쪽 상단의 ‘+’ 아이콘을 클릭하여 프로젝트에 새 에셋을 쉽게 추가하거나 가져올 수 있습니다.

이 사이드바를 캔버스를 위한 미니 프로젝트 탐색기로 생각해 보세요. 정리와 효율성을 유지하는 데 도움이 됩니다.

### 오른쪽 사이드바: 세부 정보, 도구 및 작업

오른쪽 사이드바는 상황에 따라 달라지며, 선택한 아트보드나 오브젝트에 따라 동적으로 업데이트됩니다. 이 사이드바에는 심도 있는 편집에 필요한 도구와 작업이 모여 있습니다.

주요 기능:

* **세부 정보**: 선택한 아트보드 또는 에셋(하나 이상의 이미지, 비디오, 오디오)과 관련된 설정이나 프롬프트를 보고 조정하세요. 이 탭은 모든 아트보드에서 사용할 수 있습니다. 프롬프트(한 번의 클릭으로 복사 가능), 유형, 형식, 해상도, 스타일, 파일 크기를 포함한 생성 정보를 표시합니다.
* **아트보드별 도구**: 선택한 콘텐츠 유형에 따라 달라지는 동적 옵션(예: 모델 생성, 비디오 생성, 선택 도구, 분할 도구, 크기 조정).
* **빠른 작업**: 업스케일, 내보내기 등 자주 사용하는 작업 도구에 빠르게 접근하세요.
  * **업스케일**: 품질을 유지한 채 해상도를 높여 더 선명하고 고품질의 에셋을 만듭니다.
  * **내보내기**: 아트보드 또는 특정 레이어를 다양한 형식(이미지, 비디오, 프레임)으로 내보내 쉽게 공유할 수 있습니다.
* **고급 속성**: 변형 또는 모델 조정을 위한 설정에 접근합니다(해당하는 경우).

각 도구는 콘텐츠 유형(이미지, 비디오, 스케치)에 맞게 조정되어, 보다 집중적이고 맞춤화된 경험을 위해 관련 컨트롤만 표시합니다.

### 간단 요약

* **왼쪽 사이드바**: 구조를 제공하고 레이어와 에셋을 효율적으로 정리하고 접근할 수 있게 해줍니다.
* **오른쪽 사이드바**: 선택한 아트보드나 오브젝트에 맞춘 상황별 도구와 작업을 제공합니다.

문제가 있거나 궁금한 점이 있으면 언제든지 문의해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 연락해 주세요: [**support@morphic.com**](mailto:support@morphic.com)**.**


---

# 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://morphic.com/docs/kr/getting-around/sidebars.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.
