> For the complete documentation index, see [llms.txt](https://docs.hamonikr.org/hamonikr-8.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-8.0/recommend/libreofficehwp.md).

# 한글문서 편집하기 (LibreofficeHWP)

한글 문서는 리눅스에서 설치가 안되는것은 누구나 알고 있는 사실입니다.&#x20;

리눅스에서 HWP 문서를 사용하기 위해서는 한글 뷰어 또는 한컴에서 제공한 한글20202 베타버전을 설치해야 사용이 가능했었습니다.&#x20;

**하지만 이번 HamoniKR OS에서는 한글문서(HWP)의 사용을 위해 LibreOffice에서도 한글문서(HWP)를  사용하실 수 있습니다.**&#x20;

**한글 문서를 사용하기 위한 사용법은 간단합니다.**

1. 한글 문서를 더블 클릭합니다.&#x20;
2. 한글 문서를 편집, 작성합니다.&#x20;
3. 단. 한글 문서로 저장하는것은 불가능합니다.  ㅠㅠ

   &#x20;\- 다른  문서 형식으로 저장( odt, ms, txt 등등)

{% embed url="<https://www.youtube.com/watch?v=m024zWE5p-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-8.0/recommend/libreofficehwp.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.
