# Customize Perspective Configurator

## Overview

The **Customize Perspective Configurator** allows users to tailor the development environment to their preferences.\
It has the following sections:

## Tabs

### Toolbar Visibility

<figure><img src="/files/IpnPGmevkgzi7ftnO1mh" alt=""><figcaption><p>Customize Perspective - Toolbar Visibility</p></figcaption></figure>

The **Toolbar Visibility** tab in the Customize Perspective configurator allows users to choose which toolbar items to display in the Servoy Design environment.\
Here are the sections of this tab:

#### Toolbar Structure

A hierarchical list of available toolbars and their items. Users can expand or collapse categories and select or deselect individual toolbars to control their visibility.

#### Filter by Action Set

A checkbox that, when selected, allows users to filter the toolbar items based on specific action sets.

### Menu Visibility

<figure><img src="/files/hW5jw6jDVhIIKMLUUjPU" alt=""><figcaption><p>Customize Perspective - Menu Visibility</p></figcaption></figure>

The **Menu Visibility** tab in the Customize Perspective configurator allows users to choose which menu items to display in the Servoy Design environment.\
Here are the sections of this tab:

#### Menu Structure

A hierarchical list of available menu items. Users can expand or collapse categories and select or deselect individual menus to control their visibility.

#### Filter by Action Set

A checkbox that, when selected, allows users to filter the menu items based on specific action sets.

### Action Set Availability

<figure><img src="/files/KlqOby9PXcNtGPBQCmAf" alt=""><figcaption><p>Customize Perspective - Action Set Visibility</p></figcaption></figure>

The **Action Set Availability** tab in the Customize Perspective configurator allows users to select which action sets they want to include in the current perspective. Action sets determine which menu items and toolbar items are available in the perspective, providing users with control over their workspace functionality.\
Here are the sections of this tab:

#### Available Action Sets

A list of action sets that can be added to the current perspective. Users can check or uncheck the boxes next to each action set to include or exclude them.

#### Menubar Details

Displays detailed information about the menu items associated with the selected action set.

#### Toolbar Details

Displays detailed information about the toolbar items associated with the selected action set.

### Shortcuts

<figure><img src="/files/3O3zFi4MKaXs0uVgpNjr" alt=""><figcaption><p>Customize Perspective - Shortcuts</p></figcaption></figure>

The **Shortcuts** tab in the Customize Perspective configurator allows users to select the shortcuts that you want to see added as cascade items to the following submenus. The selections made will only affect the current perspective.\
Here are the sections of this tab:

#### Submenus

Dropdown menu to select which submenu to add shortcuts to.\
Options include:

* New
* Show View
* Open Perspective

#### Shortcut Categories

A tree structure of different categories from which shortcuts can be selected.

#### Shortcuts

List of available shortcuts under the selected category.

#### Description

Provides a description of the selected shortcut.

## Buttons

Here are the available buttons:

#### Apply and Close

Applies the current settings and closes the configurator.

#### Cancel

Cancels any changes made and closes the configurator without applying changes.


---

# 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.servoy.com/reference/servoy-developer/object-editors/customize-perspective-configurator.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.
