> For the complete documentation index, see [llms.txt](https://help.besmart.software/be.smart-site-management/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.besmart.software/be.smart-site-management/whats-new/q2-2024-release.md).

# Q2/2024 Release

We have been busy with the upcoming release and now we are ready to publish the enhancements.

We are working towards more frequent releases, meaning that there will be more enhancements more often. Information about the future releases will be published in the solution.&#x20;

### General

* [Project creation ](/be.smart-site-management/getting-started/project-set-up-in-site-management/creating-a-project-from-site-management.md)can be done via Site Management
  * Project is created to either ACC or Trimble Connect, depending on the platform being used.
* Map layers have more editable settings&#x20;
  * Color, opacity and order can be edited
* Support for imperial units

### Map

* 3D viewers can be opened from the map
  * it opens to the same zoom level as the map
* New default map (Topo)
  * Contains countours and hillshading
* Selectable objects are highlighted, when a tool is activated
  * E.g. Perpendicular section is activated, all of the alignments are highlighted
* Support for new file format and objects
  * LandXML, CgPoint objects
  * JXL -file
* Enhancements to the zooming functionalities
  * Right-click a file from folder structure and zoom to selection
  * Double clicking mouse middle button zoom extents

### Section tool

* Automatic measurement
  * Between breaklines
  * Measurements include slopes and distance between breaklines
* Export section to DXF

### Volume tool

* Improved user experience&#x20;
  * Making it more simple to do volume calculations
  * Allowing user to easily make multiple calculations
* Export the results to Excel&#x20;

Stay tuned for the upcoming releases and follow the progress in the solution.&#x20;


---

# 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://help.besmart.software/be.smart-site-management/whats-new/q2-2024-release.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.
