# Syncing Projects

If you want to work on your Elements project across multiple Macs, we recommend using iCloud Drive. It’s built into macOS, fast, and well-integrated with the system, making it the most reliable option for syncing your projects.

While some users have reported success using services like Google Drive, we’ve also seen cases where those services can cause sync issues or corrupt project files due to the way they handle file locking and syncing.

#### Tips for iCloud Drive

* Make sure iCloud Drive is enabled on both Macs.
* Store your .elements project file inside your iCloud Drive folder.
* Wait for the project to finish syncing before opening it on another machine.

#### Supported Sync Services

* ✅ iCloud Drive
* ❌ Google Drive
* ❌ Dropbox

Avoid opening the same project on both Macs at the same time. Always allow iCloud to finish syncing before making changes.


---

# 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.realmacsoftware.com/elements-docs/elements/syncing-projects.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.
