> 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/startmenu/program/clock.md).

# 시계

시계프로그램을 통해 세계 시간 확인, 알람, 스톱워치 그리고 타이머 기능 사용이 가능합니다.&#x20;

화면 좌측 좌측 상단의 ![](/files/osmpQB3RXu0cFbCNnw2h)아이콘을 클릭하면 원하는 나라의 시간을 추가할 수 있습니다.&#x20;

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

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

알람 메뉴에서도 화면 좌측 상단의 ![](/files/osmpQB3RXu0cFbCNnw2h)아이콘을 클릭하면 알람 추가가 가능합니다.&#x20;

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

<figure><img src="/files/1zNX1l9gQM64L7DFjjPv" alt=""><figcaption></figcaption></figure>

스톱워치와 타이머 매뉴에서 각각의 기능 사용이 가능합니다.

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

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

&#x20;


---

# 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/startmenu/program/clock.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.
