# Production Related File Delivery

### Document Types

* **Order Specification:** Includes product information, feature and related value, product images, recipe ID.
* **Packlist:** Consumer-facing order document to be included in product delivery.
* **Production Files:** Printable output files used for product manufacturing, as well as access to source artwork (if required).

### Supported Delivery Formats

* **PDF**
* **HTML**
* **JSON**

### Supported Delivery Methods

* **FTP:** Classic FTP
* **FTPS:** Secure Transfer using Classic FTP over SSL (Explicit and Implicit)
* **SFTP:** SSH based Secure file transfer
* **Blob Storage**


---

# 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.spectrumcustomizer.com/integration/ecommerce/production-related-file-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.
