> 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-pt/o-basico/slicers-3d/importando-um-perfil-no-slicer/importando-perfil-no-ideamaker.md).

# Importando perfil no IdeaMaker

* Abra o ideaMaker no seu computador.
* Clique em `Library` na barra superior para abrir a biblioteca do ideaMaker.
* Navegue ou pesquise na biblioteca pelo perfil de fatiamento que você quer importar.
* Na página de detalhes do perfil, clique em `Import to ideaMaker`.
* Uma janela vai pedir para copiar o link de importação. Clique em `Copy`.
* Volte ao ideaMaker. A janela de download do template deve abrir automaticamente.
* Clique em `Download` para baixar o arquivo do perfil.
* Depois do download, clique em `Next` para abrir a janela `Import Slicing Template`.
* Preencha os detalhes do projeto se necessário. As informações básicas costumam ser preenchidas automaticamente.
* Escolha se quer importar o perfil para uma impressora existente ou criar um novo perfil de impressora.
* Se for usar uma impressora existente, selecione-a no menu.
* Se for criar uma nova, ajuste os parâmetros conforme a interface solicitar.
* Associe perfis de filamento se o template usar materiais específicos, ou crie novos perfis de filamento quando necessário.
* Salve as configurações do template para concluir a importação.
* Se a janela de download não abrir automaticamente, ative o monitoramento de links copiados nas preferências ou cole o link manualmente na janela de importação.
* Depois disso, o perfil importado já ficará disponível para fatiamento com a impressora e o filamento selecionados.

Esse método aproveita a integração do ideaMaker com a biblioteca online, mas também é possível importar arquivos `.bin` localmente pelo menu de templates. A interface mostra instruções na tela ao longo do processo.


---

# 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-pt/o-basico/slicers-3d/importando-um-perfil-no-slicer/importando-perfil-no-ideamaker.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.
