# Visibility

The visibility property simply defines if a layer can be seen on the canvas or not. A layer can either be completely hidden or visible, or partially so by adjusting its opacity.

### Show/ Hide layer

To show or hide a layer

* Select your layer and go to the property panel
* In the 'visibility' section, toggle the 'eye' icon off to hide your layer or back on to show it.

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

### Layer Opacity

To show or hide a layer

* Select your layer and go to the property panel
* In the 'visibility' section, you can adjust the percentage of the opacity value across a range of 0% (not visible at all) to 100% (completely visible)

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


---

# 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.lottielab.com/editor/properties/visibility.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.
