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

# 둘러보기

- [개요](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)
- [자주 묻는 질문](https://morphic.com/docs/kr/getting-around/faqs.md): 기능과 워크플로부터 계정 및 플랫폼 기본 사항까지, Morphic 사용에 대한 일반적인 질문의 빠른 답변을 찾아보세요.


---

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