> For the complete documentation index, see [llms.txt](https://help.moonone.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.moonone.online/release-notes/release-note-1.44.0.md).

# Release note 1.44.0

#### 1. New topology list

The “Topology” page now features an updated interface with key object information:

* “Object”
* “Occupied Cells”
* “Total Cells”

Column sorting has been added, and the overall layout is now cleaner and easier to navigate.

#### 2. Viewing and creating topology

Topologies can now be opened directly from the object list. Depending on user permissions, the page displays the object name, total cell count, and block structure on the canvas.

When creating a new facility, the system automatically generates an empty topology for it.

#### 3. New visual block builder

A new step-by-step visual builder has been added for creating and editing blocks with live preview directly on the canvas.

You can now configure:

* block parameters and cell grid;
* indexing and numbering direction;
* nested blocks and structure levels.

All changes are displayed in real time.

#### 4. Extended block operations

**Block editing**

Existing blocks can now be edited through a unified builder with automatic index recalculation.

**Block duplication**

You can now create up to 10 copies of a block in a single action while preserving its structure and parameters.

**Block moving**

Blocks can be moved between parent elements with automatic validation of structure depth and hierarchy.

**Block deletion**

Blocks are deleted together with all nested elements, with additional protection against deleting active devices.

#### 5. Updated canvas

The canvas has been redesigned for more convenient work with large structures.

New capabilities include:

* automatic block alignment;
* zooming;
* panning;
* improved topology navigation.


---

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

```
GET https://help.moonone.online/release-notes/release-note-1.44.0.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.
