# File

## New

**Page** – Create a new page within the console.

**Watchlist** – Create a new watch list.

**Desktop** – Create a new desktop (which is similar to a console).

**Chart Window** – Create a new chart in a separate window.

**DOM Window** – Create a new DOM in a separate window.

**Order Book Window** – Create a new Order Book in a separate window.

**Time & Sales Window** – Create a new Time & Sales in a separate window.

**Continuous Future** – Create a new continuous futures contract that will automatically rollover based on your selected rollover options.

**Custom Instrument** – Create a new custom instrument (spread, ratio, or index).

**Trade Copier Account** – Create a new trade copier account to copy trades between different brokerage accounts.

**Simulated Account** – Add a new simulated account.

**Replay Account** – Create a new replay mode account. Multiple replay accounts can be created for tracking different strategies.

## Open

**Open Desktop** – Open an existing desktop.

**Open Watch List** – Open an existing watch list.

## Save All

Save all titled analyses that have been modified since the previous save point.

## Backup

Create a manual workspace backup (.zip file).

## Restore

Restore a workspace backup file. This can be a manually created backup or an automated backup.

## Disconnect

Disconnect from your data feed or broker connection.

## Export Pages

Create and export a set of pages to be shared with others.

## Import Pages

Import a set of pages. Please see the feature above.

## Shutdown

Disconnect from your connection(s) and shutdown MotiveWave.


---

# 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/menu/file.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.
