> ## Documentation Index
> Fetch the complete documentation index at: https://wey.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Cloud Sync

> Keep your roadmap data synchronized across devices

## Overview

Wey automatically syncs your data to the cloud, ensuring your roadmap is accessible from any device and always up to date.

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/wey/images/placeholder-sync.png" alt="Cloud Sync" />
</Frame>

## How Sync Works

### Automatic Syncing

Data syncs automatically when you:

* Create or edit items
* Update settings
* Modify organization structure

You don't need to manually save or sync—changes are pushed to the cloud in the background.

### Sync Status

Look for the sync indicator in the app:

| Status         | Meaning                              |
| -------------- | ------------------------------------ |
| ✅ **Synced**   | All changes saved to cloud           |
| 🔄 **Syncing** | Changes are being uploaded           |
| ⚠️ **Offline** | No connection, changes saved locally |

## Offline Support

Wey works offline:

### When Offline

* Continue viewing and editing your roadmap
* Changes are saved locally
* Full functionality remains available

### When Connection Returns

* Local changes sync automatically
* Cloud changes pull down
* Data merges seamlessly

<Info>
  Offline changes are preserved and synced when you reconnect. You won't lose work.
</Info>

## Data Storage

### Local Storage

Your browser stores a copy of your roadmap data:

* Enables offline access
* Provides fast loading
* Acts as a cache

### Cloud Storage

The authoritative copy lives in the cloud:

* Accessible from any device
* Shared across team members
* Backed up and secure

## Multi-Device Access

Access your roadmap from multiple devices:

<Steps>
  <Step title="Sign In">
    Log into Wey on any device.
  </Step>

  <Step title="Data Syncs">
    Your workspaces and data automatically download.
  </Step>

  <Step title="Stay Updated">
    Changes from any device sync to all others.
  </Step>
</Steps>

<Frame>
  <img src="https://mintlify.s3.us-west-1.amazonaws.com/wey/images/placeholder-multi-device.png" alt="Multi-Device Access" />
</Frame>

## Troubleshooting

### Sync Issues

If sync seems stuck:

1. Check your internet connection
2. Look for the sync status indicator
3. Try refreshing the page
4. Contact support if issues persist

### Data Conflicts

In rare cases of conflicting edits:

* Most recent change typically wins
* No data is lost—history is preserved
* Review recent changes if uncertain

## Best Practices

<AccordionGroup>
  <Accordion title="Stay Connected">
    Work online when possible for immediate sync and collaboration.
  </Accordion>

  <Accordion title="Check Sync Status">
    Verify sync is complete before closing the browser, especially after major changes.
  </Accordion>

  <Accordion title="Regular Use">
    Access your roadmap regularly to keep local cache fresh.
  </Accordion>
</AccordionGroup>

## Related

<CardGroup cols={2}>
  <Card title="Collaboration" icon="users" href="/docs/teams/collaboration">
    Work together in real-time.
  </Card>

  <Card title="Demo Data" icon="sample" href="/docs/data/demo-data">
    Generate sample data to explore.
  </Card>
</CardGroup>
