# GUIs for Window Size

Currently the live version of the editor does not show you the size of your game window set in your game.project file.

You can create a blank .gui file, add it to your collection, and then you'll be able to see the size of your game's window. This can help you with placement for some kinds of setups.

![](https://59336108-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LHnmfJK3HDz-s0f74qO%2F-LJMJlGdKQepJ7lXfENY%2F-LJMKX1qXB2BqxoXn319%2F2018-08-07%2019_20_22-Defold%20Editor%202.0%20-%20LaserExample.png?alt=media\&token=2f34af28-7dcf-48a6-9a50-723e951f2569)


---

# 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://read.bookofdefold.com/defold-a-z/defold-tips/guis-for-window-size.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.
