# Block Models

Block models can be batch uploaded to determine dimensions for your generations.&#x20;

When generating an asset, you can select a block model to be used from your uploaded library of models. The selected block model will act as a guide for meshes to be constructed within the geometry of that block model. This ensures that your generations are at the correct scale.

The finished model will contain the final asset without the block model.


---

# 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.kaedim3d.com/creating-assets/game-ready-assets/block-models.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.
