# Custom structures

## Create the file

To create a custom structures folder, the first command to run is :

```
/scustom structure <foldername>
```

This generates a folder located at  `/plugins/Stratos/customization/structure/`.&#x20;

## Set up structures

To set up trees, use [Stratos Tool](/stratos/customization/stratos-tool.md) and put the `xml` files into the created folder `<foldername>`.

{% hint style="danger" %}
Every structure has to be under 48x48 blocks to fit three chunks
{% endhint %}

## Set the structures in your custom biome

Go into the `<biomename>.yml` file you want to add the cave and modify the **structure** property and set it to `<foldername>`.


---

# 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://alex-plugins.gitbook.io/stratos/customization/custom-structures.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.
