# Upload Object

The "Upload 3D Model" option allows users to add their own 3D models with textures to the catalog.  You can use GLB & USDZ format for 3D models and PNG/JPEG format for textures. This section also allows to set up a 3D/AR experience.

* Click on the ‘Upload’ button and upload the file(s) from your system.&#x20;

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

This will upload the selected files and bring up the panel that helps you to check a quick preview of the model before finishing the upload. You can update the Product Information before uploading.\
\
The Product Information is automatically populated based on the uploaded file's name. Feel free to modify it according to your requirements. Here’s a brief note about the fields under product information - &#x20;

#### Product Name

The product name is like a special label that helps tell one product apart from another. It's usually shown in catalogs, online shops, and lists of products. For example, you might see names like "XYZ Smartphone 2000" or "ABC Premium Laptop." By default, the product name will be the same as the .glb file you upload.

#### Product SKU ID

The SKU (Stock Keeping Unit) ID is a unique alphanumeric code assigned to each product to track inventory and sales. It can include numbers, letters, or a combination of both. For example, "SKU12345" or "ABC001." The auto-populated product SKU ID will be system generated, you can change it if you'd like.&#x20;

**Product Category**

This field refers to the classification or the grouping to which the specific product belongs based on its characteristics, features, or intended use. E.g. consumer electronics, furniture, toys, home decor, etc. The product category will be automatically set to 'Others'. Please feel free to select a more suitable option from the drop-down menu if needed.

**Product Sub-category**

This field refers to a further  classification of the product within a broader category. E.g. furniture category may include sofas, tables, chairs, beds, etc. as subcategories. The product sub - category will also be automatically set to 'Others'. Please feel free to select a more suitable option from the drop-down menu if needed.\ <br>

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

\
**Formats Supported**

GLB (GLTF Binary) is a file format used for 3D models and scenes in AR and VR applications. It is based on the glTF standard and offers compactness, complete 3D scene representation, real-time rendering with PBR, and interoperability across platforms.

\
\ <br>


---

# 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.avataar.ai/knowledge-center/creator/projects/object/upload-object.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.
