> For the complete documentation index, see [llms.txt](https://multicore-games.gitbook.io/smart-doors-and-windows-or-ue5-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://multicore-games.gitbook.io/smart-doors-and-windows-or-ue5-documentation/welcome-to-smart-doors-and-windows.md).

# Welcome to Smart Doors & Windows

## Overview

The Smart Doors & Windows package is ideal for a variety of use cases. Whether you’re creating a residential building, a commercial structure, or a fantasy castle, these smart systems can add a level of realism and interactivity that enhances the user experience.

The package also includes 4 collision responses for interaction, allowing you to customize how the doors and windows react to different types of collisions. You can also specify custom ignored actors and components, giving you even more control over how your doors and windows function.

Finally, the package includes a development preview feature, allowing you to test and refine your door and window systems before finalizing your project.

<details>

<summary><strong>Supported Unreal Engine Versions:</strong></summary>

• UE 5.0

• UE 5.1

• UE 5.2

• UE 5.3

• UE 5.4

</details>

{% content-ref url="/pages/HqV5aJe629vNZJR7rIFN" %}
[Features](/smart-doors-and-windows-or-ue5-documentation/overview/features.md)
{% endcontent-ref %}

***

## Setup and Implementation

{% content-ref url="/pages/FUPFv1DDxyFRN3qDIlQ9" %}
[Getting set up](/smart-doors-and-windows-or-ue5-documentation/setup-and-implementation/getting-set-up.md)
{% endcontent-ref %}

{% tabs %}
{% tab title="Getting set up" %}
{% content-ref url="/pages/ZxYbwZ2ZShBHHt4Mj3PG" %}
[General Setup](/smart-doors-and-windows-or-ue5-documentation/setup-and-implementation/getting-set-up/general-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/vD1FAwCrTlZFuFqHziQk" %}
[Player Setup](/smart-doors-and-windows-or-ue5-documentation/setup-and-implementation/getting-set-up/player-setup.md)
{% endcontent-ref %}

{% content-ref url="/spaces/4oMFO54oVm2ludQTOa3d/pages/61C7UmBqO98fhsSVZmsW" %}
[Customization Setup](/smart-doors-and-windows-or-ue5-documentation/setup-and-implementation/getting-set-up/customization-setup.md)
{% endcontent-ref %}

{% content-ref url="/pages/DGaJkMo7zBHpQrsSh02a" %}
[Collision Response](/smart-doors-and-windows-or-ue5-documentation/setup-and-implementation/getting-set-up/collision-response.md)
{% endcontent-ref %}

{% content-ref url="/pages/K0DoAeGtZJeSruRKDwbY" %}
[Locking System](/smart-doors-and-windows-or-ue5-documentation/setup-and-implementation/getting-set-up/locking-system.md)
{% endcontent-ref %}

{% content-ref url="/pages/fyO3xhrmbPjWaZWnOhi6" %}
[Animation](/smart-doors-and-windows-or-ue5-documentation/setup-and-implementation/getting-set-up/animation.md)
{% endcontent-ref %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://multicore-games.gitbook.io/smart-doors-and-windows-or-ue5-documentation/welcome-to-smart-doors-and-windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
