# Hide a layer

Hiding a layer **temporarily** removes it from being displayed on your canvas, and also removes the layer's animation from your timeline.&#x20;

This is useful for reducing the amount of information in the UI when editing other layers, or to not show a layer at all if not needed anymore.

To hide a layer, go to the layer panel and toggle the 'eye' icon.

<figure><img src="/files/mGRSDWENBZyfxZm6Ul8T" 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/organising-layers/layer-actions/hide-a-layer.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.
