# Configuring Download Options

To configure the download options, go to **admin >** **Stores > Settings > Configuration > Catalog > Downloadable Product Options**.

| Field                                                      | Status          | Description                                                                                                                                                                                                                           |
| ---------------------------------------------------------- | --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Order Item Status to Enable Downloads                      | **SUPPORTED**   | <p>Determine the status of the order process when the download becomes available:</p><ul><li>Pending</li><li>Invoiced</li></ul>                                                                                                       |
| Default Maximum Number of Downloads                        | **IN PROGRESS** | <p>Default limit on the number of downloads that a single customer can make</p><p>Track the progress here - <a href="https://github.com/scandipwa/scandipwa/issues/2331"><https://github.com/scandipwa/scandipwa/issues/2331></a></p> |
| Shareable                                                  | **IN PROGRESS** | <p>Possibility to share the download link with others.</p><p>Track the progress here - <a href="https://github.com/scandipwa/scandipwa/issues/2364"><https://github.com/scandipwa/scandipwa/issues/2364></a></p>                      |
| Default Sample Title                                       | **SUPPORTED**   | Determines the sample title that is visible on the front-end                                                                                                                                                                          |
| Default Link Title                                         | **SUPPORTED**   | Determines the link title that is visible on the front-end                                                                                                                                                                            |
| Opens Links in New Window                                  | **SUPPORTED**   | Download link to open in a new browser window                                                                                                                                                                                         |
| Disable Guest Checkout if Cart Contains Downloadable Items | **SUPPORTED**   | Requires that purchasers register for a customer account and log in before purchasing a download                                                                                                                                      |


---

# 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://manual.scandipwa.com/v5.3.4/catalog/creating-products/downloadable-product/configuring-download-options.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.
