# Generating

**Skatter has two modes to generate scattered items: Normal and Render Only**

## *Normal* mode

***Normal*** is the default. It will create component instances in the model. Nothing fancy, this is usual Sketchup geometry.\
To later edit it, right click on the parent group created by Skatter and click on "Edit Skatter group"

## *Render Only* mode

***Render Only*** is activated by ticking the "Render only" checkbox below the "(re)Generate" button. When this is activated, nothing will be created in the model, but the information will be handed to the render engines (V-Ray, Thea, Corona, Octane, Indigo, Enscape, Shaderlight, IRender nXt, Twilight Pro, Raylectron and Kerkythea, for now).

This is especially useful when you want to render hundreds of thousands of items without overloading the model.

Since nothing is created in the model with the *Render Only* mode, if you want to edit the Skatter groups you made, go to the "Render list" tab.

![](http://files.getskatter.com/docs/img/render_only.gif)


---

# 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://help.getskatter.com/manual/generating.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.
