> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/documents/retail-operations/workflow/workflow/data-documents/preview-export-schedule.md).

# Preview and export

Open a saved document from `Data documents` > `Documents`.

## Preview the result

1. Open `Preview`.
2. Run the preview.
3. Confirm the columns.
4. Review representative rows.
5. Compare the result with the document fields and conditions.

An empty preview can be valid when no records match the conditions. Review `Issues` and `Conditions` before you change the document.

## Review usage

Open `Usage` to understand where the document is referenced when usage information is available. Review dependencies before you remove or rename fields.

## Export the document

1. Save the latest changes.
2. Open `Preview`.
3. Select the export action.
4. Confirm the export request.
5. Open `Recent Exports` or `Export history`.

Export processing can continue after you leave the builder. Use export history to confirm the final status.

## Schedule an email export

Use the schedule action when the document supports email delivery.

1. Open the schedule form.
2. Enter the recipient and delivery values requested by the form.
3. Select a frequency or enter a custom cron expression.
4. Review the human-readable schedule.
5. Save the schedule.

Share exported data only with approved recipients. Confirm the document fields before you add an email address.

## Pause or resume an export schedule

Open the schedule list in the builder, then select the pause or resume control for the required schedule. Confirm the resulting state before you leave the page.

## Review recent exports

Open `Recent Exports` to inspect exports for the current document. Select an export to open its detail.

Use [Export history](/documents/retail-operations/workflow/workflow/data-documents/export-history.md) to investigate exports across documents.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.hotwax.co/documents/retail-operations/workflow/workflow/data-documents/preview-export-schedule.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
