# Supported file types

Below is a list of all the file types we support natively:

***

### Images

You can preview and share all native browser-supported image formats:

* `.jpg`, `.jpeg`
* `.png`
* `.gif`
* `.webp`
* `.avif`
* `.bmp`&#x20;
* `.heic`

Images are rendered crisply with support for retina graphics and responsive layouts.

***

### Videos

Videos shared with Smmall Cloud are streamed directly in the browser using the `<video>` tag. Supported formats include:

* `.mp4` (H.264)
* `.webm`
* `.ogg`

No ads, no comments—just your video.

***

### PDFs

Preview and share PDF files with ease.\
They open right in the browser—no need for extra software.

***

### EPUB & E-Books

Share ebooks quickly and easily.  Your visitors can read them right in the browser, no extra software needed. &#x20;

***

### Markdown Docs

Write and share beautiful Markdown documents with support for:

* Typography via Tailwind
* Embedded media (images, videos, YouTube, etc.)
* Front matter for SEO and previews

Perfect for docs, posts, and project pages.

***

### Audio Files

We support browser-playable audio formats:

* `.mp3`
* `.wav`
* `.ogg`

Your listeners can stream audio directly from your shared link.

We also support and automatically parse id3 metadata attached to audio files.

***

### Lottie Files

Smmall Cloud supports `.json` and `.lottie` Lottie animation files.\
They display beautifully in the browser—no code or extra setup required.

***

### SVGs

Share vector graphics that scale perfectly on any screen.\
SVG previews are instant and interactive.

***

### Any File Type

Smmall Cloud isn’t just for previews—you can share **any file**.\
Whether it’s a `.zip`, `.psd`, `.docx`, or a code project, just upload and share the link.

***

Simplicity is our promise: drag, drop, and share—no matter the file.


---

# Agent Instructions: 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://docs.smmall.cloud/files/supported-file-types.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.
