> For the complete documentation index, see [llms.txt](https://docs.mavenseed.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mavenseed.com/creating-content/courses/course-files.md).

# Course Files

Depending on the type of course you're offering. Having the ability to attach files to it will be important. *E.g. Including student starter sheets, or work files to get started.*&#x20;

![](/files/-MLx8Ex-XzDG_9Oa8eVq)

### To add new files

Drag and drop the files onto the site, or click the browse link to locate them on your local computer.&#x20;

You'll see a file uploader displayed. Once the file is successfully uploaded it will appear in your course files list.&#x20;

### How they are displayed

As someone who manages the site, course files won't be visible to you, but they are visible to the customer when viewing a course, or lesson within the course.

When the "Course Files" button is clicked, it slides open to reveal the list of files.

![](/files/ivg0B9mtxWhZoSxdTTSo)

### When they are displayed

*First and foremost, access to the files hinge on the course.* If the course is free, then the files are free to download.&#x20;

{% hint style="warning" %}
Files are a pro level feature.
{% endhint %}

If the course is not free, and it's a digital purchase only, we check their record of purchases. If it's a subscription only thing, we check to see if the subscription plan that's attached to their subscription, has file downloads enabled. If it's a team we check the team access.

In all cases above, the customer won't be able to download the file unless they have a subscription (or if the course is free).

They will see the files, but when they attempt to download it, the following prompt will be shown:

![](/files/e2QZwQmOtymC4cLkURDG)


---

# 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.mavenseed.com/creating-content/courses/course-files.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.
