> 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/prompt-bar.md).

# 프롬프트 바

Morphic의 프롬프트 바에서는 프롬프트를 작성하고, 생성에 사용할 종횡비, 스타일, 캐릭터 참조, 창의성, 변형, 카메라 각도 같은 설정을 조정할 수 있습니다.

프롬프트 바는 Morphic에서 생성물을 만들고 사용자 지정하는 데 사용하는 주요 도구입니다. 사용할 수 있는 프롬프트 바에는 두 가지 유형이 있습니다:

* **전역 프롬프트 바**
  * 인터페이스 하단에 위치
  * 여기에 프롬프트를 작성하고 일반 설정을 조정합니다
  * 이미지의 종횡비, 스타일, 캐릭터 참조, 창의성, 변형, 카메라 각도를 설정합니다
  * 특정 아트보드가 선택되지 않았을 때 사용할 수 있음
  * 이미지, 비디오, 오디오를 생성합니다
* **아트보드별 프롬프트 바** (이라고도 함 **포커스 모드 프롬프트 바**)
  * 이미지, 비디오 또는 오디오 에셋을 선택하면 아트보드 바로 아래에 나타납니다
  * 해당 특정 에셋에 대해 전용 프롬프트 작성 및 세부 조정을 제공합니다
  * 다른 요소에 영향을 주지 않고 대상별 조정을 할 수 있습니다
  * 전역 프롬프트 바와 동일한 설정을 제공하지만 선택한 에셋에 한정됩니다
  * 작업 중인 에셋 유형에 따라 더 많은 설정을 사용할 수 있을 수도 있습니다

주요 기능:

* **프롬프트 작성**: 설명 텍스트를 입력하여 생성을 안내합니다
* **스타일 선택**: 다양한 예술 스타일과 모델 중에서 선택합니다
* **종횡비**: 출력물의 크기를 조정합니다
* **캐릭터 참조**: 관련이 있을 때 특정 캐릭터 참조를 적용합니다
* **창의성 제어**: 생성물의 창의적 변형을 세밀하게 조정합니다
* **변형**: 프롬프트의 여러 버전을 생성합니다
* **카메라 각도**: 이미지 생성의 시점을 제어합니다

### 에셋을 참조로 태그하기

유형 `@` 을 전역 프롬프트 바에 입력하여 라이브러리의 에셋을 프롬프트로 불러오면, 다음 생성이 이미 보유한 것을 바탕으로 진행됩니다.

Morphic에서 프롬프트에 에셋을 태그하는 간단한 튜토리얼입니다:

{% embed url="<https://youtu.be/qw8FMseF8dg>" %}

1. 전역 프롬프트 바를 클릭하고 입력하세요 `@`
2. 열리는 선택기에서 탭을 선택하세요: 'Models', 'Images', 'Videos', 또는 'Audio'. 'Favorites'를 켜면 후보 목록으로 좁힐 수 있습니다
3. 이후 계속 입력하여 `@` 에셋 이름으로 필터링합니다
4. 에셋을 클릭합니다. 그러면 프롬프트에 칩으로 입력되고 프롬프트 바 위의 'References' 트레이에 추가됩니다
5. 원하는 작업을 설명한 다음 프롬프트 바의 파란색 버튼을 클릭하세요

'References' 트레이에는 선택한 모델이 허용하는 참조 수가 표시됩니다. 예를 들어 '1/3 images'와 같습니다. 이를 열어 'x'로 에셋을 제거하거나 '+'로 다른 에셋을 추가할 수 있습니다.

프롬프트 바는 작업 흐름에 맞게 조정되어, 새로 시작할 때도 기존 에셋을 다듬을 때도 적절한 도구를 제공합니다.

***

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