> 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/knowledge-base/faq/how-do-i-position-and-size-the-chart-windows-on-a-specific-screen.md).

# How Do I Position and Size the Chart Windows on a Specific Screen?

Charts can be moved and resized the same as any other running program on your computer. Simply click and drag the title bar to move. Resizing is as simple as clicking and dragging the corners (or side / top) of the window.&#x20;

MotiveWave comes with a unique feature, ‘Tile Windows’, to automatically resize and position charts on the active screen (very useful when using multiple monitors). This feature is accessible from the chart context menu (right click anywhere in the chart area) and choose the ‘Tile Windows’ item (alternatively use the short cut Ctrl+W).&#x20;

Window sizes and positions are remembered when you close the workspace. The next time you start the workspace, all open charts will be opened and positioned in the last known location. If the original screen is no longer present, the charts will be placed on the primary screen.


---

# 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/knowledge-base/faq/how-do-i-position-and-size-the-chart-windows-on-a-specific-screen.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.
