> 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-started/navigating-the-canvas/sidebars.md).

# 사이드바

Canvas에는 양쪽에 사이드바가 있습니다. 왼쪽에는 파일에 있는 내용이 표시되고, 오른쪽에는 선택한 항목으로 할 수 있는 작업이 표시됩니다.

### 왼쪽 사이드바

상단에는 'Layers', 'Chats', 'Assets'의 세 개 탭이 있습니다. 각각 검색 상자, 'All' 및 'Favorites' 필터, 그리고 태그로 좁혀 볼 수 있는 'Filters' 드롭다운이 있습니다.

* Layers: 캔버스 위의 모든 객체입니다. 하나를 클릭해 선택하거나, 마우스 오른쪽 버튼을 클릭해 'Rename', 'Duplicate', 'Download as', 'Use as reference' 등의 옵션을 사용할 수 있습니다
* Chats: 이 파일의 Copilot 대화입니다. 하나를 열면 캔버스 옆 패널에 표시되므로 결과를 바로 끌어낼 수 있습니다. 참조: [Copilot에서 Canvas로 끌어다 놓기](/docs/kr/getting-started/copilot/copilot-to-canvas.md)
* Assets: 여기에서 업로드되었거나 생성된 모든 항목입니다. 각 카드에는 유형이 표시되고, 오디오의 경우 길이도 표시됩니다. 아래의 'Upload assets'로 직접 파일을 추가할 수 있습니다. 참조: [자산 업로드](/docs/kr/getting-started/assets/upload-assets.md)

더 많은 공간이 필요할 때는 오른쪽 상단 모서리의 아이콘으로 패널을 접으세요.

### 오른쪽 사이드바

캔버스에서 항목을 선택하면 오른쪽 사이드바가 'Details'로 열립니다.

* Tools: 선택 항목에 대해 실행할 수 있는 기능입니다. 예: 'Regenerate', 'Create video', 'Create model', 'Use as reference', 'Relight', 'Camera angle', 'Resize'. 목록이 길어지면 검색하세요
* Properties: 이를 만든 프롬프트와 함께 유형, 모델, 가로세로 비율, 치수, 크기, 사용한 크레딧, 생성 시점이 표시됩니다
* Upscale: 해상도를 높입니다
* Download: 형식을 선택해 저장하거나, 공유하려면 'Copy link'를 사용하세요

이 패널은 상황에 따라 달라지므로, 이미지, 비디오, 스케치는 각각 자신에게 적용되는 도구만 표시됩니다.

이것이 Morphic에서 사이드바가 작동하는 방식입니다. 왼쪽은 찾는 데 사용하고, 오른쪽은 그 항목에 작업을 수행하는 데 사용하세요.

***

문제가 있거나 궁금한 점이 있으시면 언제든지 연락해 주세요. 기꺼이 도와드리겠습니다. 다음 주소로 문의해 주세요: [**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-started/navigating-the-canvas/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.
