# Downloads

## Setting up your first Download

Think of downloads as the *thing* your customer purchases from your store and then takes it home. *A download could be a PDF ebook, script, application, or .zip of nearly anything.*&#x20;

{% hint style="info" %}
If you're looking to have customers stream your training online, and interact with your site, [Creating a Course](/creating-content/courses.md#setting-up-your-first-course) may be a better option.&#x20;
{% endhint %}

From your site.mavenseed.com/admin page, click Content then Downloads menu item on the left hand side. If the Menu is not displayed due to a smaller screen size, click the three bar menu item to expand it.&#x20;

![](/files/-MLx8y3GXt16CAEJapjV)

Click on the **New Download** green button on the upper right corner to get started.&#x20;

![](/files/-LaQZgB57Atjn_JQZKiX)

* **Title:** Describe your download, don't worry you can change this at any time.&#x20;
* **Modify the Slug:** If you click the here link, this will allow you to edit the slug, or URL of the download. Note you must enter a title first.&#x20;
* **Description:** Quick description of the download, which you may also change at any time. (Note with the new Page Builder this is likely to become the Excerpt used for SEO)

Click the **Create & Continue** to move onto more details of your download.&#x20;

Next steps, to adjust the details, price, and selling options of your download. The max size for Downloads is 10 MB. The types of files that are accepted are: jpg, jpeg, png, gif, pdf, csv, zip, and srt.


---

# 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.mavenseed.com/creating-content/downloads.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.
