> 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-es/lo-basico/introduccion-a-la-impresion-3d/preguntale-a-la-ia.md).

# Pregúntale a la IA

Este Wiki está construido con un [función de chat IA](https://wiki.polymaker.com/the-basics/introduction-to-3d-printing/ask-the-ai?ask=) donde puedes preguntar cualquier cosa que quieras saber. Simplemente haz clic en el ícono "Preguntar" en la parte superior de esta página, o presiona "CTRL + I" en tu teclado.

Esto incluye preguntar:

### ¿Qué material es adecuado para mi proyecto?

Solo explica las necesidades de tu aplicación y pregunta al bot de IA qué material sugiere.

### Ayúdame a encontrar este documento \_\_\_\_

Así es: si el documento existe en este Wiki, el bot te ayudará a encontrarlo. &#x20;

### ¿Qué material tiene la mejor \_\_\_\_\_?

¿Te preguntas qué material tiene el mejor HDT? ¿La mejor resistencia al impacto? ¡Pregunta sin problema!&#x20;

### ¿Cómo soluciono mi problema de impresión?&#x20;

Simplemente explica tu problema y el bot ayudará a diagnosticarlo.&#x20;

### ¡No hay límites!

¡Pregunta al bot cualquier cosa y siéntete libre de contarnos cómo lo hizo! Esta sigue siendo una función nueva y nos encantaría recibir tus comentarios. Envíanos un correo en cualquier momento a <Support@polymaker.com> contándonos cómo te fue.&#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-es/lo-basico/introduccion-a-la-impresion-3d/preguntale-a-la-ia.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.
