# Miscellaneous

## Abort popup delay

This defines the time that will run before Skatter asks you if you want to abort the current calculation.

## Max in Preview

This parameter limits the number of displayed items in the preview, for performance issues. This means that if there are more scattered items than this value, they will not be displayed in the preview, but will actually be generated.

It defaults to 50'000.

## Random seed

Every "random" parameter is not truly random, but depends on a "seed". This way, you get consistent results when regenerating, or when reopening Sketchup. You always get the same results when keeping the same parameters and values. \
But if for some reason, you want a different result than what you see on screen, simply change de "Random seed" value, or click on "New seed".


---

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