# Defold Tips

- [Anchored GUIs](https://read.bookofdefold.com/defold-a-z/defold-tips/anchored-guis.md): Do you want groups of GUI elements to be anchored to a corner of your game's screen? You'll need to do something which may not be obvious to you at first to make the GUI elements look right.
- [GUIs for Window Size](https://read.bookofdefold.com/defold-a-z/defold-tips/guis-for-window-size.md): Reference your game's window size when editing a collection.
- [Pixel Art Assets](https://read.bookofdefold.com/defold-a-z/defold-tips/pixel-art-assets.md)


---

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