# How to create a rendered image

A 3D CAD-rendered image is a visual representation of a three-dimensional model created from a CAD file.

The rendering process takes the geometric and material data from the model and converts it into a photorealistic or stylized image. This involves calculating lighting, shadows, reflections and other visual effects to simulate how the object would look in the real world.

{% hint style="warning" %}
We assume your model already has defined materials, ground, and environment. If not, please see the [Render & Animation page](/user-interface/panels/render-and-animation.md).
{% endhint %}

1. In **Type**, choose **Image**.

<figure><img src="/files/rnZW4fnc7Ftg97OrqVfl" alt="" width="352"><figcaption></figcaption></figure>

2. Choose the **Resolution** that you want to achieve. The higher the resolution, the more details you will be able to see in the video and the longer it will take to generate the rendering.

<figure><img src="/files/Gq4y1YLc3yNS80x8GRFt" alt="" width="352"><figcaption></figcaption></figure>

If you are not sure what resolution to use, we suggest choosing 1920x1080 (16:9) HD for a standard, all-purpose rendered image.

If you are not sure what resolution to use, we suggest choosing 1920x1080 (16:9) HD for a standard, all-purpose rendered video. We also offer vertical resolutions for social networks like Facebook, Instagram, and TikTok.

3. &#x20;Adjust the **Quality** value to the number of passes you want the render engine to make before finishing the rendering process. This will set the definition of your image. The higher the value, the more time it will take to finish the process. We suggest setting this value to 500 to achieve a good definition with usually little time to render.

<figure><img src="/files/lqmSyocdLLoICZIBXLTr" alt="" width="352"><figcaption></figcaption></figure>

4. Click the **Preview Render** button, and drag an area over the scene you want to preview.

<figure><img src="/files/ehOzkQq6ZuTkLxRM0rrk" alt="" width="352"><figcaption><p>Preview Render button</p></figcaption></figure>

5. If you like how it looks, click on the **Render** button.

<figure><img src="/files/C2QabYjU8SngfnUIULkU" alt="" width="352"><figcaption><p>Render button</p></figcaption></figure>

{% hint style="warning" %}
Once the rendering process ends, the image is saved in the same location as your design file by default.
{% endhint %}


---

# 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.rhinoartisan.com/rendering/how-to-create-a-rendered-image.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.
