> For the complete documentation index, see [llms.txt](https://docs.simplio3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplio3d.com/learning-the-app/3d-assets.md).

# 3D Assets

**Introduction**

Simplio3D provides an efficient way to manage 3d assets inside the platform, allowing users to **upload**, **assign status** and **save** them in categories. This is very useful when you build many product configurators and product views and want to easily manage each 3d asset to which product goes.

<figure><img src="/files/MathcJY9nPHepUqQiizF" alt=""><figcaption><p>3D Asset Manager</p></figcaption></figure>

**Upload 3D files**

The platform supports 3 formats: **GLB**, **glTF** and **OBJ**. These are the most widely used 3D data formats for the web, suitable for web applications, virtual reality and augmented reality applications. Users can upload one or a group of files at a time.

Uploading and having the 3D asset ready is important before creating the product configurator in [**Products**](/learning-the-app/products.md). If you are new to 3D modeling or don't know how to source your 3D files, please see the [**Preparing 3D models**](/getting-started/prepare-3d-models.md) section.

{% hint style="info" %}
**To learn how to edit 3D models for proper scaling using numeral blocks (great for tables, cabinets, closets, windows, doors, shelves, roofs and sheds), read this section:** [Modeling and editing 3D meshes to support numeral blocks.](/learning-the-app/products/create-options/numeral/modeling-and-editing-3d-meshes-to-support-numeral-blocks.md)
{% endhint %}

{% hint style="warning" %}
**Simplio3D does not support groups, so you should avoid using them, especially if your configurator includes numeric options such as width, length, or height. More information** [**here**](/getting-started/prepare-3d-models/numeral-keep-the-proportions.md)**.**
{% endhint %}

{% embed url="<https://www.youtube.com/watch?v=4I88cOfv5-w>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.simplio3d.com/learning-the-app/3d-assets.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
