# 예약 작업

포건시를 사용하면 예약된 작업을 정의하고 정기적으로 파일 내보내기, 메일 알림 보내기 등과 같은 백그라운드 작업을 수행하기 위해 앱을 정기적으로 트리거할 수 있습니다.

* [예약된 작업 만들기 ](/v7/command/schedule/createschedule.md)
* [예약된 작업에서 지원하는 명령](/v7/command/schedule/command.md)&#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/v7/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.
