> For the complete documentation index, see [llms.txt](https://manual.xlights.org/xlights/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.xlights.org/xlights/chapters/chapter-five-menus/view/perspective-definition.md).

# Perspectives

## Perspectives

The Perspectives Window enables you to save your current window positions and retrieve and use them later. So you can have a set of windows open for a single monitor , a different set when you have two monitors etc.

![](/files/qxS8p1qizyIfPf8C8OC5)

You can specify a name for each Perspective (Single Window Perspective, Dual Monitor Perspective etc). In order to do so, with the windows arranged as required, Click on Save as New. You will be prompted to specify a name. Click on Save to save it.

The solid circle to the left of the Perspective name indicates which Perspective you are using. To overwrite it, click on Save Current. You will be prompted to confirm that you wish to override the current perspective. Click on Save to save the Perspective.

Select a saved perspective and double click to load the required windows.

To load and use a different perspective or change/remove one, click on Edit/Load. Select the perspective and use the ‘-’ button to delete it or Click on Rename to Rename it.

![](/files/jFJcir3BPRNTQCkPZzMY)

Double Click to load and use the perspective. You can also do this by selecting the perspective directly by clicking on its name in the previous window. To revert to the default perspective, click on Default Perspective in the previous window.

## Perspective Definition

There are a number of windows on the left of the Sequencer Canvas (Model Preview, House Preview, Effect Assist, Effect Settings) and on the top of the Canvas (Effects, Color, Layer Blending and Layer Settings). This is currently the Default Perspective.

If you have a single monitor, you can close the windows that you may not use straight away or if you have multiple displays , then you can drag and rearrange them.

The next image shows the common windows kept open, moved to the left, and the less common ones have been closed.

![](/files/3PZ9VdrgJxaHrKVlicWG)

You can however arrange the windows in any fashion.

The rearranged windows must be saved as the default perspective so that it is loaded in that fashion whenever you open xLights.

![Save Current Perspective](/files/-Ld7CHDwQl5BxBkOFSDX)

Click on View, Perspective and then Save Current.

{% hint style="success" %}
To Open and select Windows, click on View, Windows and select the Window(s) that you wish to have open.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://manual.xlights.org/xlights/chapters/chapter-five-menus/view/perspective-definition.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
