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

# How do I deliver the most optimized assets?


Optimizing assets for delivery means reducing the file size of the assets to ensure fast delivery to your end users. You can reduce the file size by:

* Delivering assets at the dimensions at which they need to be displayed
* Choosing the best format for each asset according to the user's browser
* Compressing or encoding the asset enough to reduce the file size without impacting the visual quality

When not applying any transformation, Cloudinary delivers the asset as is (unoptimized). If you apply any transformation to your assets (e.g. width, height, etc), Cloudinary automatically applies certain [default image optimizations](image_optimization#default_optimizations) and [default video optimizations](video_optimization#default_optimizations). 

You can apply transformations to your delivery URLs to optimize the [format](transformation_reference#f_auto) and [quality](transformation_reference#q_auto) of your delivered assets automatically. You can also employ [responsive image resizing](responsive_images) to deliver the most appropriate image size for the user's viewing device, or specifically set dimensions to resize or crop your [images](resizing_and_cropping) and [videos](video_resizing_and_cropping).

Start by looking at the [best practices](media_optimization#best_practices) for image and video optimization, and learn more in our dedicated guides for [image optimization](image_optimization), [video optimization](video_optimization) and [audio optimization](audio_optimization).
&nbsp;
> **NOTE**: :no-title

**&larr; View all [Onboarding FAQ questions](developer_onboarding_faq)**