> For the complete documentation index, see [llms.txt](https://docs.motivewave.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.motivewave.com/user-guide/console-1.md).

# Console Overview

After you have installed MotiveWave™ and configured your workspace, the first window that you will see when opening that workspace will be the **Console**. The console provides access to all the features in MotiveWave™ and it is initially configured with a default layout.

<figure><img src="/files/6jhQmsCJoUG7qoUW4ILr" alt="Default console layout"><figcaption><p>Default Console Layout</p></figcaption></figure>

The console is organized into different ***pages*** (see screenshot above). The availability of the Trade Report, Scan and Optimize pages depends on the editions.&#x20;

&#x20;To access a different page, simply click on the page tab at the bottom of the console window. The default set of pages are as follows:

* **Home** – The home page contains a sample layout that has a single chart area and two spots at the bottom for watch lists.
* **Charts** – Sample layout of 6 charts.
* **Floating** – Sample floating stations provide an alternative to split layouts.
* **Account** – Layout containing information about your account, orders, positions and historical trades.
* **Trade Report** – Functionality to generate a report that can be filtered by account, instrument, and date
* **Options** – Sample layout containing Option Chains. Note: this page is only available on brokers that support options trading.
* **Scan** – Layout for using the scanning functionality within MotiveWave™.
* **Optimize** – Contains a strategy optimizer panel for Back Testing, Optimization and Walk Forward testing of automated strategies.

The following screen shots illustrate the default set of pages in the console:

<figure><img src="/files/nte3R1ogBK4oOhxGTqDY" alt=""><figcaption><p>Charts Page</p></figcaption></figure>

<figure><img src="/files/5ynsOea7UG6VQfprHWH4" alt=""><figcaption><p>Floating Page</p></figcaption></figure>

<figure><img src="/files/rVTAxjkbtlyNA7IbBfZG" alt=""><figcaption><p>Account Page</p></figcaption></figure>

<figure><img src="/files/aqScwIzWVc5kasgb39cC" alt=""><figcaption><p>Trade Report Page</p></figcaption></figure>

<figure><img src="/files/ouXs09Eq7w5PvLKFXJfh" alt=""><figcaption><p>Options Page</p></figcaption></figure>

<figure><img src="/files/qomSlV1SwlDEjcXp7Inn" alt=""><figcaption><p>Scan Page</p></figcaption></figure>

<figure><img src="/files/CZ3F7gJ1V4gwmf6Wr5QN" alt=""><figcaption><p>Optimize Page</p></figcaption></figure>

News page is available depending on your connection(s).

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


---

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