# 프롬프트 바

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

* **글로벌 프롬프트 바**
  * 인터페이스 하단에 위치
  * 프롬프트 작성 및 일반 설정 조정에 사용
  * 이미지에 대한 종횡비, 스타일, 캐릭터 모델, 창의성, 변형 및 카메라 각도 구성
  * 특정 아트보드가 선택되지 않았을 때 사용 가능
  * 이미지, 비디오 및 오디오를 생성
* **아트보드 전용 프롬프트 바** (다른 말로는 **포커스 모드 프롬프트 바**)
  * 이미지, 비디오 또는 오디오 자산을 선택하면 아트보드 바로 아래에 나타남
  * 해당 특정 자산에 대한 전용 프롬프트 및 미세 조정 기능 제공
  * 다른 요소에 영향을 주지 않고 목표로 하는 조정을 할 수 있음
  * 글로벌 프롬프트 바와 동일한 설정을 제공하되 선택한 자산에 적용 범위가 한정됨
  * 작업 중인 자산 유형에 따라 더 많은 설정을 허용할 수 있음

주요 기능:

* **프롬프트 작성**: 생성 지침을 위한 설명 텍스트 입력
* **스타일 선택**: 다양한 예술적 스타일 및 모델 중에서 선택
* **종횡비**: 출력물의 가로 세로 비율 조정
* **캐릭터 모델**: 관련 있을 경우 특정 캐릭터 모델 적용
* **창의성 제어**: 생성물의 창의적 변형 정도를 미세 조정
* **변형**: 프롬프트의 여러 버전 생성
* **카메라 각도**: 이미지 생성 시 관점을 제어

프롬프트 바는 워크플로우에 맞게 적응하여, 새로 시작하든 기존 자산을 다듬든 적절한 도구를 제공합니다.


---

# Agent Instructions: 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.
