# Advanced Options

## Make New Objects Static

This option is good for optimization; you can make your new objects static when they are placed. You can read more about the static object at this link: <https://docs.unity3d.com/Manual/StaticObjects.html>

## Show Clipping Bounds

This option allows you to see the clipping bounds radius when you are painting. It can be useful if you want to have more control over your brush when using the multiple painting mode.

## Show Brush World Lines

Show guidelines on all the axes (X Y Z), It can be useful if you want more precision over your object placement.

<figure><img src="/files/WFwrxDThSq1CAzSyUgBc" alt="" width="231"><figcaption></figcaption></figure>

<figure><img src="/files/ijbPWa7Ra5QlwyMGVHGy" alt=""><figcaption><p>Right Click the guide lines to access shortcuts</p></figcaption></figure>


---

# 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://harpiagames.gitbook.io/prefab-brush-documentation/detailed-guide/advanced-options.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.
