> For the complete documentation index, see [llms.txt](https://docs.polygonflow.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.polygonflow.io/advanced/release-notes/dash-1.8.0.md).

# Dash 1.8.0

We have worked hard to make sure Dash 1.8 improves the world-building process even more than previous versions but what is even more important is that now, Dash is easier to use and get started with!

## [Download Dash 1.8.0](https://www.polygonflow.io/download-latest-dash)

{% embed url="<https://www.youtube.com/watch?v=RA3yGbCvxIU>" %}

The main new features are our new UI, a proper documentation page, and an integrated AI assistant in Dash that will help you with all the common questions. But, let's dig into each change of Dash 1.8:<br>

## NEW USER INTERFACE

This update features a revamped UI that splits all your favorite features into distinct menus, and organizes everything in a clean and accessible way. As soon as you use a feature from the menus, a recent icon will show up, from which you can access your recent menu action calls. You can also set to favorite any action.

{% embed url="<https://streamable.com/edi5wc>" %}

## TOOLS PANEL

Dash has had a longstanding problem of too many floating panels for all your tools. No more! This new unified panel contains all your tools and switches anytime you select their results. You can pin tools, detach them, scroll among the active ones, rename them,  etc...

{% embed url="<https://streamable.com/0dvjm4>" %}

## REVAMPED PATH-BASED TOOLS

Road Tool, Quick Pipe, Decal Scatter, and Path Scatter have been revamped from the ground up to make it easier than ever to realistic roads, caves, beaten paths, and any other curve-based shape you can think of.

{% embed url="<https://streamable.com/8amdjp>" %}

One really cool new feature in the road tool is its Noise Features which can help you to easily create more than just flat roads. Combining it with our Path Width feature you can create realistic paths like the one below.&#x20;

<figure><img src="https://1971338676-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FYp9tAkqjcwFDufAaviIa%2Fuploads%2FhcH4Fjf4rCQaTxUfeUvS%2FUnrealEditor_LDSgL0rcSR.jpg?alt=media&amp;token=8d64b0d1-bcbb-4d4a-991d-99f3e3b3440f" alt=""><figcaption></figcaption></figure>

## BLEND MATERIAL

We've extended this material to add rain & snow support, and also did an overhaul on its blending behavior, making it one of (*if not*) the best blend material you've ever tried.

{% embed url="<https://streamable.com/apt24f>" %}

## SURFACE SCATTER

* Pivot Mode is a new dropdown that allows you to use the object's top, center or bottom as the pivot.
* Directional Masking: Got a sunlight in your scene? Want to use its direction and cast shadows as a mask? We got you.
* Scale Influence: You can now use any object in your scene to drive the scale of your scatter based on a distance value.

{% embed url="<https://streamable.com/91rtxe>" %}

## WORLD-CLASS DOCUMENTATION

Dash now has an extensive documentation that goes above and beyond to teach you its capabilities. It's still WIP, and will be one of the best you've ever read by the time it's complete.

{% embed url="<https://streamable.com/oqocc2>" %}

## AI ASSISTANT

This little friend sits right on the Dash bar. You can ask it any question, from how do I scatter, to drag & dropping an image and asking it how you can use Dash to help you create it, or even giving it a WIP and asking for feedback. Like most things AI, it can occasionally make mistakes, and unlike most things AI, your questions/images are NEVER used for training!

{% embed url="<https://streamable.com/9dlhpo>" %}

## DASH BOARD TOOL

This update features a beta of our new Dash board, which is a reference image organization tool similar to Miro and PureRef. It sits right inside UE5, allows you to organize your thoughts cleanly, and will soon also make it easy to browse assets based on what an image contains, give you a list of all the tools needed to make an image, draw, etc...

{% embed url="<https://streamable.com/wxcpur>" %}

## REVAMPED AI TAGGING

We've doubled all tagging quotas, made it possible to compute assets without AI tagging them, exposed the ability to use your own OpenAI API key and your own URL Proxy, and improved the quality of the tagging.

{% embed url="<https://streamable.com/j97wpw>" %}

## BONUS STUFF

* **Compound Tool:** With this new tool, you will be able to add properties from several tools, meaning it will be easier to control complex setups that consist of several Dash tools. For example a fully procedural forest road.&#x20;
* **Unreal Engine 5.5 Preview**: Dash 1.8 supports UE 5.5 preview and as soon as UE 5.5 goes out of preview we will ship a hotfix for Dash 1.8 that gives support for official UE 5.5 as well.&#x20;
* **Windows Insider Preview:** We **might** have fixed this issue, but it hasn't been tested yet, so if you are on Windows Insider Preview build, please give it a try, and let us know how it goes! :)&#x20;
* **Bug Fixes:** We have of course also fixed a lot of bugs so Dash 1.8 should be even more stable than previous versions. If you find bugs or have any other feedback/questions, don't hesitate to reach out to us in our [Discord](https://www.polygonflow.io/discord)! &#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://docs.polygonflow.io/advanced/release-notes/dash-1.8.0.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.
