# Adding Blocks from Addons

Do you want a custom block from other addon to be spawned in the generator? You can! You just need to add the block identifier. For example, if you want to add `Box` from MonoDeco Addons, you should use `md3:box_md3` as the block identifier.

<figure><img src="https://media.forgecdn.net/attachments/description/1035052/description_e3486318-62c3-46b9-95d3-6dfe085d3418.jpg" alt=""><figcaption></figcaption></figure>

### Example Code

```javascript
config.blocks = [
	{ identifier: "md3:box_md3", chance: 100 }
]
```


---

# 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://hirzigamingyt.gitbook.io/additional-information/adding-blocks-from-addons.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.
