# Schedule Delivery

Next to the Run Preview "Play" button, we can click "Schedule Delivery" to open a modal for managing delivery schedules for this Proactive Agent. By default, there will be no schedules, so click "Create New Delivery" to get started.

![delivery-modal-button](/files/gQwuIUio5bKDLgWBuyVj)

On this page we have multiple options for configuring our scheduled delivery, such as name, cadence (When and how frequently to send), and destination (Email or Slack). Once the scheduled delivery has been created, we can also edit or delete the scheduled delivery from this form. From the list of scheduled deliveries, we can click "Send a copy now" to test the Proactive Agent delivery at any time.

<figure><img src="/files/7fHEq2mlPhdD9MmoLEpD" alt=""><figcaption></figcaption></figure>

The following image shows an example delivery from the schedule we created in the previous step.

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

<figure><img src="/files/U9X3WnrT9rY9Jfuztxcm" alt=""><figcaption></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://docs.zenlytic.com/proactive-agents/schedule-delivery.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.
