# IPFS

Each asset created for Upland will require an IPFS image. These images are the thumbnails from your model that will be displayed in the UI menu. Please use the following template in order the match the right size and camera angle.

Inside the template you will be able to find a camera and an example cube. Once you import your model you can delete the example cube. Please note that the camera has set some safe areas as pointed in the image below. You should be sure that your model height or width are inside there specified boundaries&#x20;

<figure><img src="/files/5QGbDlIvJq4Pg8IuCb1s" alt=""><figcaption></figcaption></figure>

The images must also follow these characteristics

* 1024 x 1024 px size
* Orthographic camera
* PNG transparent format (RGBA)
* Model Facing to the right

Example of a good and bad IPFS image

<figure><img src="/files/AWzlPda5msQBOmUqOD2J" alt=""><figcaption></figcaption></figure>


---

# 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://upland-3d.gitbook.io/upland-3d/fundamentals/ipfs.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.
