# Layer Hide

***

The Layer Hide Connector gives you complete control over individual layers within your composition. You can manually hide any layer, and with the different data type selections, you can add logic to this process. For instance, by connecting a layer to a boolean data field, you can toggle its visibility based on the data value (true for hidden, false for visible). The Expression data type selection allows you to apply more intricate logic, such as time-of-day-based layer visibility.


---

# 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://help.blings.io/creator/studio/connectors/layer-hide.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.
