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

# 多模态输入

您可以在聊天输入框中，连同提示一起直接上传图片和文件。Minara 会读取内容并将其融入回复中。

**限制：** 每次上传最多 5 个文件，每个文件 10 MB。

**支持的格式：** 图片（PNG、JPG 等）、Excel/CSV、PDF。

***

## 使用方法

点击聊天输入框中的附件图标，选择文件，然后输入您的问题或指令。Minara 会将这些文件与您的文本一并处理，并在一条消息中回复。

为了获得最佳效果，在处理 **高质量模式** 时请启用。

***

## 你可以用它做什么

**图表分析**

上传一张蜡烛图截图——原始截图或带有您自己标注的截图（趋势线、箭头、支撑/阻力位）。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, and the optional `goal` query parameter:

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