# Asset uploading

In iCraft, the **Public Asset Library** is a key platform for all users to share 3D resources.You can upload your own GLB models to the Public Asset Library and share your designs with other creators. Meanwhile, you will earn **points rewards** when your assets are obtained and used by others.Through the cycle of **Upload Assets → Share Resources → Earn Points → Fuel Creation**, iCraft is committed to building an open, high-quality 3D asset ecosystem and community.

***

## How to Upload Your Own Assets？

{% stepper %}
{% step %}

#### Go to the asset library page

Click "**Profile → 3D Assets"** on the homepage. Here you can view all public assets and your uploaded assets.
{% endstep %}

{% step %}

#### Click "**Upload Asset"**

Click "**Upload Asset"** in the top-right corner of the page. In the system popup, click or drag-and-drop to upload a GLB file (maximum file size: 100 MB).
{% endstep %}

{% step %}

#### Automatically optimize and preview

The system will automatically optimize and compress the model, then display a preview and model information.
{% endstep %}

{% step %}

### Fill in asset information

Enter the asset name and description, select tags, enable the "**Publish as Public Asset"** toggle, and set the points required to purchase the asset. You can also adjust the preview angle in the preview window.
{% endstep %}

{% step %}

### Create asset

After confirming all details, click "**Create"** and wait for the success message.
{% endstep %}

{% step %}

### Manage uploaded assets

You can view all your uploaded personal assets under the "**My Assets"** tab at the top of the page, where you can preview, edit, unpublish, delete, download, and manage your assets conveniently.
{% endstep %}
{% endstepper %}

![](/files/bDOhrPkS65OAyuwazdHM)

***

## Applicable Scope for Asset Upload

Currently, users can upload 3D models in **GLB format** only. Models in other formats must be converted to GLB before uploading. We recommend that uploaded assets meet the following standards:

* Clear structure and reasonable scale
* Complete and intact textures
* Moderate polygon count for real-time rendering
* Standard naming for easy search

Assets with the following characteristics are more likely to be purchased by other users:

* Reusable standard components
* Assets with built-in animations
* A set of assets in the same style (users often acquire multiple at once)
* Reasonable points pricing (not too high)
* Detailed, glossy, realistic textures

***

## Asset Upload Guidelines & Notes

To maintain the quality of the Public Asset Library and support its sustainable development, please abide by the following rules:

#### Content Compliance

* Upload only original models or models for which you hold legal authorization.
* Do not include infringing, sensitive, or illegal content.

#### Quality Recommendations

* Ensure no broken faces or missing textures.
* Keep polygon count under control where possible.
* Unify coordinate origin and scale.
* Set up materials and normals correctly.

#### Naming Standards

* Use common, generic names.
* Avoid vague descriptions.
* Ensure names are search-friendly.
* Provide a detailed asset description.


---

# 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.icraft.design/asset-uploading.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.
