# Document Job

Docuement Job은 비동적으로 문서를 생성하고 생성된 문서에 대한 메일 전송 등의 Complete Action을 지원합니다.

{% hint style="info" %}
예약 시간을 통한 스케쥴링은용사자가 Flow 또는 Scheduler 를 통해 제어해야 합니다
{% endhint %}

<figure><img src="/files/bitSUyfJk1YZBtAQ5Fak" alt=""><figcaption><p>Docment Job</p></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://help.smallbuilder.com/ko/smallbuilder-documents/document-job.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.
