> For the complete documentation index, see [llms.txt](https://docs.archisketch.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.archisketch.com/guide/user-en/arranging-furniture/door-window-placement.md).

# Place doors/windows

## Find door/window products

You can find door and window products in \[Furniture Library - Construction] on the left tab.\
Among products divided into various categories, you can choose and place the ones with the style and features you want.\
Arrange doors and windows that fit your space to create a more practical and aesthetic design.

![](/files/a8f0e98c2588043bc6fbb6034e4f524548f2344c)

## Flip horizontally / Flip vertically

Hinged doors provide a function that lets you set the direction the door opens.\
After selecting the product and right-clicking it, you can easily change the door's opening direction by clicking the \[Flip horizontally] or \[Flip vertically] button.

![](/files/3e0bb2dd5ea4a63386f24107959e6877a2dd0cab)

## Adjust the size

For door and window products, you can adjust the size as you like in the product details on the right.\
After selecting a product, use the provided size adjustment options to freely change the size of the door or window and create a design optimized for your space.

![](/files/47e733a8e828bd9fe7c6abc534f030d53dfe2be6)

## Frequently Asked Questions

#### Are there doors in an open state?

There are also doors made in an open form.\
Although door opening and closing animation is not supported, try finding and placing open doors.\
Using open doors can be even more helpful for arranging and planning your space

![](/files/7b6e84dad8c511666080f3951179bc75867d54cd)


---

# 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://docs.archisketch.com/guide/user-en/arranging-furniture/door-window-placement.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.
