# UtilityClass

유용하게 사용할 수 있는 작은 단위의 클래스들을 소개합니다.

### [Time](/zep-script-api/zepscriptapi/utilityclass.md#time)

> **ZEP** 서버의 시간을 조회하는 등 시간 데이터를 가져오는 함수를 모아 놓은 클래스입니다.


---

# 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-kr.zep.us/zep-script-api/zepscriptapi/utilityclass.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.
