> 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/furniture.md).

# Furniture

For generating furniture we suggest:

* [Game-ready](/creating-assets/game-ready-assets.md), for realistic textures and higher accuracy in geometry for soft materials
* Depending on complexity, "Standard" or "High" [generation quality](/creating-assets/prototype-assets.md#levels-of-quality) (if using [Prototype](/creating-assets/prototype-assets.md))
* Uploading images with additional views/angles of the furniture if available

## Suggested Inputs

### Multiple Views

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

| ![](/files/NGIbYfZIhYBkefaJx9EX) | ![](/files/6nSeIwlCk12PVD0uRqLO) | ![](/files/QjmcyxFEg8LYcXYKtHWX) |
| -------------------------------- | -------------------------------- | -------------------------------- |

### Single View

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

* Clear view of object (no hidden parts)
* Clear image
* Minimal background

<div><figure><img src="/files/OtJQWYA1hQHvP8R7JOAC" alt=""><figcaption></figcaption></figure> <figure><img src="/files/cwamCRIqrZzOFAg6ZDnF" alt="" width="563"><figcaption></figcaption></figure></div>

### ❌ Inputs to avoid

Avoid input images that have multiple objects. These generations will not be processed.

<div><figure><img src="/files/0BkoYj5jx15tvCYduBb1" alt=""><figcaption></figcaption></figure> <figure><img src="/files/g2kAjhF6Ry3jOFm7i9iI" alt=""><figcaption></figcaption></figure></div>

### Output Examples

<div><figure><img src="/files/OIWYeuxX4gGs9pnUsJAb" alt="" width="375"><figcaption><p>Input image</p></figcaption></figure> <figure><img src="/files/uGQDKRIzA2qE3uNScaGZ" alt=""><figcaption><p>47,812 tris / High quality</p></figcaption></figure></div>


---

# 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/furniture.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.
