> 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/ja/rifarensu/multimodal-input.md).

# マルチモーダル入力

プロンプトと一緒に、チャット入力欄から画像やファイルを直接アップロードできます。Minara は内容を読み取り、応答に反映します。

**制限：** 1回のアップロードにつき最大5ファイル、1ファイルあたり10 MB。

**対応形式：** 画像（PNG、JPGなど）、Excel/CSV、PDF。

***

## 使い方

チャット入力欄の添付アイコンをクリックし、ファイルを選択してから、質問や指示を入力してください。Minara はファイルをテキストとまとめて処理し、1件のメッセージで返答します。

最適な結果を得るには、 **品質モード** を、大きく複雑なファイルを扱うときに有効にしてください。

***

## できること

**チャート分析**

ローソク足チャートのスクリーンショットをアップロードしてください。加工前のものでも、ご自身の注釈（トレンドライン、矢印、サポート/レジスタンス水準）入りでも構いません。Minara は価格構造を読み取り、追加された注釈のロジックを評価します。

**ツイートまたはニュースのスクリーンショットのレビュー**

ツイートやニュース記事のスクリーンショットをアップロードしてください。ツイートについては、Minara がアカウントと内容から信頼性の手がかりを評価します。ニュース記事については、出典、主張、文脈を抽出し、欠けている可能性のある点や誤って伝えられている点を指摘します。

**Excel/CSV 分析**

取引記録やデータセットをアップロードしてください。Minara は構造を読み取り、パターンを特定し、損益の要因を要約し、データに基づいて改善案を提案します。

**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, and the optional `goal` query parameter:

```
GET https://minara.ai/docs/minara-handbook/ja/rifarensu/multimodal-input.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.
