# Show/hide

As a developer you can set specific rules for showing or hiding the Komment widgets and buttons. This could be to only let certain users see certain widgets or to make widget display dependent on data selections or date entered in other widgets.

The `Conditional Show` settings are found in the **Advanced Settings** for each widget:

<figure><img src="/files/adVV1yqFhNCBitlzIr0l" alt=""><figcaption><p>Conditional show formula</p></figcaption></figure>

For the conditional show formula to work correct use "-1" as the value for when the condition is true. E.g. like in the below example where the widget will be visible when "da" is the initials of the user:

```
=if(subfield(osuser(),'Id=',2)='da',-1,0)
```

{% hint style="info" %}
The easiest way to always hide a widget is to just set the value in the Conditional Show to **0**
{% endhint %}


---

# 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.extendbi.com/komment3/optional-settings/show-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.
