# How to Change or Add new Block

<figure><img src="/files/3oVusJcvJgFCVo8TIboN" alt=""><figcaption></figcaption></figure>

1- Go to <mark style="color:green;">**Tools**</mark> -> <mark style="color:green;">**BlockPuzzleGameToolkit**</mark> -> <mark style="color:green;">**Editor**</mark> -> <mark style="color:green;">**Color editor**</mark>\ <mark style="color:red;">**\*Saving is done automatically.**</mark>\
[🎥 VIDEO Tutorial](https://www.youtube.com/watch?v=xjQBsciy97M)

In the inspector, you will see the editor. Use Unity tools to make changes.

<figure><img src="/files/Jqkr8SDlIjOHSv86puKB" alt=""><figcaption></figcaption></figure>

If you want to **create / delete** a new block -> use "+" and "-" buttons. \
If you want to rename the new block, you can find it at this path: <mark style="color:green;">**Project**</mark> -> <mark style="color:green;">**Assets**</mark> ->  <mark style="color:green;">**BlockPuzzleGameToolkit**</mark> -> <mark style="color:green;">**Resources**</mark> -> <mark style="color:green;">**Items**</mark>.&#x20;

<figure><img src="/files/D6B3j7u2wKeRlQTFx2os" alt=""><figcaption></figcaption></figure>

### From 2.1 you can replace all sprites

* Replace the sprite, set color to the white
* Disable other sprites\ <br>

  <figure><img src="/files/n2gyWASGsQ0IL5eMuCla" 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.candy-smith.com/main/block-puzzle-game-toolkit/how-to-change-or-add-new-block.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.
