# Move and resize group

Groups can be moved and resized like any layer. Child layers will be resized according to group size:

* [Move layer](https://app.gitbook.com/layers/move-layer.md)
* [Resize layer](https://app.gitbook.com/layers/resize-layer.md)

You can also lock width and height of child layer. This is only applicable for group resizing using Actions.

1. Select child layer
2. Open Geometry Inspector
3. Enable Fixed width or Fixed height


---

# 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://docs.flipabit.dev/groups/move-and-resize-group.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.
