> For the complete documentation index, see [llms.txt](https://help.synode.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.synode.ai/builder/environmentcontrols.md).

# Environment Controls

If you would like to see a video covering the Mesh Highlights and Opacity. You can watch it here:

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

With the new highlight mesh feature, you'll be able to show specific meshes better during steps.

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

## Adding Highlights:

To add highlights to your mesh, click on the mesh/meshes you want to highlight. Then click the "Highlight" tab which is located in the object properties. Then click “Highlight Selection”.

<figure><img src="/files/69Pjn6liOV5wxkL4qfqa" alt=""><figcaption></figcaption></figure>

## Highlight Selection:

Here is where we can change the highlight settings. We have the first option which is the Highlight selection. You can check or uncheck the box depending if you want the highlighting on or off.

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

## Highlight Color:

We can change the color of the highlight. You can slide the color bar to get different colors, then drag the circle around to get your desired color value. You also have the option to import color codes if your brand has specific colors.

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

## Opacity:

You can change the opacity of your meshes in the Synode Builder. Underneath the color bar is where you can change the opacity. Slide the opacity bar to get your desired opacity.

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

## Flash Highlights:

Flash highlighting draws attention to the viewer from the mesh that is flashing. To enable Flash Highlighting, check the box that says “Flash Highlight”.

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

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

## Highlight Duration:

To Control the duration of your Highlights, firstly open the Layers section by clicking "Open Layers"  at the top right of the timeline. You can then drag your highlight anywhere you would like it to end.

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

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


---

# 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.synode.ai/builder/environmentcontrols.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.
