> For the complete documentation index, see [llms.txt](https://docs.theseaai.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.theseaai.com/tools/brush.md).

# Brush

Use brush tool to sketch directly on the scene to define areas, highlight changes, and guide generation.

<figure><img src="https://3377749587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOUQ3EAPIPziQuBKQgmTy%2Fuploads%2FOpjByMJKuFC8sGkGr8aA%2Fgitbook_brush.png?alt=media&amp;token=8530b946-5d2d-4728-9b32-a9f5d44322d3" alt=""><figcaption></figcaption></figure>

***

## When to use

Use <mark style="color:$primary;">**`Brush`**</mark> to draw shapes on the canvas and guide AI Models in <kbd><mark style="color:$primary;">**Image to image generation**<mark style="color:$primary;"></kbd> and <mark style="color:$primary;">**`Combo`**</mark> tasks. Read more about using brush as guide [here](/tasks/model.md#optional-use-the-brush-tool)

<figure><img src="https://3377749587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOUQ3EAPIPziQuBKQgmTy%2Fuploads%2F2YqiCObqhqSHTSzLYyuS%2FCombo%20example%20with%20brush.png?alt=media&amp;token=3515c173-9ed2-494f-9a4d-7ce1de7202ce" alt=""><figcaption></figcaption></figure>

***

## How to use

The <kbd><mark style="color:$primary;">**Brush**<mark style="color:$primary;"></kbd> tool is available with all tasks.

{% stepper %}
{% step %}

#### Select the "Brush" Tool

Under the scene, select the <i class="fa-paintbrush" style="color:$primary;">:paintbrush:</i> <kbd><mark style="color:$primary;">**Brush**<mark style="color:$primary;"></kbd> from the tools menu.
{% endstep %}

{% step %}

#### Draw on the Scene

Draw shapes directly on the canvas to indicate areas of change.
{% endstep %}

{% step %}

#### **Adjust Brush Size**

<div align="left"><figure><img src="https://3377749587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOUQ3EAPIPziQuBKQgmTy%2Fuploads%2FxB6TzNRG4j2OpW2hGM1w%2Fgitbook_brush_size.png?alt=media&amp;token=d636c4a2-e533-4ca9-a837-e17efe4665a0" alt=""><figcaption></figcaption></figure></div>

**In the brush sub-menu:**

* Slide the size indicator to adjust brush thickness.
* Enter a numerical value manually.
* Select a numerical value by hovering over the displayed number.
  {% endstep %}

{% step %}

#### Change Brush Color

Each selected color will create a separate layer. Use different colors to separate instructions.

<div align="left"><figure><img src="https://3377749587-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FOUQ3EAPIPziQuBKQgmTy%2Fuploads%2F3GPHliRy0Nlc4yH954Oa%2Fgitbook_brush_color.png?alt=media&amp;token=3367c2eb-05af-4809-8c46-fdcbf1d8679f" alt=""><figcaption></figcaption></figure></div>

**From the brush sub-menu:**

1. Select the color circle on the left side of the sub-menu.
2. Select from the color palette
3. Select a color using the <i class="fa-eye-dropper" style="color:$primary;">:eye-dropper:</i> color picker tool
4. Input a HEX color value in the text input field
   {% 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://docs.theseaai.com/tools/brush.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.
