# Manage Course Files

{% hint style="warning" %}
**Welcome to Our New API Docs!** This is the new home for all things API (previously at [Canvas LMS REST API Documentation](https://api.instructure.com)).
{% endhint %}

## Manage Course Files

### What it Does

#### Course Files - add

Allows user to add course files and folders.

Allows user to import a zip file.

#### Course Files - edit

Allows user to edit course files and folders.

#### Course Files - delete

Allows user to delete course files and folders.

### Additional Considerations

#### Course Files

If one or all permissions are disabled, user can still view and download files into a zip file.

#### Course Settings

To import files using the Course Import Tool, Course files - add and Course Content - add / edit / delete must be enabled.

#### Blueprint Courses

To edit lock settings for course files, Course files - edit, Blueprint Courses - add / edit / associate / delete, and Courses - manage must also be enabled.

***

This documentation is generated directly from the Canvas LMS source code, available [on Github](https://github.com/instructure/canvas-lms).


---

# 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://developerdocs.instructure.com/services/canvas/permissions/details/file.permissions_manage_files.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.
