> 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 the \[Furniture Library - Construction] tab on the left.\
From products divided into various categories, you can select and place items that match the style and functionality you want.\
Place doors and windows that fit your space to complete a more practical and aesthetic design.

![](/files/a4031c1994db287d60b77994777598d6e887978e)

## Flip horizontally / Flip vertically

Swing doors provide a function that lets you set the direction in which the door opens.\
After selecting a product and right-clicking it, you can easily change the opening direction of the door by clicking the \[Flip Horizontally] or \[Flip Vertically] button.

![](/files/1afe313edd5b646f977fdc1136d1624d7455cd91)

## Adjust the size

You can adjust the size of door and window products as desired in the product details on the right.\
After selecting a product, use the provided size adjustment options to freely resize the door or window and create an optimized design that fits your space.

![](/files/97b2a6f6e1c6a41474bf87fb112f5d29a270a635)

## Frequently Asked Questions

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

There are also doors made in an open form.\
Although animation features for doors opening and closing are not supported, try finding and placing open doors.\
Using open doors will help more with space arrangement and planning.

![](/files/8d1fc667062ad7ee2d15d622abdd61cdf82e5150)


---

# 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.
