# Stuff to know

## Skatter is parametric

Everything you do in Skatter is fully parametric. This means you can always go back and edit your work, even after closing and reopening SketchUp.

## Groups and Components

When picking Surfaces, Curves and Objects, you can only pick groups and components. This is mandatory so Skatter can keep track of those picked objects throughout sessions, and remain fully parametric.

## Units

If you don't specify a unit when entering a value, Skatter will use the [model's unit](http://help.sketchup.com/en/article/114975). You can override it by specifying a unit (eg 3" or 12mm). Skatter can accept a comma or a dot as decimal mark.

## Projection

For now, Skatter only supports vertical projection. \
Here is how it works internally:

First, Skatter generates insertion points on a flat plane, at the top of the surface's bounding box.

![](/files/-LdYElFf3t_MZGmnYbC2)

Then, all these points are projected down until they reach the surface.

![](/files/-LdYElFgzP3nECGIwD6L)

Finally, if you have selected an area, the boundaries of this area are projected onto the surface, and the insertion points are kept or discarded depending on their location. \
Don't forget to uncheck "Use surface boudaries as include area" if you want to limit the distribution to an "include" area.

![](/files/-LdYElFhTlzoKAaj4ujX)

In the future you'll be able to scatter according to the UV/Normal, or along an arbitrary axis.


---

# 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/stuff-to-know.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.
