> 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/using-dash/your-first-environment.md).

# Your First Environment

Let's go through a comprehensive environment creation process using Dash.

First, you can organize your references for the environment using the Dash Board. Open it by clicking on  **Content** and then **Board** in the Dash bar, then just start dropping images in it, and move them around to neatly organize things.

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

Second, you can go to **Selection -> Export as PNG** to create an image out of your graph, then drag & drop that image onto the Dash assistant,  and just ask it "How can I create this with  Dash?".\
The assistant will help you figure out how to get the most out of Dash.

Here's what we're suggested from the AI assistant:

> Your image showcases various scenic paths through natural environments. To create a similar scene in Dash, you can follow these steps:
>
> * Use Create > Mesh Primitives > Create Plane to create the ground surface for your paths.
>
> * For the paths, utilize Create > Curve Tools > Draw Curve to outline where you want the paths to be.
>
> * Scatter vegetation or other assets along the paths using Scatter > Surface Scatter. Choose appropriate plants or grasses from the Content Browser.
>
> * To add details like trees or rocks, use Scatter > Path Scatter along your drawn curves.
>
> * Adjust the Density and Scale properties in the respective scatter tools to refine the look.
>
> * You can also add atmospheric effects like fog or clouds using Create > Common > Create Fog Card for added depth.
>
> Feel free to explore the Dash Content Browser for assets from Megascans or Polyhaven to enhance your scene! 🎉

To quick things off, let's create the terrain, and adjust its settings until it looks decent enough.

Next, we'll open the Content Browser,

## Creating the Fauna

## Creating the Path

## Post Process & Polishing

## Some Notes


---

# 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/using-dash/your-first-environment.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.
