> 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-ko/undefined/3d/ai.md).

# AI에게 물어보기

이 위키에는 고급 [AI 채팅 기능](https://wiki.polymaker.com/the-basics/introduction-to-3d-printing/ask-the-ai?ask=)이 들어 있습니다.

페이지 상단의 `Ask` 아이콘을 누르거나 `CTRL + I`를 누르면 바로 열립니다.

다음과 같은 질문을 할 수 있습니다.

### 내 프로젝트에 맞는 소재는 무엇인가요?

용도와 필요한 특성을 설명하면 AI가 적합한 소재를 추천합니다.

### 이 문서를 찾아주세요

이 위키에 있는 문서라면 AI가 관련 페이지를 찾아줍니다.

### 어떤 소재가 가장 뛰어난가요?

예를 들어 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-ko/undefined/3d/ai.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.
