# Render Node

In the render node you are able to set the resolution and the rendering accuracy.

<figure><img src="/files/ypkXeKeUNdJWeHHVt1qy" alt="" width="322"><figcaption><p>Render node</p></figcaption></figure>

* W: width of the image in pixels
* H: height of the image in pixels
* Samples: The number of paths traced for each pixel in the final render. Increasing the number of samples reduces noise and improves accuracy. Usually for a regular white background image you can set 50-100 for a quick preview and set 100-300 for room images or for a less noisy white background image. Please note that increasing the number will take the image a longer time to finish rendering.


---

# 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.colormass.com/building-blocks/scenes/render-node.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.
