> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/minara-handbook/ko/reference/multimodal-input.md).

# 멀티모달 입력

채팅 입력창에서 프롬프트와 함께 이미지와 파일을 직접 업로드할 수 있습니다. Minara는 내용을 읽고 응답에 반영합니다.

**제한 사항:** 업로드당 최대 5개 파일, 파일당 10MB.

**지원 형식:** 이미지(PNG, JPG 등), Excel/CSV, PDF.

***

## 사용 방법

채팅 입력창의 첨부 아이콘을 클릭해 파일을 선택한 다음 질문이나 지시를 입력하세요. Minara는 파일을 텍스트와 함께 처리하여 하나의 메시지로 응답합니다.

최상의 결과를 위해 다음을 활성화하세요: **고품질 모드** 대용량 또는 복잡한 파일을 다룰 때.

***

## 활용할 수 있는 기능

**차트 분석**

캔들 차트 스크린샷을 업로드하세요 — 원본 그대로이든 직접 주석(추세선, 화살표, 지지/저항선)을 추가한 것이든 상관없습니다. Minara는 가격 구조를 읽고 추가한 주석의 논리를 평가합니다.

**트윗 또는 뉴스 스크린샷 검토**

트윗이나 뉴스 기사 스크린샷을 업로드하세요. 트윗의 경우, Minara는 계정과 내용의 신뢰도 신호를 평가합니다. 뉴스 기사의 경우, Minara는 출처, 주장, 맥락을 추출하고 누락되었거나 왜곡되었을 수 있는 부분을 표시합니다.

**Excel/CSV 분석**

거래 기록이나 데이터셋을 업로드하세요. Minara는 구조를 읽고 패턴을 식별하며, 손익(P\&L) 요인을 요약하고, 데이터를 바탕으로 개선 사항을 제안합니다.

**PDF 요약**

백서나 보고서를 업로드하세요. Minara는 핵심 주장을 요약하고, 기술적 실현 가능성, 토크노믹스(해당되는 경우), 팀의 신뢰도를 평가하며, 위험 요소를 강조합니다.

***

## 팁

* 파일에 구체적인 질문을 함께 제시하세요 — 프롬프트가 더 구체적일수록 응답이 더 유용해집니다.
* 관련된 여러 파일을 한 번에 업로드하고, 모든 파일을 아우르는 질문을 할 수 있습니다.
* 서식이 잘 갖춰진 스프레드시트와 텍스트 선택이 가능한 PDF는 문서의 스캔 이미지보다 더 좋은 결과를 제공합니다.


---

# 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://minara.ai/docs/minara-handbook/ko/reference/multimodal-input.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.
