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

# Export & share

export const CloudinaryVideo = ({src, controls = true, autoplay = false, loop = false, muted = true, poster = null}) => {
  return <video controls={controls} autoPlay={autoplay} loop={loop} className="w-full shadow-lg" src={src} muted={muted} poster={poster} playsinline></video>;
};

export const Icon = ({name}) => {
  return <div className="h-4 w-4 fill-gray-800 dark:fill-gray-100 text-gray-800 dark:text-gray-100 inline-block align-middle">
            <svg className="w-4 h-4 bg-gray-800 dark:bg-gray-100" style={{
    maskImage: `url('https://mintlify.b-cdn.net/v6.5.1/solid/${name}.svg')`,
    maskRepeat: "no-repeat",
    maskPosition: "center center"
  }} />
        </div>;
};

## Exporting Insights

1. Navigate to the Insights page and choose the Insight you want to export.
2. Click on the <Icon name="download" /> icon to download a `.csv` export.
   <Frame>
     <img src="https://mintcdn.com/converge/zWlDFBz7l1F_0PFn/images/insights-dashboards/export-button.png?fit=max&auto=format&n=zWlDFBz7l1F_0PFn&q=85&s=18e15731f19838a50ed9fd7035056331" alt="" width="2195" height="690" data-path="images/insights-dashboards/export-button.png" />
   </Frame>
3. Done.

### Opening Converge Exports in Google Sheets

Some Google Sheets region configurations do not load Converge exports correctly.
Therefore, it's important to set your Sheets *Locale* to **United States**.

See the recording below for a step-by-step tutorial:

<CloudinaryVideo autoplay={true} loop={true} src="https://res.cloudinary.com/drv76uky1/video/upload/v1734965460/Export-Google-Sheets_eyr8jr.mp4" />
