> 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-3/undefined-11/cura.md).

# Cura에 프로필 가져오기

* 컴퓨터에서 Cura를 실행합니다.
* 상단 메뉴에서 `Preferences` > `Configure Cura`를 클릭합니다.
  * 여기서 프로필과 소재를 관리할 수 있습니다.
* 설정 창 왼쪽에서 `Profiles`를 선택합니다.
  * 현재 사용 가능한 출력 프로필 목록이 보입니다.
* `Profiles` 탭 아래쪽의 `Import` 버튼을 클릭합니다.
  * 파일 선택 창이 열리면 가져올 프로필 파일을 찾습니다.
  * 보통 형식은 `.curaprofile` 또는 `.json`입니다.
  * 파일을 선택한 뒤 `Open`을 누릅니다.
* 가져오기가 끝나면 Cura가 확인 창을 보여 줍니다.
* 새 프로필은 `Custom Profiles` 아래에 표시됩니다.
* 새 프로필의 `Activate` 버튼을 눌러 바로 사용할 수 있습니다.
* 더 많은 설정을 보고 싶다면 `Profiles` 영역에서 표시할 항목을 직접 켜고 끌 수 있습니다.
* 다음 모델을 준비하거나 슬라이스하기 전에, 가져온 프로필이 선택되어 있는지 확인하세요.

최근 Cura 버전에서는 이 과정이 거의 비슷합니다.

메뉴 경로만 따라가면 창이 순서대로 열리므로 비교적 단순한 편입니다.


---

# 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-3/undefined-11/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.
