# 이동하기

- [개요](https://morphic.com/docs/kr/getting-around/overview.md)
- [캔버스 탐색](https://morphic.com/docs/kr/getting-around/navigating-the-canvas.md): 캔버스는 비디오, 이미지 시퀀스, 레이아웃 같은 콘텐츠를 만들고, 탐색하고, 편집하는 곳입니다. 캔버스를 효율적으로 탐색하면 더 빠르게 작업하고 정리된 상태를 유지하는 데 도움이 됩니다.
- [프롬프트 바](https://morphic.com/docs/kr/getting-around/prompt-bar.md): Morphic의 프롬프트 바를 사용하면 프롬프트를 작성하고, 가로세로 비율, 스타일, 캐릭터 모델, 창의성, 변형, 카메라 각도 같은 설정을 생성물에 맞게 조정할 수 있습니다.
- [사이드바](https://morphic.com/docs/kr/getting-around/sidebars.md): Morphic의 사이드바는 아트보드별 도구와 설정에 빠르게 접근할 수 있게 해 워크플로를 간소화합니다.
- [프로젝트](https://morphic.com/docs/kr/getting-around/projects.md): Morphic의 프로젝트를 사용하면 작업을 주제, 고객, 목표별로 정리할 수 있어 관련 파일을 함께 보관하고 체계적으로 관리할 수 있습니다.
- [파일](https://morphic.com/docs/kr/getting-around/files.md): Morphic의 파일은 각 장면이나 아이디어를 개별적으로 관리할 수 있게 해줍니다. 파일을 생성, 이름 변경, 전환, 삭제할 수 있으며, 각 파일은 집중적이고 체계적인 작업을 위한 고유한 캔버스를 갖습니다.
- [에셋 업로드](https://morphic.com/docs/kr/getting-around/upload-assets.md)
- [섹션](https://morphic.com/docs/kr/getting-around/section.md): Morphic의 섹션은 작업이 커질수록 캔버스를 정리된 상태로 유지해 주는 컨테이너입니다. 어떤 에셋이든 이름이 지정된 섹션으로 그룹화하고, 내용을 배열하고, 모든 것을 하나의 단위로 함께 이동하세요.
- [맥락 검색](https://morphic.com/docs/kr/getting-around/contextual-search.md)
- [설정](https://morphic.com/docs/kr/getting-around/settings.md)
- [일반](https://morphic.com/docs/kr/getting-around/settings/general.md): 일반 탭에서는 조직의 일반 설정을 관리할 수 있습니다. 이 탭에서 조직 이름을 지정하거나 삭제할 수 있습니다.
- [멤버](https://morphic.com/docs/kr/getting-around/settings/members.md): 멤버 탭에서 조직 구성원과 그들의 역할을 관리할 수 있습니다.
- [요금제](https://morphic.com/docs/kr/getting-around/settings/plans.md): 요금제를 사용하면 요금제를 쉽게 비교하고 관리할 수 있습니다. 업그레이드나 다운그레이드도 쉽게 할 수 있습니다. 도움이 필요하면 지원팀에 문의하세요.
- [결제 및 사용량](https://morphic.com/docs/kr/getting-around/settings/billing-and-usage.md): 결제 탭에서는 요금제를 관리하고, 결제 정보를 확인 및 변경하고, 청구서 내역을 확인하며, 요금제와 갱신 세부정보를 한눈에 볼 수 있습니다.
- [프로필](https://morphic.com/docs/kr/getting-around/settings/profile.md)
- [FAQ](https://morphic.com/docs/kr/getting-around/faqs.md): 기능과 워크플로부터 계정 및 플랫폼 기본 사항까지, Morphic 사용에 대한 자주 묻는 질문에 대한 빠른 답변을 확인하세요.


---

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