# Hiding a component using the Page Value, User, or Team Property value

A common use case for visibility settings is to make certain components visible to specific teams or kinds of users.&#x20;

To implement this kind of conditional visibility, you will need to have a Property Value set up. In this example, I am going to set up the property value *Onboarded*. I can do that by going to the *Users* menu, which can be accessed either in the left hand menu in the resources section, or in the account menu in the upper right hand corner.

<figure><img src="/files/F0ztVsMH8RMQiPae1Wwg" alt=""><figcaption></figcaption></figure>

1. To set up conditional visibility based on this property, start the same way as in other examples – click on the component you wish to make conditionally visible, then go to the *Display* section in the component menu.&#x20;
2. In the *Conditional Visibility* field, choose the user property that you want to use. Because my property type is a checkbox, it already returns `True` or `False` based on its value. \
   \
   If you were using a property that had text elements or something else, for example with the values "Junior," "Middle," and "Senior," you might need to use a formula like `EQ()` to get the result you want. For more information about using such a formula, see the previous example about setting visibility based on a specific value.

{% hint style="info" %}
Now the button will be hidden for all users who have *False* for the *Onboarded* property value.
{% endhint %}

App Builder view:

<figure><img src="/files/MCEN5eOPVJ48ZhiTPOXB" alt=""><figcaption></figcaption></figure>

App view:

<figure><img src="/files/HPDlxmzegB8tBVoPSJHS" 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.jetadmin.io/user-guide/components-visibility/conditional-visibility/examples/hiding-a-component-using-the-page-value-user-or-team-property-value.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.
