> 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-guide/arranging-furniture/door-window-placement.md).

# Place doors/windows

## Finding Door/Window Products

Door and window products can be found in \[Furniture Library - Construction] in the left tab.\
Among products organized into various categories, you can select and place the product with the style and functionality you want.\
Place doors and windows suited to the space to complete a more practical and aesthetic design.

![](/files/a4031c1994db287d60b77994777598d6e887978e)

## Flip Horizontal / Flip Vertical

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

![](/files/1afe313edd5b646f977fdc1136d1624d7455cd91)

## Resizing

You can adjust the size of door and window products however you want in the product details on the right.\
After selecting a product, use the provided resizing options to freely adjust the size of the door or window, and create a design optimized for your space.

![](/files/97b2a6f6e1c6a41474bf87fb112f5d29a270a635)

## Frequently Asked Questions

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

There are also doors made in an open form.\
Although the animation function for doors opening and closing is not supported, try finding and placing open doors.\
Using open doors will be even more helpful for space layout 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-guide/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.
