# MIME-Types

{% hint style="warning" %}
Currently we have not yet loaded the MIME-Types on our contracts. Once that feature will be enabled, the MIME-Type list below will be updated. So far the only MIME-Type accepted is "0" (unknown value)
{% endhint %}

While the official list of MIME-Types can be found [at this link](https://www.iana.org/assignments/media-types/media-types.xhtml), we will initially support just a portion of them, to cover the most used cases. If your MIME-Type is not supported, or it is not available, the value 0 is to represent an unknown MIME-Type.

The MIME-Types are stored as *uint32* values, and can be set only if a public file URL has been set.

If you want to add a custom MIME-Type that is needed within your project, don't hesitate to contact us!

### Supported MIME-Types

```json
{
    0: "unknown"
}
```


---

# 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.tproof.io/technical-section/smart-contracts-overview/mime-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.
