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

# Importando perfil no Cura

* Abra o Cura no seu computador.
* No menu superior, clique em `Preferences` e depois em `Configure Cura`. Isso abre o painel principal de configuração, onde você pode gerenciar perfis e materiais.
* No lado esquerdo do painel, clique em `Profiles` para ver a lista de perfis disponíveis.
* Clique em `Import` na parte inferior da aba de perfis.
  * Uma janela de arquivos será aberta. Vá até o arquivo do perfil que você quer importar, normalmente em formato `.curaprofile` ou `.json`, selecione e clique em `Open`.
* O Cura vai mostrar uma janela confirmando a importação. O novo perfil aparecerá na lista de perfis personalizados.
* Clique em `Activate` no novo perfil para começar a usá-lo no fatiamento.
* Se quiser acessar mais parâmetros, na seção de perfis você pode marcar ou desmarcar quais opções aparecem no uso normal.
* Para usar o perfil importado, confirme que ele está selecionado antes de preparar ou fatiar o próximo modelo.

Esses passos são muito parecidos nas versões atuais do Cura. A interface é direta e os painéis aparecem conforme você segue o caminho de menu e escolhe a importação.


---

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