> 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/quick-start-guide/getting-started.md).

# Getting Started

### Getting Started

Welcome to MotiveWave™! This section will guide you through the initial steps to get up and running with the application quickly and effortlessly. Whether you're a new user or upgrading to the latest version, this guide will help you familiarize yourself with the key features and functionalities of MotiveWave™.

#### 1. Installation:

* If you haven't already, [download](https://motivewave.com/download.htm) the latest version of MotiveWave™ from our website.
* Follow the on-screen instructions to install MotiveWave™ on your computer. The installation process is straightforward and typically only takes a few minutes to complete. You can refer to the "[Installation](/user-guide/quick-start-guide/installation.md)" section of this guide for more details.

#### 2. Launching the Application:

* Once installed, locate the MotiveWave™ icon on your desktop or in your applications folder.
* Double-click the icon to launch MotiveWave™. The application will start up and display the startup up screen where you can select your main workspace or set options.

#### 3. User Interface Overview:

* Take a moment to familiarize yourself with the user interface of MotiveWave™. The main workspace window is the Console: <https://youtu.be/sdLhFVcnDIQ?si=r25voP9xv2tnaQ-X>

**4. Basic Operations:**

* MotiveWave™ offers a wide range of tools and functionalities to help you accomplish your tasks efficiently. Explore the menus, toolbars, and panels to discover the various options available.
* Try out some basic operations such as creating a new chart, plotting drawings using tools and components, and backing up / restoring your workspace via the File menu.&#x20;

#### 5. Next Steps:

* Now that you've gotten started with MotiveWave™, check out the "[Next Steps](/user-guide/quick-start-guide/next-steps.md)" section for suggestions on where to go next. Whether you're interested in exploring [advanced features](/user-guide/quick-start-guide/advanced-features.md), [customizing](/user-guide/quick-start-guide/customization-options.md) your workspace, or [getting support](/user-guide/quick-start-guide/troubleshooting-and-support.md), we've got you covered.

#### 6.  Enjoy Using MotiveWave™!

Congratulations! You're now ready to dive in and start using MotiveWave™. If you have any questions or need assistance along the way, refer back to this guide or reach out to our support team for help.


---

# 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/quick-start-guide/getting-started.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.
