# 개발 도움말

개발 도움말은 개발할 때 간편하게 확인할 수 있도록 만들어진 도움말입니다.

## 설치

터미널에서 다음을 입력합니다.

```
sudo apt install devhelp
```

## 실행

시작 메뉴에서 간단하게 실행하실 수 있습니다.

<figure><img src="/files/toRDvxdpAeXFDVXaWhej" alt=""><figcaption></figcaption></figure>

개발에 필요한 환경변수, 예시 등 다양한 도움을 얻을 수 있습니다.

<figure><img src="/files/oiZ8BJjup6xcxhmDL2T1" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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:

```
GET https://docs.hamonikr.org/hamonikr-7.0/tips/development-help.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
