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

# Saving & Sharing

> Save your charts and share them with others

# Saving & Sharing Charts

Save your visualizations and share them with colleagues or the community.

## Saving Charts

After creating a visualization, click the **Save Chart** button to preserve your work.

### Save Dialog Options

<Steps>
  <Step title="Platform-Generated Title">
    MACROVISONOMICS automatically generates a professional title for your chart based on indicators, countries, and date range. This ensures consistency and quality across all charts.
  </Step>

  <Step title="Description">
    Add context about your analysis or key findings (optional but recommended).
  </Step>

  <Step title="Visibility">
    Choose who can see your chart:

    * **Private**: Only you can access it
    * **Public**: Anyone with the link can view it
  </Step>

  <Step title="Tags">
    Add tags to organize your charts (e.g., "GDP", "G7", "growth")
  </Step>
</Steps>

<Note>
  **Platform-Generated Titles**: Chart titles are automatically generated by MACROVISONOMICS to ensure professional, consistent naming. You focus on the analysis - the platform handles the naming.
</Note>

## Accessing Saved Charts

Find all your saved charts in **My Space**:

* View all your charts at a glance
* Filter by chart type, tags, or date
* Quick actions: edit, duplicate, delete
* See view counts for published charts

## Sharing Options

### Private Link Sharing

When you save a chart, you get a unique shareable link:

```
https://macrovisonomics.com/charts/84e5db6a-0d8e-471c-840e-d856686aafab
```

<Tip>
  Click the copy button next to the link to copy it to your clipboard.
</Tip>

Anyone with this link can view your chart, even if it's set to private.

### Publish to Community

Make your chart discoverable by publishing it to the Community Gallery:

1. Open your saved chart
2. Click **Publish to Community**
3. Your chart appears in the public gallery

Published charts:

* Are visible to all users
* Can receive likes and comments
* May be featured on the homepage
* Build your public profile

### Embedding Charts

Charts can be embedded in external websites and reports:

```html theme={null}
<iframe 
  src="https://macrovisonomics.com/embed/84e5db6a-0d8e-471c-840e-d856686aafab"
  width="800" 
  height="500" 
  frameborder="0">
</iframe>
```

## Chart Management

### Duplicating Charts

Create a copy of any chart to use as a starting point:

1. Open the chart in My Space
2. Click the **Duplicate** button
3. Modify the copy without affecting the original

### Editing Charts

Update your saved charts anytime:

1. Open the chart
2. Click **Edit in Dashboard**
3. Make changes to data, settings, or appearance
4. Save to update the chart

### Deleting Charts

Remove charts you no longer need:

1. Go to My Space
2. Select charts to delete
3. Click the delete button
4. Confirm deletion

<Warning>
  Deleted charts cannot be recovered. Make sure you have any needed exports before deleting.
</Warning>

## Watchlists & Collections

### Creating Watchlists

Watchlists group related charts and indicators so you can monitor them together — for example, a "Eurozone Crisis Watch" collection tracking CDS spreads, yields, and fiscal balances for peripheral EU countries.

To create a watchlist:

1. Go to **My Space**
2. Click **New Collection**
3. Name the collection and add a description
4. Add charts by clicking **Add to Collection** on any saved chart
5. Optionally enable **Monitor Mode** to receive alerts when any chart's underlying data updates

### Monitoring Alerts

Gold and Enterprise users can set monitoring alerts on any watchlist:

| Alert Type           | Trigger                                              |
| -------------------- | ---------------------------------------------------- |
| **Data Refresh**     | Triggers when source data updates with new values    |
| **Threshold Breach** | Triggers when a value crosses a custom threshold     |
| **Weekly Digest**    | Sends a weekly summary of changes in your collection |

Set up alerts from **My Space → Collection → Manage Alerts**.

### Sharing Collections

Share an entire collection as a single link:

```
https://macrovisonomics.com/collections/my-em-debt-monitor
```

Anyone with the link can browse all charts in the collection, even if they don't have an account.

## Organization Tips

### Using Tags Effectively

Tags help you find charts quickly:

* Use consistent naming (e.g., always "GDP" not sometimes "gdp")
* Tag by topic: "inflation", "employment", "trade"
* Tag by region: "Europe", "Asia", "Africa"
* Tag by time period: "2020s", "historical"
* Tag by project: "Q1 Report", "IMF Brief", "Board Deck"

### Smart Filters in My Space

Use the filter panel to quickly surface charts:

| Filter         | Description                                      |
| -------------- | ------------------------------------------------ |
| **Chart type** | Filter by line, bar, map, bubble, etc.           |
| **Source**     | Show only charts using a specific data source    |
| **Date range** | Filter by when the chart was created or modified |
| **Tags**       | Multi-select tag filtering                       |
| **Visibility** | Private only, public only, or published          |

## Plan Availability

| Feature                             | Free     | Pro       | Gold      | Enterprise |
| ----------------------------------- | -------- | --------- | --------- | ---------- |
| Save charts                         | Up to 10 | Up to 100 | Unlimited | Unlimited  |
| Share via direct link               | Yes      | Yes       | Yes       | Yes        |
| Publish to Community Gallery        | —        | Yes       | Yes       | Yes        |
| Embed charts (iframe)               | —        | Yes       | Yes       | Yes        |
| Browse Community Gallery            | Yes      | Yes       | Yes       | Yes        |
| Custom tags                         | Yes      | Yes       | Yes       | Yes        |
| PNG, SVG & CSV export               | Yes      | Yes       | Yes       | Yes        |
| Excel export                        | —        | Yes       | Yes       | Yes        |
| JSON / PDF export                   | —        | —         | Yes       | Yes        |
| Collections / watchlists            | —        | Up to 5   | Unlimited | Unlimited  |
| Monitoring alerts                   | —        | —         | Yes       | Yes        |
| Custom branding on published charts | —        | —         | Yes       | Yes        |

## Related Features

* [My Space](/features/my-space) — manage all your saved charts and collections
* [Publishing](/features/publishing) — publish charts to the Community Gallery
* [Exporting](/features/exporting) — download charts as images or data files
