> For the complete documentation index, see [llms.txt](https://docs.kaedim3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaedim3d.com/creating-assets/game-ready-assets/upload-base-model.md).

# Upload Base Model

{% embed url="<https://youtu.be/cUJmoTHQlW8>" %}
Learn how to upload a base model
{% endembed %}

Base models act as a guide for accessory, clothing, or even hair assets. Once your asset has finished generating, it will be placed on the base model with the correct scale and proportions.&#x20;

<figure><img src="/files/ukqZXcLZZOqrHsFNG7Je" alt="" width="305"><figcaption></figcaption></figure>

{% hint style="info" %}
Uploading a base model is optional.
{% endhint %}

### How to create an asset with a base model

To generate an asset with a base model, upload an image in the image upload box and upload an FBX file of up to 50mb in the "Base Model" upload box.

<figure><img src="/files/zmba1yWP29dv7LKbGs1P" alt="" width="563"><figcaption></figcaption></figure>

Your previously uploaded base models will auto-populate in the dropdown for easy access.

{% hint style="info" %}
To view your base model in a 3D viewer, simply hover over the uploaded model and click the zoom icon, as seen below:
{% endhint %}

<div><figure><img src="/files/WbLbw64qH2VtcbMjEbXQ" alt="" width="239"><figcaption></figcaption></figure> <figure><img src="/files/jHr1UfDfmQPlBBKzX4eY" alt="" width="375"><figcaption></figcaption></figure></div>

Your generated asset will be placed on your base model to help you ensure that proportions and scaling are to your liking.

<figure><img src="/files/gYS7Ij2lWLomHIsGKup4" alt="" width="375"><figcaption></figcaption></figure>


---

# 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.kaedim3d.com/creating-assets/game-ready-assets/upload-base-model.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.
