> For the complete documentation index, see [llms.txt](https://docs.intrepidcs.com/vspy-3-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.intrepidcs.com/vspy-3-documentation/basic-operation-of-vehicle-spy/using-window-docking.md).

# Using Window Docking

Another way to see more than on window at a time in Vehicle Spy is to use the window docking feature. With this feature, views can be placed where they will be the most useful.

Tearing and Docking Tabs (Figure 1): Tabs in Vehicle Spy can be "torn off" or removed from the main window. This comes in handy when needing to see a number of different view at the same time or if different windows on different parts of the screen would be helpful. Tabs are removed from the main window by clicking on the tab or view and dragging the view away.

Tabs that are removed can be put back or placed in other views. This is done by clicking and dragging on the view's title bar and moving it towards the view to dock it to. When the view gets close to another view, a dock option will appear. Moving the mouse over the dock option will snap it to the other view. The highlighted area is where the view will go if the mouse button is released. To prevent docking the view but allow it to move it elsewhere, hold Ctrl on the keyboard while dragging.

![Figure 1: Tearing and docking a tab.](/files/AUYkheMATK7JOW4oJEbC)


---

# 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://docs.intrepidcs.com/vspy-3-documentation/basic-operation-of-vehicle-spy/using-window-docking.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.
