> 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에서 생성을 만들고 맞춤 설정하는 데 사용하는 주요 도구입니다. 사용할 수 있는 프롬프트 바에는 두 가지 유형이 있습니다:

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

주요 기능:

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

프롬프트 바는 작업 흐름에 맞게 조정되어, 처음 시작하든 기존 자산을 다듬든 적절한 도구를 제공합니다.


---

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

```
GET https://morphic.com/docs/kr/getting-around/prompt-bar.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.
