> For the complete documentation index, see [llms.txt](https://docs.hamonikr.org/hamonikr-6.0/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hamonikr.org/hamonikr-6.0/startmenu/management/printer.md).

# 프린터

### 프린터 설정 <a href="#chapter1." id="chapter1."></a>

제어판의 프린터 아이콘을 클릭하면 다음과 같이 프린터를 추가할 수 있는 창이 나타납니다.

프린터를 추가하려면 상단의 추가 버튼을 누르고 자신의 시스템에 USB나 네트워크에 연결된 프린터를 선택할 수 있습니다.&#x20;

![](/files/-MQQC4ZLwft5jSmsKER4)

설정을 마친 프린터를 다음과 같이 다양한 옵션을 설정할 수 있습니다. (하드웨어 제조사의 드라이버 제공에 따라 다름)

![](/files/-MQQC4ZNayiCM7fnumlb)

프린터 제조사에서 적합한 리눅스용 드라이버를 제공하지 않는 경우에는 Driveless 프린터를 추가할 수도 있습니다.

보다 자세한 내용은 하모니카 커뮤니티의 사용자 가이드를 참고하세요.

![](/files/-MQQC4ZM03xCOm0vYHsB)

### &#x20;<a href="#chapter1." id="chapter1."></a>


---

# 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://docs.hamonikr.org/hamonikr-6.0/startmenu/management/printer.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.
