> 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-prusaslicer.md).

# Importando perfil no PrusaSlicer

* Verifique se você já baixou os arquivos do perfil, normalmente em formato `.ini`, `.gcode` ou `.3mf`. Se vierem em `.zip`, descompacte antes.
* Abra o PrusaSlicer.
* No menu superior, clique em `File` e depois em `Import`.
* Se for importar um perfil único, escolha `Import Config`. Para vários perfis ao mesmo tempo, use `Import Config Bundle`.
* Para arquivos de projeto salvos no PrusaSlicer, como `.3mf` ou `.amf`, escolha `Import Config from Project`.
* Vá até o local onde o arquivo do perfil está salvo e selecione-o. O perfil pode incluir ajustes de impressão, filamento e impressora.
* O PrusaSlicer vai importar e adicionar as novas configurações como perfis personalizados na seção correspondente: impressora, filamento ou ajustes de impressão.
* Depois disso, o novo preset já deve aparecer na lista. Selecione-o quando for usar no trabalho de impressão.
* Sempre confira se as configurações realmente batem com a sua máquina e com o material, para evitar uso acidental de parâmetros errados.
* Se você baixar um perfil com extensão `.txt`, renomeie para `.ini` antes de importar.
* Depois da importação, revise tudo e ajuste o que for necessário para o seu caso.

Esse procedimento funciona para uma grande variedade de impressoras e materiais e ajuda a manter seus presets organizados para uso futuro.


---

# 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-prusaslicer.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.
