> 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/can-kao/multimodal-input.md).

# マルチモーダル入力

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

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

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

***

## 使い方

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

より良い結果を得るには、 **品質モード** を有効にして、大きいファイルや複雑なファイルを扱ってください。

***

## これでできること

**チャート分析**

ローソク足チャートのスクリーンショットをアップロードしてください。生データのままでも、トレンドライン・矢印・サポート/レジスタンスラインなど独自の注釈付きでもかまいません。Minara は価格構造を読み取り、追加した注釈の論理を評価します。

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

ツイートやニュース記事のスクリーンショットをアップロードしてください。ツイートの場合、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:

```
GET https://minara.ai/docs/minara-handbook/ja/can-kao/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.
