# Doors, Gates, and Windows

<figure><img src="/files/m5yyV7cY4nvmVeH9NbFt" alt="" width="291"><figcaption><p><a href="https://www.sandbox.game/en/assets/moroccan-gate-wow/c8c921da-0c3b-491d-af1b-1176ebd6f3ac/">Moroccan Gate - WoW <br>by The Sandbox</a></p></figcaption></figure>

## Characteristics

### &#x20;Doors and gates :&#x20;

* Included in the templates section
* Single doors - Medium in size
* Double doors- Medium - Large in size.&#x20;
* Should always have open, close, Idle, opening and closing animations.&#x20;
* Made to be interacted with
* Classified as "Doors" behaviour in Game Maker.&#x20;

### Windows:

* Size is Small to Large&#x20;
* Can be designed to allow players to go through
* Can be assembled in the animator from multiple models. <br>

### Considerations&#x20;

#### Doors

You can use the templates provided and make edits to them to create your own door.&#x20;

You can use the animator to create your own door instead of a template. If you do make sure you are including these key animations.&#x20;

* Close 01
* Closing 01
* Idle 01
* Open 01
* Opening 01

Size should be 64 voxels wide and 96 voxels high. If you wish to design larger doors, we suggest you adjust the sizes per 32 voxels. This way when you place the doors in Game Maker then they will fit nicely between terrain blocks.&#x20;

#### Windows&#x20;

Windows need to fit in gaps equal to the scale of terrain blocks. This means that their dimensions need to be multiples of 32 (e.g.: 64x96, 128x128, etc).&#x20;

The pivot point must be placed at the base of the window in a way that allows it to snap into its intended position in the gap.&#x20;

Windows can be made either in the modeler or in the animator where you can rig multiple models together to create your desired look.   <br>

<figure><img src="/files/zjolOU2nJxIq2FePMG2E" 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.sandbox.game/en/creator/voxedit/creative-guides/asset-guide/doors-gates-and-windows.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.
