> For the complete documentation index, see [llms.txt](https://concretecms-resources.gitbook.io/quick-start-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://concretecms-resources.gitbook.io/quick-start-guide/managing-files/file-management.md).

# File Management

Images and files can be uploaded either via the Files section within the Dashboard, or directly at the time that they are added to a page.

## To view and manage previously uploaded files

Click the **Dashboard** button on the toolbar and select **Files**.

## Uploading and managing files

Within the File Manager individual files can be clicked on to be viewed with detail, where they can be previewed, downloaded and deleted. The **Manage** drop down when viewing an individual file offers options to delete or swap a file with a new upload.

<img src="/files/-MMZxIgG4VrbQtKeyuJJ" alt="" width="209">

## To upload new files

Files can be dragged onto this page to automatically upload them, or the blue **Upload Files** link can be clicked.

## Adding files and links to pages

Once files have been added to the File Manager, the files can be linked to via blocks such as the **Content** block, **File** block and **Image** block. When selecting files from blocks, the File Manager will appear, where you can click on an file to select it, or at this point upload a new file.


---

# 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:

```
GET https://concretecms-resources.gitbook.io/quick-start-guide/managing-files/file-management.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.
