# I Can't Add an Operator

If you can’t add any operators (i.e., the *+ Add operator* option isn’t available), it means the textures are already being used in a material. This is actually a safety feature of the platform, designed to reduce errors that could occur when a single texture is used by multiple materials and editing that texture would unintentionally modify all of them.

In that case, you can simply copy the existing texture as follows:

<figure><img src="/files/C6GDdmNaDWEmk3jSFTir" alt="" width="472"><figcaption></figcaption></figure>

And once you are **done** with your edits then in the material select your new revision like so:

<figure><img src="/files/8KM9VjdKqVTHC3kKW2dS" alt=""><figcaption></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://docs.colormass.com/scanning-and-tiling/texture-editor/i-cant-add-an-operator.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.
