> For the complete documentation index, see [llms.txt](https://docs.cmsfullform.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cmsfullform.com/cms/events-1.md).

# CMS Files

CMS Files is your all-in-one media hub within CMS Full Form. It lets you upload, organize, and access your images, docs, videos, and more in a sleek, user-friendly space. Enjoy fast uploads, solid security, and a streamlined workflow—because your website, your rules!

***

* **All-in-One File Management:**\
  Instead of juggling multiple tools, CMS Files gives you one streamlined place to upload and manage all your files. This means less hassle and more time for creativity.
* **User-Friendly Interface:**\
  Designed with a clean and intuitive layout, the file manager is super easy to navigate. Even if you’re new to CMS Full Form, you’ll be able to find, upload, and organize files in just a few clicks.
* **Seamless Integration:**\
  CMS Files is built to work perfectly with the rest of CMS Full Form. Whether you're adding images to your posts, linking documents, or embedding media, it’s all set up to make your website run smoothly.
* **Quick and Efficient:**\
  The upload process is lightning-fast. No more waiting around—select your file, hit open, and it’s instantly available on your server. Plus, the system is smart enough to handle different file types and sizes, ensuring your content always looks top-notch.
* **Security and Reliability:**\
  Your files are stored safely, with built-in security measures that protect against unauthorized access and malicious uploads. You can focus on building your website without worrying about file vulnerabilities.

***

<figure><img src="/files/cgW9DjBgZTbcsu4Yk97m" alt=""><figcaption></figcaption></figure>

## Add a File

1. **Access Files Manager:**\
   Log in to your Admin Panel and head over to the **Files Manager** section.
2. **Upload a File:**\
   Click on the “Upload” button, select your file from your computer, and then hit “Open.”
3. **Confirmation:**\
   Once uploaded, your file will appear in the Files Manager, ready for you to use on your website.

***

## Delete a File

1. **Locate the File:**\
   Browse through your files in the Files Manager or use the search bar to find the specific file you want to remove.
2. **Delete the File:**\
   Click on the “Delete” button and cofirm to delete.
3. **File Removal:**\
   The file will be removed from your CMS, so double-check before confirming deletion.


---

# 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.cmsfullform.com/cms/events-1.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.
