# Support File Format

This page outlines the currently supported file formats and future support plans.

### Currently Supported Formats

#### Images

Supported formats:

* .png
* .jpeg / .jpg
* .svg
* .gif

Notes:

* Maximum file size: 4MB
* Recommended image dimensions: 512x512 pixels

### Formats Not Yet Supported

The following formats are not currently supported but are under consideration for future updates:

#### Images

* .tif / .tiff
* .raw

#### Video

* .mp4

Note: As some marketplaces do not display .mov/H.265, we recommend preparing videos in mp4 format for future compatibility.

#### Audio

* .mp3
* .wav
* .flac
* .acc

#### 3D Models

* .glb

Note: 3D model support is currently in development. We are testing uploading to Arweave and using three.js.&#x20;

#### HTML Pages

* .html

### Future Plans

We are actively working on expanding our format support. Priority is being given to video and audio support, followed by 3D models and additional image formats. HTML page support is also in our roadmap.

This document will be updated as development progresses. Please check back regularly for the most up-to-date information.


---

# 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.phi.box/explore-phi/introduction/support-file-format.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.
