> 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/workspace/cloud-workspaces.md).

# Cloud Workspaces

Cloud workspaces are hosted on MotiveWave’s server and can be accessed from any computer using the same license key. Cloud workspaces hold all of their data in the MotiveWave™ cloud (including settings, instruments analysis etc.) but also hold a local copy so that the workspace can be opened in “offline” mode. Any changes that are made to the workspace in “offline” mode will be synchronized with the cloud workspace the next time you open the workspace in “online” mode.

#### Synchronization <a href="#synchronization" id="synchronization"></a>

Workspace synchronization involves uploading new or changed files and removing deleted files from the cloud repository. For efficiency, untouched files will not be included in the synchronization process. Synchronization occurs at the following times:

1. **Startup** – When the workspace is first loaded, it will be synchronized with the cloud to ensure that the latest files are loaded to the local disk.
2. **Interval** – MotiveWave™ will run the synchronization process at a constant interval (**current every minute**) to check for changes and upload them to the cloud. This happens in the background and will not affect your usage of MotiveWave™.
3. **Shutdown** – When closing the workspace, any remaining changes will be synchronized with the cloud.
4. **Manual** – At any point you can force the synchronization to occur by choosing ***Configure > Synchronize Workspace*** from the Console menu bar.

#### Limitations <a href="#limitations" id="limitations"></a>

Cloud workspaces currently have the following limitations:

* Trial Accounts:
  * Maximum of 1 Cloud Workspace
  * Maximum workspace size is 50 MB
* Paid Accounts:
  * Maximum of 3 Cloud Workspace
  * Maximum workspace size is 200 MB

#### Creating/Editing Cloud Workspaces <a href="#creating-editing-cloud-workspaces" id="creating-editing-cloud-workspaces"></a>

A cloud workspace can be created by choosing “MotiveWave Cloud” from the location drop down in the Create Workspace dialog (see screen shot below). Existing workspaces may also be moved to the cloud in the Edit Workspace dialog. Note: you cannot change the name of a cloud workspace.

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

The Manage Workspaces dialog has been modified to show local vs cloud workspaces (see below).

<figure><img src="/files/BpqOpzi1FtqTvdGPFKjW" 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/knowledge-base/workspace/cloud-workspaces.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.
