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