> 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/intro-1/update-note/2026/202604/20260430.md).

# \[2026.04.30] Editor feature overhaul

## 1.1. 3D Mode > Array Copy > Add Linear Array Copy function

### Previous

The \[Array Copy > Linear Array Copy] function was only available in 2D mode.

![](/files/32e7f75ec79c2cf1faa0378cecf3a70ba9263b1d)

### After

The \[Array Copy > Linear Array Copy] function can now also be used in 3D mode.

![](/files/74c0a3660cc3a88c4036fc0b8b19482c57b931cd)

![](/files/17067335216f0b01e1ad7da66316f04283d8eb54)

## 1.2. Group Item > Add Group Properties function

A Group Properties function has been added, allowing you to select multiple items and set angles, positions, heights, and more.

<figure><img src="/files/972976e4500218ef4db0f4e97bd17df48f4d92c3" alt=""><figcaption></figcaption></figure>


---

# 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/intro-1/update-note/2026/202604/20260430.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.
