> 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).

# 사이드바

캔버스의 왼쪽과 오른쪽 사이드바에 무엇이 들어 있는지, 그리고 거기서 레이어, 채팅, 에셋에 접근하는 방법.

캔버스에는 양쪽에 사이드바가 있습니다. 왼쪽에는 파일에 있는 내용이 들어 있고, 오른쪽에는 선택한 항목으로 할 수 있는 작업이 들어 있습니다.

### 왼쪽 사이드바

상단에는 '레이어', '채팅', '에셋'의 세 탭이 있습니다. 각 탭에는 검색 상자, '전체'와 '즐겨찾기' 필터, 그리고 태그로 좁혀 보는 '필터' 드롭다운이 있습니다.

* 레이어: 캔버스의 모든 객체입니다. 하나를 클릭해 선택하거나, 마우스 오른쪽 버튼을 클릭해 '이름 바꾸기', '복제', '다음 형식으로 다운로드', '참조로 사용' 등 나머지 옵션을 사용할 수 있습니다.
* 채팅: 이 파일의 Copilot 대화입니다. 하나를 열면 캔버스 옆 패널에 표시되어 결과를 바로 끌어낼 수 있습니다. 참조 [Copilot에서 캔버스로 끌어다 놓기](/docs/kr/getting-started/copilot/copilot-to-canvas.md)
* 에셋: 여기에 업로드되거나 생성된 모든 항목입니다. 각 카드에는 유형이 표시되고, 비디오와 오디오의 경우 길이도 표시됩니다. Cmd-클릭 또는 Shift-클릭으로 여러 개를 선택할 수 있으며, 마우스 오른쪽 버튼을 클릭해 '태그 추가', '즐겨찾기에 추가', '폴더로 이동', '다운로드', '삭제'를 사용할 수 있습니다. 아래의 '에셋 업로드'를 사용하면 자신의 파일을 가져올 수 있습니다. 참조 [에셋 업로드](/docs/kr/getting-started/assets/upload-assets.md)

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

### 오른쪽 사이드바

캔버스에서 무언가를 선택하면 오른쪽 사이드바가 '세부 정보'로 열립니다.

* 도구: 선택 항목에 대해 실행할 수 있는 작업입니다. 예: '다시 생성', '비디오 만들기', '모델 만들기', '참조로 사용', '재조명', '카메라 각도', '크기 조정'. 목록이 길어지면 검색하세요
* 속성: 이를 만든 프롬프트, 유형, 모델, 화면 비율, 해상도, 파일 크기, 사용한 크레딧, 생성 시점이 표시됩니다.
* 업스케일: 해상도를 높입니다
* 다운로드: 형식을 선택해 저장하거나, 공유하려면 '링크 복사'를 사용하세요.

패널은 상황에 따라 달라지므로, 이미지, 비디오, 스케치는 각각 해당 항목에 적용되는 도구만 표시합니다.

이것이 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.
