# View Settings

Any of the implemented Views has its independent settings from each other. Giving it a proper name and description does not affect the visible or logical output and serves just for internal use; for example, it's handy for team-developed applications.

{% tabs %}
{% tab title="Options Settings" %}
![](/files/nJs88nkWw0WZU9gqbH4G)
{% endtab %}

{% tab title="Title and Description" %}
![](/files/2r9xPJHz8pNWcHsoVvFa)
{% endtab %}

{% tab title="Code Editor Desription" %}

<div align="left"><img src="/files/pP4ryhctz4wRotXJdPIm" alt=""></div>
{% endtab %}
{% endtabs %}

The required authenticated user verifies if the current user ID is not a null value, preventing access of the View to non-authorized persons. Binding access rights with specific condition rules expand accessibility options; in our case, an already logged user has to have a specified Name.

{% tabs %}
{% tab title="Require Authenticated User" %}
![](/files/DTO2B8OtVIdPKQcs0psK)
{% endtab %}

{% tab title="Authorization Condition" %}
![](/files/jtaovQ301ufMjBvcOm5M)
{% endtab %}

{% tab title="Code Editor Description" %}

<div align="left"><img src="/files/MCVuATegWDDKWnjSClDo" alt=""></div>

```
IF(currentUser.firstName == "Martin", true, false)
```

{% endtab %}
{% endtabs %}

If any of the input parameters are changed, reinitializing the output of a View is triggered.

![](/files/ZFiubUIUE5DN0iiJUErm)

Setting up the virtual URL address of the current View is handy with the logical route component, where instead of its ID targeting nomenclature.

![](/files/xkNurqowhxRfXIWqB6JF)

Two different Events methods are triggered by initialization or when the input parameters are changed. Both of the methods are not dependent on each other. Events logic can be added directly by selecting the desired one from the Events panel or clicking on the required action.

{% tabs %}
{% tab title="Events Settings" %}
![](/files/sF0opERc30kwZlufE5dA)
{% endtab %}

{% tab title="Direct Logic Selection" %}
![](/files/vgNQpfJUwyKLIfqUIALu)
{% endtab %}

{% tab title="Event Console" %}
![](/files/TTBv0pEQMksAud1R1aTY)
{% endtab %}
{% endtabs %}


---

# 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.adapptio.com/getting-started/editor/components-panel/view-settings.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.
