# Version 318

## Feature Updates

### New Toolbar Interface

The floating toolbars have been upgraded into a single toolbar which maximizes space in the scene.

<figure><img src="/files/xrFAqdxO0bMJNAiyUs7H" alt=""><figcaption></figcaption></figure>

The render mode toolbar buttons have a variety of behaviors to make changing modes easy:

* Menus automatically open on hover with tuned enter/exit timers to prevent menus from opening when mouse is just passing over or from closing when user accidentally exits when selecting an item
* Middle clicking toolbar buttons toggles the visibility of that item
* De-selecting an active render mode option reverts to the default mode for that item
* Scrolling your mouse while a menu is open will cycle through modes
* Clicking the toolbar button itself will cycle through modes (circularly)

The "automatic" mode has been hidden for objects that don't actually have an intelligent automatic mode to simplify the menus.

For more information on these changes and how to utilize these features, refer to the corresponding documentation page.


---

# 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.paragontruss.com/release-notes/previous/version-318.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.
