File Assets Option - Side Bar

Looking at the file assets option in side bar. If I load a image into this area, can it be used for production? How do I reference the image in the code.

This option uses UploadCare to store your files on a CDN (Content Delivery Network). After uploading the file, you can click the copy symbol to copy the URL of that file to your clipboard.

For images, these can then be used in HTML elements for example:

<img src="YOUR-URL-HERE">

and yes, these assets can be used in production.

Thanks Eric, worked out. Have another question about CDN, how much storage do we get with BF?