> 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에서 프롬프트에 자산을 태그하는 빠른 튜토리얼은 다음과 같습니다:

{% 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.
