> 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-ja/ji-ben/3dpurinto/ainiku.md).

# AIに聞く

このウィキは非常に高度な [AIチャット機能](https://wiki.polymaker.com/the-basics/introduction-to-3d-printing/ask-the-ai?ask=) ここで知りたいことを何でも尋ねることができます。 このページ上部の「Ask」アイコンをクリックするか、キーボードで「CTRL + I」を押してください。

これには以下のような質問が含まれます：

### 私のプロジェクトに適した材料は何ですか？

用途の要件を説明し、AIボットにどの材料を勧めるか尋ねてください。

### この\_\_\_\_ドキュメントを見つけるのを手伝ってください

その通りです — もしそのドキュメントがこのウィキに存在するなら、ボットが見つけるのを手伝います。 &#x20;

### どの材料が最高の\_\_\_\_\_を持っていますか？

最高のHDTを持つ材料は？ 最高の耐衝撃性は？ 気軽に尋ねてください！&#x20;

### 印刷の問題をどう直せばいいですか？&#x20;

問題を説明すれば、ボットが診断を手伝います！&#x20;

### 制限はありません！

ボットになんでも聞いて、結果についてぜひフィードバックをお寄せください！ これはまだ新しい機能なので、ご意見をお待ちしています。いつでも <Support@polymaker.com> にメールでお送りください。&#x20;


---

# 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-ja/ji-ben/3dpurinto/ainiku.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.
