# Hide elements

Hiding elements is useful for optimization, such as concealing large navigation menus on smaller screens. Conditional visibility improves user experience by showing only relevant content.

Hide elements in Component Designer using Conditional Visibility:

1. Click on the **element** you want to **set conditional visibility** to.
2. Go to the **Right Sidebar**.
3. Click on the `Conditional Visibility` button.
4. Scroll and choose the option that fits the best for your requirements.

{% @arcade/embed flowId="6ya9Zo2mBFCpaLEhofSA" url="<https://app.arcade.software/share/6ya9Zo2mBFCpaLEhofSA>" %}

Dynamically change elements in Component Designer using Conditional Fill:

1. Click on the **element** you want to **set the conditional fill** to.
2. Go to the **Right Sidebar**.
3. Go to the `Fill` section.
4. Click on the `More` button to see more options.
5. Scroll and choose the option that fits the best for your requirements.

{% @arcade/embed flowId="lXwalnXKIGa3TonER8z6" url="<https://app.arcade.software/share/lXwalnXKIGa3TonER8z6>" %}


---

# 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.jetadmin.io/getting-started/pixel-perfect-app/hide-elements.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.
