> 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/input-guidelines/input-image-examples/vehicles.md).

# Vehicles

For generating vehicles we suggest:

* The [Game-ready pipeline](/creating-assets/game-ready-assets.md), which offers optimised geometry, texturing, rigging (if needed), and LoDs, providing a higher level of detail.
* Depending on the complexity, select the [level of quality](/creating-assets/prototype-assets.md#levels-of-quality) accordingly (we suggest "High" or "Ultra" for generating with[ Prototype](/creating-assets/prototype-assets.md))
* Increase the poly count to at least 60,000 for more detail
* Upload more views/angles of the vehicle if available

## Suggest Inputs:

### Multiple Views

It is always recommended to upload multiple views as separate images. The more angles, the better.

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

<div><figure><img src="/files/EPq6hhH3GvBpabDpMFbl" alt=""><figcaption></figcaption></figure> <figure><img src="/files/SQaZr828OsOmrMfVPAn6" alt=""><figcaption></figcaption></figure></div>

### Single View

If uploading a single image, make sure the image shows most of the vehicle like the examples below ⬇️

<div><figure><img src="/files/48Xnt7xOihdgMiV2aGqJ" alt=""><figcaption></figcaption></figure> <figure><img src="/files/1r1hQACN8CqDRGcQ0XBx" alt=""><figcaption></figcaption></figure></div>

### ❌ Inputs to avoid

Avoid images that do not fully display the vehicle.

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

### Output Examples

<div><figure><img src="/files/hLrXV4EKTVlGg0eaXS1z" alt="" width="375"><figcaption><p>Input image</p></figcaption></figure> <figure><img src="/files/Rubz2LeLv7IfbRgudVGi" alt="" width="375"><figcaption><p>62,886 tris / High quality</p></figcaption></figure></div>

{% hint style="info" %}
For more examples, see[ Generation Examples](/welcome/get-started/generation-examples.md)
{% endhint %}


---

# 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/input-guidelines/input-image-examples/vehicles.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.
