# Show Elements Conditionally

When editing a form element or container, you can specify conditions for when the element  should be hidden from the end-user in the `Show or Hide Conditionally` section. This is useful for filtering collections of items and hiding and showing:

* Additional questions
* Answers to questions
* Supplemental information

You can access this interface by clicking on an element or container in the `Designer`, and then going to its properties tab in the right sidepanel and clicking `+ New Rule` under the `Show or Hide Conditionally` section.

<figure><img src="/files/79FQmQsdLNjuqT9ru5yT" alt=""><figcaption></figcaption></figure>

See the detailed discussion of [Logic Conditions](/platform/build-forms/logic/available-conditions.md) for a list of comparator options and what they do.


---

# 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.feathery.io/platform/build-forms/logic/show-elements-conditionally.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.
