> ## Documentation Index
> Fetch the complete documentation index at: https://buttercms.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Media Library overview

> Store and manage images and files in the ButterCMS Media Library — an easy-to-use interface with multiple ways to organize your media assets.

{/* IMAGE_SOURCE: file_path="knowledge-base/how-to/media-library.md" */}

![Media Library Interface](https://cdn.buttercms.com/1mVLJKlTTzWpecDSUbl2)

## Navigating the interface

The media library allows you to store your images and files in Butter with an easy-to-use interface with several ways to help organize and manage everything.

{/* IMAGE_SOURCE: file_path="knowledge-base/how-to/media-library.md" */}

![Media Library Overview](https://cdn.buttercms.com/eH7fV6Q3Q6Smbrx4KK0A)

It features a clean, intuitive interface with several key areas:

<CardGroup cols={2}>
  <Card title="Upload button" icon="cloud-arrow-up">
    Located at the top of the interface for adding new files
  </Card>

  <Card title="Search bar" icon="magnifying-glass">
    Find files by name, type, or tags
  </Card>

  <Card title="Sort options" icon="arrow-down-a-z">
    Organize your view by date, name, editor, or file size
  </Card>

  <Card title="Bulk selection" icon="square-check">
    Select multiple files for deletion
  </Card>
</CardGroup>

## Supported file types

The ButterCMS Media Library accepts all modern file types including MS Word Docs, Excel Files, Presentations, PDFs, Audio Files, Zip Files, and Video Files (available on Enterprise and by add-on for other plans). All files are hosted on our CDN for fast delivery to your users.

| Category              | Supported Formats                                                                              |
| --------------------- | ---------------------------------------------------------------------------------------------- |
| **Images**            | JPEG, GIF, PNG, SVG, WebP                                                                      |
| **Videos**            | MP4, AVI, WebM, OGG (video/ogg), QuickTime                                                     |
| **Audio**             | MP3, MPEG, WAV, OGG, M4A, application/octet-stream                                             |
| **Documents & Other** | PDF and most `application/*`, `text/*`, and `model/*` files (e.g., DOCX, XLSX, PPTX, TXT, ZIP) |

<Info>
  Video file uploads are available on Enterprise and can be enabled for other plans as an add-on. Contact ButterCMS support to check availability for your account.
</Info>

## In this section

<CardGroup cols={2}>
  <Card title="Uploading assets" icon="cloud-arrow-up" href="./uploading-assets">
    Upload images, videos, and documents to your Media Library
  </Card>

  <Card title="Adding media to content" icon="image-circle-plus" href="./adding-media">
    Insert media into blog posts and content fields
  </Card>

  <Card title="Organizing media" icon="folder-tree" href="./organizing-media">
    Tag and organize your media files
  </Card>

  <Card title="Finding media" icon="magnifying-glass" href="./finding-media">
    Search, filter, and sort your media files
  </Card>

  <Card title="Bulk delete media" icon="trash" href="./bulk-delete-media">
    Delete multiple files at once
  </Card>

  <Card title="Replacing media files" icon="arrow-right-arrow-left" href="./replacing-media-files">
    Replace a file while keeping the same URL
  </Card>

  <Card title="Image editing & transformations" icon="wand-magic-sparkles" href="./image-editing-transformations">
    Edit and transform images in the dashboard
  </Card>

  <Card title="Automatic image compression & WebP" icon="bolt" href="./automatic-image-compression-webp">
    How ButterCMS optimizes your images automatically
  </Card>

  <Card title="Adding alt text" icon="universal-access" href="./alt-text">
    Add alt text to images for accessibility and SEO
  </Card>

  <Card title="External integrations" icon="plug" href="./media-integrations">
    Connect to external DAM systems like Cloudinary or Bynder
  </Card>
</CardGroup>
