> For the complete documentation index, see [llms.txt](https://zenshaders.gitbook.io/zenshaders-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zenshaders.gitbook.io/zenshaders-docs/installation/zbrush.md).

# Zbrush

{% hint style="info" %}
Compatible with ZBrush 2021 and above.
{% endhint %}

ZenShaders Brushes for ZBrush are distributed as `.zbp` files (ZBrush Brush Presets).

## Installation

{% stepper %}
{% step %}
Download and extract `Zbrush_ZenShaders_Brushes.zip` to any location.
{% endstep %}

{% step %}
On Windows, the default path is:

`C:\Program Files\Maxon ZBrush [version]\LightBox\Brushes`
{% endstep %}

{% step %}
Copy the extracted folder `Zbrush_ZenShaders_Brushes` into the `Brushes` folder above.

* You can copy the **entire folder**, or copy only the **subcategories** you want to install.
  {% endstep %}

{% step %}
Open (or restart) ZBrush and open the **LightBox** panel by pressing the **comma key (`,`)**.
{% endstep %}

{% step %}
Navigate to the **Brushes** tab inside LightBox. Your `Zbrush_ZenShaders_Brushes` folder and all brushes inside will be visible and ready to use.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
Maxon's official documentation for 2026.1+ describes a separate user asset folder (`AppData\Roaming\Maxon\ZBrush_[HashValue]`) as the intended location for custom content, including a `LightBox/Brushes` subfolder there. If you'd like to try this path, you can access it via **Preferences > Asset Directory > Open Directory**. However, this has not reliably picked up custom brushes in testing — if brushes don't appear in LightBox after placing them there, use the `Program Files` method above instead.
{% endhint %}

{% stepper %}
{% step %}
Download and extract `Zbrush_ZenShaders_Brushes.zip` to any location.
{% endstep %}

{% step %}
Locate your ZBrush installation folder

On Windows, the default path is:

`C:\Program Files\Maxon ZBrush [version]\ZStartup\BrushPresets`
{% endstep %}

{% step %}
Copy the extracted folder `Zbrush_ZenShaders_Brushes` into the `BrushPresets` folder.

* You can copy the **entire folder**, or copy only the **subcategories** you want to install.
  {% endstep %}

{% step %}
Open ZBrush.
{% endstep %}

{% step %}
Open the **LightBox** panel. You can do this by pressing the **comma key (`,`)** or clicking the LightBox button in the interface.
{% endstep %}

{% step %}
Navigate to the **Brushes** tab inside LightBox.
{% endstep %}

{% step %}
Your `Zbrush_ZenShaders_Brushes` folder and all brushes inside will be visible and ready to use.
{% endstep %}
{% endstepper %}


---

# 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://zenshaders.gitbook.io/zenshaders-docs/installation/zbrush.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.
