> 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.md).

# FAQ

- [Can I Add Commentary](https://docs.motivewave.com/knowledge-base/faq/can-i-add-commentary.md)
- [Can I Have a Simulated and a Live Trading Account](https://docs.motivewave.com/knowledge-base/faq/can-i-have-a-simulated-and-a-live-trading-account.md)
- [Can I Have More Than One Broker Account](https://docs.motivewave.com/knowledge-base/faq/can-i-have-more-than-one-broker-account.md)
- [Can I Save My Analysis](https://docs.motivewave.com/knowledge-base/faq/can-i-save-my-analysis.md)
- [Can I Trade from the Chart](https://docs.motivewave.com/knowledge-base/faq/can-i-trade-from-the-chart.md)
- [Can I Use MotiveWave on Multiple Computers](https://docs.motivewave.com/knowledge-base/faq/can-i-use-motivewave-on-multiple-computers.md)
- [Does MotiveWave Support macOS](https://docs.motivewave.com/knowledge-base/faq/does-motivewave-support-macos.md)
- [Does MotiveWave Support Multiple Computer Screens](https://docs.motivewave.com/knowledge-base/faq/does-motivewave-support-multiple-computer-screens.md)
- [How Do I Log in to MotiveWave](https://docs.motivewave.com/knowledge-base/faq/how-do-i-log-in-to-motivewave.md)
- [How Do I Make Point & Figure and Hybrid Renko Charts](https://docs.motivewave.com/knowledge-base/faq/how-do-i-make-point-and-figure-and-hybrid-renko-charts.md)
- [How Do I Position and Size the Chart Windows on a Specific Screen](https://docs.motivewave.com/knowledge-base/faq/how-do-i-position-and-size-the-chart-windows-on-a-specific-screen.md)
- [How Do I Save My Charts](https://docs.motivewave.com/knowledge-base/faq/how-do-i-save-my-charts.md)
- [How Do I Sync MotiveWave Between Two Computers](https://docs.motivewave.com/knowledge-base/faq/how-do-i-sync-motivewave-between-two-computers.md)
- [What Instruments Does MotiveWave Support](https://docs.motivewave.com/knowledge-base/faq/what-instruments-does-motivewave-support.md)
- [What Is Compact Mode for Chart Windows](https://docs.motivewave.com/knowledge-base/faq/what-is-compact-mode-for-chart-windows.md)
- [Where Are the Chart Tools](https://docs.motivewave.com/knowledge-base/faq/where-are-the-chart-tools.md)


---

# 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.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.
