# Floating Panels

*Floating* a graphical panel creates a copy of it in a separate window that can be moved and resized independently of the main Vehicle Spy application. This is useful for creating controls that you want to always be accessible regardless of what is being done in VSpy, and for setting up complex applications where multiple panels need to be accessed at the same time. An example of a floated panel can be seen in Figure 1.

**Note:** Floating panels are always shown in locked mode; editing must be done using the version of the panel within the main Graphical Panels window.

![Figure 1: A graphical panel in its default position along with a floated version.](/files/iMheGioGA2piZp66lhpf)

### Floating a Panel from within the Graphical Panels View

One easy way to create a floating panel is to simply right-click the panel's tab along the [row of panel control buttons](/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/graphical-panels/graphical-panels-select-and-work-with-panels.md) and select **Float** (Figure 2).

![Figure 2: Floating a panel from Graphical Panels view.](/files/6jNP3KvZWoJA0Pn3kHvj)

### The Floating Panels Menu Item

Whenever at least one tool is present on a graphical panel, Vehicle Spy will add an item to the **Measurement** menu called **Floating Panels**. This entry contains a submenu that allows you to float graphical panels and perform other functions with them; an example of the menu can be seen in Figure 3.

Selecting a panel by name from this menu will float it; for example, choosing **Panel 1** will create a floating Panel 1 window like that shown in Figure 1. You can also select **Close All** to immediately close any current floating panels, or **Cascade** to neatly arrange floating panels with their top left corners aligned and offset.

![Figure 3: The Floating Panels menu creates a submenu whenever at least one graphical panel has a tool defined.](/files/S6ntNCV0Aso96JTX9mqG)


---

# 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.intrepidcs.com/vspy-3-documentation/vehicle-spy-main-menus/main-menu-measurement/graphical-panels/floating-panels.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.
