> For the complete documentation index, see [llms.txt](https://docs.openbrush.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbrush.app/user-guide/experimental-mode.md).

# Experimental Brushes

## Turning on Experimental Brushes

![](https://3738774261-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Mikdwm98p33AibfiSqN%2Fuploads%2Fgit-blob-f24040f0a9f35c96a3e999a6c3c19eb11736d621%2Fimage-061.png?alt=media)

Open the [Settings Panel](/user-guide/using-the-open-brush-tools-quick-tools-and-menu-panels/the-admin-panel/settings.md) and select **Experimental Mode**. The extra brushes appear immediately; you do not need to restart Open Brush. Select the button again to hide them.

The switch only controls which brushes appear in the Brushes panel. Open Brush keeps every brush definition loaded, so a sketch or multiplayer stroke that uses an experimental brush still displays when Experimental Mode is off.

See the [list of Experimental Brushes](/user-guide/brushes/experimental-brushes.md). Some duplicate existing brushes for technical reasons, and some may not export correctly, which is why they remain experimental.

### Compatibility Issues

Any sketch you save that contains these new brushes may not look correct when you export it to other Unity projects using the [Open Brush SDK](/user-guide/open-brush-unity-sdk.md)

We are currently working on a new Unity Toolkit that has support for all the experimental brushes in conjunction with the [new glb export format](/user-guide/exporting-open-brush-sketches-to-other-apps/configuring-export.md#choosing-between-the-new-and-old-gltf-formats)

## What was Experimental Mode?

{% hint style="info" %}
Some features that used to require experimental mode have been made part of normal mode. The only remaining difference in experimental mode is the brushes. There is also no longer a separate build for experimental mode but we do have some [experimental feature builds](/alternate-and-experimental-builds.md) you can download.
{% endhint %}

Google had various stages for a new feature to make its way into Tilt Brush. It would start off available only to a closed group of testers and developers. After that it might be added to the [Labs panel](/user-guide/check-out-labs-or-experimental-features.md) in the official release. Finally, it would be released as an officially supported feature.

We have merged all those features into the main version now - so there's no need for a separate experimental mode aside from activating the extra set of brushes.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.openbrush.app/user-guide/experimental-mode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
