# Introduction

Welcome to the MotiveWave™ Docking Framework Guide! If you are reading this document then you have already installed MotiveWave™ on your computer and you are ready to start using the application.

If you have not yet installed MotiveWave™ or registered for a trial on our website, please read the Installation Guide before continuing on with this document.

The MotiveWave Docking Framework provides a flexible system to manage multiple panels (such as charts, watch lists etc) within a single application window. This document will outline and explain the features associated with this framework.

## Elements

When you first open a workspace in MotiveWave™ the console will be displayed with the default layout. Depending the broker/data service(s) you added to the workspace, the console window will look similar to the screen shot below:

<figure><img src="/files/2kDIbcDQIhCK4hNPxVB3" alt=""><figcaption></figcaption></figure>

The console has a number of elements outlined below. These elements will be explored in detail in this document.

* **Stations** – Stations contain one or more panels (charts, watch lists, etc) stacked on top of each other. The panels are directly accessible from the tabs in the top tab bar.
* **Pages** – Pages contain one or more stations arranged in a layout. An application window (Console or Desktop) may contain multiple pages that are accessible from the page tabs at the bottom of the window.
* **Layouts** – Stations are arranged within the page using a layout. Two types of layouts are supported: Split Layouts and Floating Station layouts.

## Desktops

The examples provided in this document are from the Console window (main application window). The Professional and Ultimate editions also provide Desktop windows that use the docking framework. Desktops may be created/accessed from the Console menu bar (File > New > New Desktop and File > Open > Open Desktop):

<figure><img src="/files/PZeig8NYxLzcLgIF461h" alt=""><figcaption></figcaption></figure>


---

# 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.motivewave.com/user-guide/console-1/docking-framework-guide/introduction.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.
