# Visibility

With Kozmik, you can arrange the visibility of the app screens according to your needs. Screens can be viewed by everyone or just logged-in users.<br>

If the app has more than one user profile, you can define user-specific screens by using the User Profile Data. For example, let's say you have admin screens and you want only users that have admin role to access these screens. In this case, it will be sufficient to select the Visibility Setting only for Logged-in Users and add rules with User Profile Data, other users will not be able to access the relevant screen.

<br>


---

# 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.kozmik.io/screens-and-elements/visibility.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.
