# 예약 작업

최종 사용자의 작업 효율성을 향상시키기 위해 대형 시스템에는 일반적으로 매일 밤 데이터를 정렬하여 다른 시스템으로 가져오거나 데이터를 쿼리하고 이메일 알림을 보내는 등 정기적으로 자동 실행해야 하는 일부 기능이 있습니다.

개발자가 페이지에서 실행되지 않는 백그라운드 작업을 시각적으로 개발하고 시스템 자동화 수준을 향상시킬 수 있도록 예약된 작업 기능을 제공합니다.

개발자는 코딩 없이 데이터 테이블 처리, 가져오기 및 내보내기, 이메일 알림, 기타 작업을 포함하는 명령을 디자이너에서 구축할 수 있으며 시스템이 백그라운드에서 이러한 명령을 자동으로 실행하도록 할 수 있습니다. 비즈니스 요구 사항에 따라 맞춤화된 예약된 작업을 통해 시스템 자동화를 향상하고 최종 사용자의 작업 부하를 효과적으로 줄일 수 있다는 것을 많은 적용 사례에서 보여줍니다.

* [예약된 작업 만들기 ](https://doc.forguncy.co.kr/command/schedule/createschedule)
* [예약된 작업에서 지원하는 명령](https://doc.forguncy.co.kr/command/schedule/command)&#x20;


---

# 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://doc.forguncy.co.kr/command/schedule.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.
