> For the complete documentation index, see [llms.txt](https://wiki.polymaker.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.polymaker.com/polymaker-wiki/polymaker-wiki-zh/ji-chu-zhi-shi/3d-da-yin-ru-men/xiang-ai-ti-wen.md).

# 咨询 AI

这个 Wiki 是由一个非常先进的 [AI 聊天功能](https://wiki.polymaker.com/the-basics/introduction-to-3d-printing/ask-the-ai?ask=) 在这里你可以询问任何你想了解的内容。只需点击本页顶部的“Ask”图标，或按下键盘上的“CTRL + I”。

这包括询问：

### 什么材料适合我的项目？

只需说明你的应用需求，并向 AI 机器人询问它推荐什么材料。

### 帮我找到这份 \_\_\_\_ 文档

没错——如果该文档存在于这个 Wiki 中，机器人会帮你找到它。

### 什么材料具有最佳的 \_\_\_\_\_？

想知道哪种材料的 HDT 最好？冲击强度最好？尽管问！

### 我该如何解决我的打印问题？

只需说明你的问题，机器人就会帮助诊断故障！

### 没有限制！

尽管向机器人询问任何问题，并随时告诉我们它表现如何！这仍然是一个新功能，我们非常期待你的反馈。也欢迎随时发送邮件至 <Support@polymaker.com> 告诉我们它表现如何！


---

# 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://wiki.polymaker.com/polymaker-wiki/polymaker-wiki-zh/ji-chu-zhi-shi/3d-da-yin-ru-men/xiang-ai-ti-wen.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.
