CINXE.COM

Fireflies Product Updates Round-up: March 2024

<!DOCTYPE html> <html lang="en" data-color-scheme="light"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <link rel="icon" href="https://fireflies.ai/blog/assets/images/favicon.png" type="image/png" /> <title>Fireflies Product Updates Round-up: March 2024</title> <meta name="HandheldFriendly" content="True" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="manifest" href="https://fireflies.ai/blog/assets/manifest.webmanifest?v=871cddc725"> <meta name="theme-color" content="#be38f3"> <link rel="apple-touch-icon" href="https://fireflies.ai/blog/assets/icon-192x192.png?v=871cddc725"> <link rel="preload" href="https://fireflies.ai/blog/assets/dist/app.min.js?v=871cddc725" as="script"> <link rel="preload" href="https://fireflies.ai/blog/assets/dist/app.min.css?v=871cddc725" as="style"> <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap" as="font" onload="this.onload=null;this.rel='stylesheet'"> <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap" as="font" onload="this.onload=null;this.rel='stylesheet'"> <link rel="preload stylesheet" href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap" as="font" onload="this.onload=null;this.rel='stylesheet'"> <noscript> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,600;0,700;0,800;1,400;1,600;1,700;1,800&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap"> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Playfair+Display:ital@0;1&display=swap"> </noscript> <script> // =============== // Basic Config // =============== let config = { /* Replace it with your domain: ghost_host: 'https://yoursite.domain' */ ghost_url: 'https://fireflies.ghost.io/blog', /* Settings > Integrations > New Custom Integration. Copy Key. Replace ghost_key below. */ ghost_key: '66a8c0d20f69f2baf6bf698fad', /* Ghost version: v4 or v3 */ ghost_version: 'v4', /* Default Color Scheme. Values: preference(detects user setting), light, dark. */ color_scheme_default: 'preference', /* Enable Progress Bar for posts */ enable_progress_bar: true, /* Enable lightbox for post images */ enable_image_lightbox: true, /* Enable Scroll Top Button */ enable_scroll_top: true, /* Enable hyphens */ enable_hyphens: false, /* Enable PWA - Progressive Web App */ enable_pwa: false, /* Replace 'biron-demo' with your disqus account shortname */ disqus_shortname: 'biron-demo', /* Open external links in posts in a new tab */ open_links_in_new_tab: false } // ========================= // Dark/Light Theme Handling // ========================= let preferredTheme; if (config.color_scheme_default === 'preference') { const preferredColorScheme = (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) ? 'dark' : 'light'; preferredTheme = localStorage.getItem('USER_COLOR_SCHEME') || preferredColorScheme; } else { preferredTheme = localStorage.getItem('USER_COLOR_SCHEME') || config.color_scheme_default; } document.documentElement.setAttribute("data-color-scheme", preferredTheme); // ========================= // Set Hyphens property // ========================= const root = document.documentElement; if (config.enable_hyphens) { root.style.setProperty('--global-hyphens', 'auto') } // =============================== // Global values used in the theme // =============================== const global = { pagination_current_page: parseInt(``), pagination_next_page: parseInt(``), pagination_next_page_link: '', pagination_max_pages: parseInt(''), pagination_posts_per_page: parseInt('12'), } </script> <link rel="stylesheet" type="text/css" href="https://fireflies.ai/blog/assets/dist/app.min.css?v=871cddc725" /> <script async defer src="https://fireflies.ai/blog/assets/dist/app.min.js?v=871cddc725"></script> <!--cssential--><style></style><!--/cssential--> <meta name="description" content="Personalized Feed, language customization for file uploads, User Groups &amp; Real-time pane—March 2024 has been eventful at Fireflies. Click here to learn more!"> <link rel="icon" href="https://fireflies.ai/blog/content/images/size/w256h256/2022/12/Logo-Icon--1-.png" type="image/png"> <link rel="canonical" href="https://fireflies.ai/blog/fireflies-product-updates-march-2024/"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta property="og:site_name" content="Fireflies.ai Blog"> <meta property="og:type" content="article"> <meta property="og:title" content="Fireflies Product Updates Round-up: March 2024"> <meta property="og:description" content="Personalized Feed, language customization for file uploads, User Groups &amp; Real-time pane—March 2024 has been eventful at Fireflies. Click here to learn more!"> <meta property="og:url" content="https://fireflies.ai/blog/fireflies-product-updates-march-2024/"> <meta property="og:image" content="https://fireflies.ai/blog/content/images/size/w1200/2024/04/March-updates.png"> <meta property="article:published_time" content="2024-04-03T12:30:27.000Z"> <meta property="article:modified_time" content="2024-04-03T12:30:26.000Z"> <meta property="article:tag" content="Product"> <meta property="article:tag" content="What&amp;#x27;s new"> <meta property="article:publisher" content="https://www.facebook.com/firefliesapp"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Fireflies Product Updates Round-up: March 2024"> <meta name="twitter:description" content="Personalized Feed, language customization for file uploads, User Groups &amp; Real-time pane—March 2024 has been eventful at Fireflies. Click here to learn more!"> <meta name="twitter:url" content="https://fireflies.ai/blog/fireflies-product-updates-march-2024/"> <meta name="twitter:image" content="https://fireflies.ai/blog/content/images/size/w1200/2024/04/March-updates.png"> <meta name="twitter:label1" content="Written by"> <meta name="twitter:data1" content="Soorya Radhakrishnan"> <meta name="twitter:label2" content="Filed under"> <meta name="twitter:data2" content="Product, What&#x27;s new"> <meta name="twitter:site" content="@firefliesai"> <meta property="og:image:width" content="1200"> <meta property="og:image:height" content="773"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "publisher": { "@type": "Organization", "name": "Fireflies.ai Blog", "url": "https://fireflies.ai/blog/", "logo": { "@type": "ImageObject", "url": "https://fireflies.ai/blog/content/images/2022/02/FF---Blog-Logo.svg", "width": 133, "height": 40 } }, "author": { "@type": "Person", "name": "Soorya Radhakrishnan", "image": { "@type": "ImageObject", "url": "https://fireflies.ai/blog/content/images/2023/02/IMG-20191104-WA0130.jpg", "width": 960, "height": 1280 }, "url": "https://fireflies.ai/blog/author/soorya/", "sameAs": [] }, "headline": "Fireflies Product Updates Round-up: March 2024", "url": "https://fireflies.ai/blog/fireflies-product-updates-march-2024/", "datePublished": "2024-04-03T12:30:27.000Z", "dateModified": "2024-04-03T12:30:26.000Z", "image": { "@type": "ImageObject", "url": "https://fireflies.ai/blog/content/images/size/w1200/2024/04/March-updates.png", "width": 1200, "height": 773 }, "keywords": "Product, What's new", "description": "Personalized Feed, language customization for file uploads, User Groups &amp; Real-time pane—March 2024 has been eventful at Fireflies. Click here to learn more!", "mainEntityOfPage": "https://fireflies.ai/blog/fireflies-product-updates-march-2024/" } </script> <meta name="generator" content="Ghost 5.115"> <link rel="alternate" type="application/rss+xml" title="Fireflies.ai Blog" href="https://fireflies.ai/blog/rss/"> <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.50/umd/portal.min.js" data-i18n="true" data-ghost="https://fireflies.ai/blog/" data-key="ea638cdba9253872dd867725c0" data-api="https://fireflies.ghost.io/blog/ghost/api/content/" data-locale="en" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content, .gh-post-upgrade-cta { display: flex; flex-direction: column; align-items: center; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; text-align: center; width: 100%; color: #ffffff; font-size: 16px; } .gh-post-upgrade-cta-content { border-radius: 8px; padding: 40px 4vw; } .gh-post-upgrade-cta h2 { color: #ffffff; font-size: 28px; letter-spacing: -0.2px; margin: 0; padding: 0; } .gh-post-upgrade-cta p { margin: 20px 0 0; padding: 0; } .gh-post-upgrade-cta small { font-size: 16px; letter-spacing: -0.2px; } .gh-post-upgrade-cta a { color: #ffffff; cursor: pointer; font-weight: 500; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a:hover { color: #ffffff; opacity: 0.8; box-shadow: none; text-decoration: underline; } .gh-post-upgrade-cta a.gh-btn { display: block; background: #ffffff; text-decoration: none; margin: 28px 0 0; padding: 8px 18px; border-radius: 4px; font-size: 16px; font-weight: 600; } .gh-post-upgrade-cta a.gh-btn:hover { opacity: 0.92; }</style> <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/sodo-search.min.js" data-key="ea638cdba9253872dd867725c0" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/main.css" data-sodo-search="https://fireflies.ghost.io/blog/" data-locale="en" crossorigin="anonymous"></script> <link href="https://fireflies.ai/blog/webmentions/receive/" rel="webmention"> <script defer src="/blog/public/cards.min.js?v=871cddc725"></script> <link rel="stylesheet" type="text/css" href="/blog/public/cards.min.css?v=871cddc725"> <script defer src="/blog/public/comment-counts.min.js?v=871cddc725" data-ghost-comments-counts-api="https://fireflies.ai/blog/members/api/comments/counts/"></script> <script defer src="/blog/public/member-attribution.min.js?v=871cddc725"></script><style>:root {--ghost-accent-color: #be38f3;}</style> <style> body { --color-primary: #e82a73; /*change the color*/ --color-secondary: #5C0AC7; /*change the color*/ } </style> <style> .mc-closeModal { padding: 0 !important; } </style> <meta name="google-site-verification" content="LMCKiq5LSvaM-4Gc20xifO8gN6Y0-jnLW253XAmGTzo" /> <meta name="google-site-verification" content="aQkmOHF-M6ppzGmy7T210kJQ8LxWLtj27lvTIFT5ZvM" /> <meta name="robots" content="max-image-preview:large"> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-NCDTZPN');</script> <!-- End Google Tag Manager --> <script id='pixel-script-poptin' src='https://cdn.popt.in/pixel.js?id=16f33eb81f45a' async='true'></script> <script src="https://cdn.jsdelivr.net/gh/ugokoli/tinyq/dist/tinyquoter.min.js"></script> <script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/c9c48c51be1439543e6100c6d/8a9e21abcfea8fce483562719.js");</script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Organization", "name": "Fireflies.ai Blog", "url": "https://fireflies.ai/blog/", "logo": "https://fireflies.ai/blog/content/images/2022/02/FF---Blog-Logo.svg", "sameAs": [ "https://www.facebook.com/firefliesapp", "https://twitter.com/firefliesai", "https://www.instagram.com/firefliesai/", "https://www.linkedin.com/company/fireflies-inc/" ] } </script> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "ItemList", "itemListElement": [ { "@type": "ListItem", "position": "1", "item": { "@type": "Article", "url": "https://fireflies.ai/blog/how-to-create-a-customer-journey-map/", "headline": "How to Create a Customer Journey Map", "image": "https://fireflies.ai/blog/content/images/size/w2000/2022/06/MyApril10.jpg", "dateCreated": "2022-06-17", "author": { "@type": "Person", "name": "Medha Bhatt", "url" : "https://fireflies.ai/blog/author/medha/" } } }, { "@type": "ListItem", "position": "2", "item": { "@type": "Article", "headline": "What is AI Transcription? Everything You Need to Know", "url": "https://fireflies.ai/blog/what-is-ai-transcription/", "image": "https://fireflies.ai/blog/content/images/size/w2000/2022/05/What-is-AI-Transcription-.png", "dateCreated": "2022-05-25", "author": { "@type": "Person", "name": "Medha Bhatt", "url" : "https://fireflies.ai/blog/author/medha/" } } }, { "@type": "ListItem", "position": "3", "item": { "@type": "Article", "headline": "Feature Update: Stay Organized with Fireflies’ Notebook Channels", "url": "https://fireflies.ai/blog/fireflies-update-notebook-channels/", "image": "https://images.unsplash.com/photo-1512314889357-e157c22f938d?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwxMTc3M3wwfDF8c2VhcmNofDN8fHVwZGF0ZXxlbnwwfHx8fDE2NTMzODczNzE&ixlib=rb-1.2.1&q=80&w=2000", "dateCreated": "2022-05-22", "author": { "@type": "Person", "name": "Medha Bhatt", "url" : "https://fireflies.ai/blog/author/medha/" } } } ] } </script> <script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "WebSite", "name": "Fireflies.ai Blog", "url": "https://fireflies.ai/blog/", "potentialAction": { "@type": "SearchAction", "target": "https://fireflies.ai/blog/?q={search_term_string}{search_term_string}", "query-input": "required name=search_term_string" } } </script> <script> document.addEventListener("DOMContentLoaded", function() { const links = document.querySelectorAll("a"); links.forEach(function(link) { if (link.host !== window.location.host) { link.setAttribute("target", "_blank"); link.setAttribute("rel", "noopener noreferrer"); } }); }); </script> <link href="//cdn-images.mailchimp.com/embedcode/horizontal-slim-10_7.css" rel="stylesheet" type="text/css"> <Script type="text/javascript" src="https://paperform.co/__embed.min.js"></Script> </head> <body class="post-template tag-product tag-whats-new"> <div class="search" id="search"> <div class="search__header"> <form action="/" method="get" class="search__form" id="search-form"> <input type="text" id="ghost-search-field" class="search__input" title="Search" placeholder="Search" autocomplete="off" required/> <div class="search__icon"> <i class="icon icon-search icon--lg"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#search"></use> </svg> </i> </div> </form> <a tabindex="0" class="search--close" id="search-close"> <i class="icon icon-x icon--lg"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#x"></use> </svg> </i> </a> </div> <div class="search-helper"> <div class="search__tag js-search-tag" tabindex="0" title="Productivity">Productivity</div> <div class="search__tag js-search-tag" tabindex="0" title="Meetings">Meetings</div> <div class="search__tag js-search-tag" tabindex="0" title="Guides for Businesses">Guides for Businesses</div> <div class="search__tag js-search-tag" tabindex="0" title="Sales">Sales</div> <div class="search__tag js-search-tag" tabindex="0" title="Customer Story">Customer Story</div> <div class="search__tag js-search-tag" tabindex="0" title="Product">Product</div> <div class="search__tag js-search-tag" tabindex="0" title="transcription">transcription</div> <div class="search__tag js-search-tag" tabindex="0" title="AI and ML">AI and ML</div> </div> <div class="search-content"> <div class="search-result" id="ghost-search-results"></div> </div> </div> <div class="menu" id="menu"> <div class="container-fluid"> <div class="row"> <div class="col-xs-12 is-flex end-xs"> <a tabindex="0" class="menu--close" id="menu-close"> <i class="icon icon-x icon--lg"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#x"></use> </svg> </i> </a> </div> <div class="col-xs-12"> <div class="menu__main"> <ul class="nav"> <li class="nav-fireflies-ai-website"><a href="https://fireflies.ai">Fireflies.ai Website</a></li> <li class="nav-product"><a href="https://fireflies.ai/blog/tag/product/">Product</a></li> <li class="nav-meetings"><a href="https://fireflies.ai/blog/tag/meeting-tips-and-resources/">Meetings</a></li> <li class="nav-recruitment"><a href="https://fireflies.ai/blog/tag/hr-management-and-recruitment/">Recruitment</a></li> <li class="nav-productivity"><a href="https://fireflies.ai/blog/tag/productivity/">Productivity</a></li> <li class="nav-sales"><a href="https://fireflies.ai/blog/tag/sales/">Sales</a></li> <li class="nav-remote-work"><a href="https://fireflies.ai/blog/tag/remote-work/">Remote Work</a></li> <li class="nav-customer-story"><a href="https://fireflies.ai/blog/tag/customer-story/">Customer Story</a></li> <li class="nav-all-categories"><a href="https://fireflies.ai/blog/tags/">All Categories</a></li> </ul> </div> <div class="menu__secondary"> <ul class="nav"> <li class="nav-fireflies-ai-app"><a href="https://app.fireflies.ai/login">Fireflies.ai App</a></li> <li class="nav-request-demo"><a href="https://requestinfo.fireflies.ai/">Request Demo</a></li> </ul> </div> </div> </div> </div> </div> <header class="header"> <div id="progress"></div> <div class="header__top"> <div class="container-fluid wrapper"> <div class="row"> <div class="col-xs-6 col-md-4 middle-xs is-flex"> <div class="header__brand flex-cc"> <a href="https://fireflies.ai/blog"> <img class="header__logo-light" src="https://fireflies.ai/blog/content/images/2022/02/FF---Blog-Logo.svg" alt="Fireflies.ai Blog"> </a> </div> </div> <div class="col-xs-3 col-md-2 end-xs middle-xs is-flex"> <div class="header__search"> <a class="header__search--open" id="search-open" tabindex="0" title="Search" aria-label="Search"> <i class="icon icon-search icon--sm"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#search"></use> </svg> </i> </a> </div> <div class="header__theme"> <a class="header__theme--toggle" id="theme-dark" tabindex="0" title="Dark Theme" aria-label="Dark Theme"> <i class="icon icon-moon icon--sm"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#moon"></use> </svg> </i> </a> <a class="header__theme--toggle" id="theme-light" tabindex="0" title="Light Theme" aria-label="Light Theme"> <i class="icon icon-sun icon--sm"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#sun"></use> </svg> </i> </a> </div> </div> <div class="col-xs-3 col-md-6 end-xs middle-xs is-flex"> <div class="header__member"> <a class="header__member--open" tabindex="0" aria-label="Subscribe/Log in"> <i class="icon icon-user icon--sm"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#user"></use> </svg> </i> </a> <div class="header__member-options"> <a class="signup-link header-cta" href="#" style="color: #795af1; background: #f4f3fe; border: 1px solid #f4f3fe" onMouseOver="this.style.background='#e4e3ee'" onMouseOut="this.style.background='#f4f3fe'" onclick="(function(){Paperform.popup('exnqmbby', {prefill: { utm_source: 'blog_navbar' }})})()" > Request Demo </a> &nbsp; <a class="signup-link header-cta" href="https://fireflies.ai/?utm_source=blog&utm_medium=referral&utm_campaign=header" style="color: white; background: #795af1; border: 1px solid #795af1" onMouseOver="this.style.background='#694ae1'" onMouseOut="this.style.background='#795af1'" > See Fireflies </a> </div> </div> <button id="menu-open" class="header__menu--open hamburger" type="button" title="Menu" aria-label="Menu"> <span></span> </button> </div> </div> </div> </div> <div class="header__bottom"> <div class="container-fluid wrapper"> <div class="row"> <nav class="col-xs header__nav"> <ul class="nav"> <li class="nav-fireflies-ai-website"><a href="https://fireflies.ai">Fireflies.ai Website</a></li> <li class="nav-product"><a href="https://fireflies.ai/blog/tag/product/">Product</a></li> <li class="nav-meetings"><a href="https://fireflies.ai/blog/tag/meeting-tips-and-resources/">Meetings</a></li> <li class="nav-recruitment"><a href="https://fireflies.ai/blog/tag/hr-management-and-recruitment/">Recruitment</a></li> <li class="nav-productivity"><a href="https://fireflies.ai/blog/tag/productivity/">Productivity</a></li> <li class="nav-sales"><a href="https://fireflies.ai/blog/tag/sales/">Sales</a></li> <li class="nav-remote-work"><a href="https://fireflies.ai/blog/tag/remote-work/">Remote Work</a></li> <li class="nav-customer-story"><a href="https://fireflies.ai/blog/tag/customer-story/">Customer Story</a></li> <li class="nav-all-categories"><a href="https://fireflies.ai/blog/tags/">All Categories</a></li> </ul> </nav> </div> </div> </div> </header> <main class="main"> <div class="container-fluid wrapper"> <div class="row"> <div class="col-xs-12"> <div class="post-hero"> <figure class="post-hero__image"> <img class="lazyload" data-srcset="/blog/content/images/size/w300/2024/04/March-updates.png 300w, /blog/content/images/size/w600/2024/04/March-updates.png 600w, /blog/content/images/size/w1000/2024/04/March-updates.png 1000w, /blog/content/images/size/w2000/2024/04/March-updates.png 2000w" data-sizes="(max-width: 800px) 50vw, (max-width: 1170px) 60vw, 1400px" data-src="/blog/content/images/size/w2000/2024/04/March-updates.png" src="https://fireflies.ai/blog/assets/images/img-placeholder-md.jpg?v=871cddc725" alt="Fireflies Product Updates Round-up: March 2024" /> </figure> <div class="post-hero__content"> <div class="post-hero__header"> <a class="tag-product post-hero__tag" href="/blog/tag/product/" title="Product" aria-label="Products">Product</a> <a class="tag-whats-new post-hero__tag" href="/blog/tag/whats-new/" title="What&#x27;s new" aria-label="What&#x27;s news">What&#x27;s new</a> </div> <h1 class="post-hero__title">Fireflies Product Updates Round-up: March 2024</h1> <div class="post-hero__details"> <div class="post-hero__authors is-flex "> <div class="post-hero__author"> <a href="/blog/author/soorya/" class="post-hero__author-image" aria-label="Soorya Radhakrishnan"> <img class="lazyload" data-src="/blog/content/images/2023/02/IMG-20191104-WA0130.jpg" alt="Soorya Radhakrishnan" src="https://fireflies.ai/blog/assets/images/img-placeholder-square.jpg?v=871cddc725" /> </a> </div> </div> <div class="post-hero__info"> <div class="post-hero__author-names"> <a href="/blog/author/soorya/">Soorya Radhakrishnan</a> </div> <time datetime="2024-04-03" class="post-hero__date"> Apr 3, 2024 </time> </div> </div> </div> </div> </div> <div class="col-xs-12 col-xl-3 toc-wrapper"> <div class="post-toc"> <div class="post-toc__head js-toc-toggle"> <h4>Table of Contents</h4> <div class="post-toc__icon js-toc-icon"><i class="icon icon-chevron-right"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#chevron-right"></use> </svg> </i></div> </div> <div class="post-toc__content js-toc"></div> </div> </div> <div class="col-xs-12 col-lg-8 col-xl-6"> <article class="post tag-product tag-whats-new post-access-public has-sidebar has-toc"> <div class="social-share"> <a class="social-share__item js-share" tabindex="0" data-type="twitter" data-title="Fireflies%20Product%20Updates%20Round-up%3A%20March%202024" data-url="https://fireflies.ai/blog/fireflies-product-updates-march-2024/" title="Share on Twitter" aria-label="Share on Twitter"> <i class="icon icon-twitter icon--sm"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#twitter"></use> </svg> </i> </a> <a class="social-share__item js-share" tabindex="0" data-type="facebook" data-title="Fireflies%20Product%20Updates%20Round-up%3A%20March%202024" data-url="https://fireflies.ai/blog/fireflies-product-updates-march-2024/" title="Share on Facebook" aria-label="Share on Facebook"> <i class="icon icon-facebook icon--sm"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#facebook"></use> </svg> </i> </a> <a class="social-share__item js-share" tabindex="0" data-type="linkedin" data-title="Fireflies%20Product%20Updates%20Round-up%3A%20March%202024" data-url="https://fireflies.ai/blog/fireflies-product-updates-march-2024/" title="Share on Linkedin" aria-label="Share on Linkedin"> <i class="icon icon-linkedin icon--sm"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#linkedin"></use> </svg> </i> </a> <a href="mailto:?subject=Fireflies%20Product%20Updates%20Round-up%3A%20March%202024&body=https://fireflies.ai/blog/fireflies-product-updates-march-2024/" class="social-share__item js-share" tabindex="0" data-type="email" data-title="Fireflies%20Product%20Updates%20Round-up%3A%20March%202024" data-url="https://fireflies.ai/blog/fireflies-product-updates-march-2024/" title="Share by email" aria-label="Share by email"> <i class="icon icon-mail icon--sm"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#mail"></use> </svg> </i> </a> <a class="copy-link js-share js-copy-link" tabindex="0" data-type="copy" data-title="Fireflies%20Product%20Updates%20Round-up%3A%20March%202024" data-url="https://fireflies.ai/blog/fireflies-product-updates-march-2024/" title="Copy to clipboard" data-label="Copied!" aria-label="Copy to clipboard"> <i class="icon icon-copy icon--sm"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#copy"></use> </svg> </i> </a> </div> <div class="post__content js-toc-content"> <p>Level up your meeting game! Our latest updates are packed with features to streamline your workflow, boost collaboration, and make meetings more actionable. Now you can:</p><ul><li>Customize transcription language for each upload.</li><li>Review your week at a glance with My Feed.</li><li>Organize your team and streamline collaboration with User Groups.</li><li>Maximize meeting engagement with the real-time pane.</li></ul><p>Exciting? Read on!</p><h2 id="customize-transcription-language-for-each-upload">Customize transcription language for each upload</h2><p>You can now tailor the transcription language for each file upload without changing your <a href="https://guide.fireflies.ai/hc/en-us/articles/360020108517-What-Languages-Do-Fireflies-Support?ref=fireflies.ai"><u>Global language settings</u></a>. It’s similar to how you can <a href="https://fireflies.ai/blog/fireflies-product-updates-january-2024#customize-the-meeting-language-of-each-meeting"><u>customize the language of individual meetings</u></a>.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/iMN7oB7G8pFxDqbRwHYg8XC53cp9O5tx8JwMTI7Gc_0FlmjTnIAP0R8OWQaSuCHwPjwk21wNsslACRG6mcLslAozjQcZwlrKayQ-386AYaOSUBPYCgIME_9xfLUPPivnlzZIOVhbGiojOIPfs4PGv7k" class="kg-image" alt="Customize transcription language for each upload" loading="lazy" width="1267" height="700"></figure><p>First, upload your audio or video files in <a href="https://fireflies.ai/blog/mp3-trimmer/"><u>MP3</u></a>, <a href="https://fireflies.ai/blog/m4a-to-text/"><u>M4A</u></a>, <a href="https://fireflies.ai/blog/mp4-to-text/"><u>MP4</u></a>, or <a href="https://fireflies.ai/blog/wav-to-text/"><u>WAV</u></a> format. Next, select the desired language from the dropdown menu and click <strong>Upload</strong>. That’s it.</p><p>This way, you can transcribe videos or audio files in different languages, say <a href="https://fireflies.ai/blog/japanese-speech-to-text/"><u>Japanese</u></a> and <a href="https://fireflies.ai/blog/transcribe-spanish-audio/"><u>Spanish</u></a>, simultaneously without repeatedly changing the default settings.</p><h2 id="review-your-week-at-a-glance-with-my-feed">Review your week at a glance with My Feed</h2><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/Xh3pSrHIU_v9nsy6Bnmq8KdxnWsVb8nDe5XnCFXgDNVnnhkQIIbfOt1f1qY-OMCPyO6r1w0NpENGTUvr1xCE0nbTSjyCmBFvyK3LAffFyb1L_CzMA6vi3UplkfqN_CpHWlIDu0g5wAccYePOPUUpOZI" class="kg-image" alt="Review your week at a glance with Fireflies Feed." loading="lazy" width="1600" height="572"></figure><p>Fireflies now offers a personalized home page that spotlights the key takeaways and action items from your past meetings, sorted by week. With My Feed, you can easily review and gain valuable insights from your interactions as soon as you sign into your Fireflies account. It's a game-changer for staying organized and informed!</p><p>And, if you wish to access the full transcript, recording, and summary of a meeting, simply click on its name, and the meeting will open in your <a href="https://guide.fireflies.ai/hc/en-us/sections/360005738537-Notebook-and-Notepad?ref=fireflies.ai"><strong><u>Fireflies Notepad</u></strong></a>.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/DofYh7HMxnujxGF4Agq8TeaiWQ2g0b8A7CZr6QkDz2qP2GNH-9CRKvYFMXHwyugZeduNUF-s9cCpGwI-8Zl331Vsd8egDZPVWrxoDRhMGORVKzyhDEnBf-NjoLIT7HLQp26PFLZQ8i29QSSkAnJ0KUE" class="kg-image" alt="Fireflies Feed to stay informed and updated on your interactions" loading="lazy" width="1600" height="572"></figure> <!--kg-card-begin: html--> <div style="text-align:center;padding: 10px 50px;border-radius: .8rem;background-color: #803fff;border: 0px solid white;color: white;font-weight: 400"><a style="color: #FFFFFF" href="https://fireflies.ai/login?utm_source=blog&utm_medium=referral&utm_content=ProductUpdatesMarch2024&utm_campaign=articlebody">Check your Feed now!</a></div> <!--kg-card-end: html--> <p></p><h2 id="organize-your-team-and-streamline-collaboration-with-user-groups">Organize your team and streamline collaboration with User Groups</h2><p>Collaborate like never before with User Groups. Now create custom groups with different teammates in your workspace to share meetings with them in just a click.</p><div class="kg-card kg-callout-card kg-callout-card-grey"><div class="kg-callout-emoji">📌</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Note:</strong></b> Only Team Admins can create User Groups.</div></div><p></p><p>To create a User Group, open <strong>Team </strong>from the navigation panel on the left side.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/rh8Rgj8ud-5Y-O2W3FYgBkNaBzpYIVVUuhchOJWi3RONVDVPejnUtIwgxUQmtgq3fkUJ-weM7NkTMHvUCyL4UmRp8tFO8uyNhVVFqKesJoE8XOa4vVRoczqEQVCmb1vtq-UdcHaThQc7nrsYWfo6Q5M" class="kg-image" alt="open Team from the navigation panel on the left side" loading="lazy" width="1272" height="695"></figure><p>Click<strong> User Groups</strong>.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/0kBVJMa0gFAXalXyXYb8-8OTrv3JX6yrHglaiNoclL3SZ99JphSIVoSfCvOo3G6UQALGW32Fy5K--l0uawIImps7a6YLXr5ypC8X45YijPAP80i_xGe02V4udsc5b5IM7SuumhE7c7W1UE_EuDaR_e8" class="kg-image" alt="Click User Groups" loading="lazy" width="1273" height="642"></figure><p>Click <strong>Create Group</strong>.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/uxgwvt8qtC98zzrAchhV8qz3lwUJX8Dwmp0_w_1E6Spn2eAOogxsW6hfHOXMzIPuCN5EC7yKC5B6aeJbIHPRAeE6GFPOj77ggDQFmdtWDBV9JuxdsHE6wVh5N6-rFAGn3n4F1VO3JJ6uefU5En6YuF4" class="kg-image" alt="Click Create Group" loading="lazy" width="1269" height="645"></figure><p>Fill in the details—group name, description, handle, and members. You can only add users from your team space to a group. </p><p>Once done, click <strong>Create</strong>.&nbsp;</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/guN4aIp4Xdo4QTvpPueXTj3jK1-mTCCKnzHPrXDBujEZ--WLu9WqX0y1ZDmSNl0SSbu072uSCNqqPAuTe3CRn4ETvM7W4OMXJqyCYANmp94HJ-r0ej_nWRbTQACmB7RcPzB0TZTUj5Q_crwMzf_DlM4" class="kg-image" alt="Fill in the details—group name, description, handle, and members. You can only add users from your teamspace to a group. Once done, click Create.&nbsp;" loading="lazy" width="1276" height="705"></figure><p>You can see the created groups under the <strong>User Groups</strong> tab.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/0KTTRowH-pfrvAhabGuwNqV2RCnU-lm6PmFMDJKOdyWtkkCMIvvs_-gnpxZ5K-JoHzvXKcpG6KiXlkJkYybU9wBeDrDOz1jM5Qt4Rq-P_Lk0D_2BPOyWDxeO2RQ03zsR7P1GCI2aONuKZqPhUxkA3XU" class="kg-image" alt="Click on the group name to edit, delete, or manage members in a group." loading="lazy" width="1272" height="700"></figure><p>Click on the group name to edit, delete, or manage members in a group.</p><p>The next time you need to share a meeting with a group, open the meeting and click the <strong>Share button</strong> on the top right corner.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/cQjBCi_N7iCBE8jay6eRwIiyHuLFpvSou0wuJ10YwrqkrjBjxhr95Bt21uzuUiaWO_DeQyoJFtn3EkObx4e3k6BeXZBk537Sn5DRrOcZXqki-ick2GdKLDW8uW9ZN9NDvdk98LtQFJYG5dzo_5TjKiw" class="kg-image" alt="open the meeting and click the Share button on the top right corner" loading="lazy" width="1272" height="702"></figure><p>A pop-up will appear. Select the group with which you want to share the meeting.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/-i052OJOdC0e7kUNSUcFS2G_dOqwI4Bmm0VDxs1nlO1QJ_bLcrdib8MOiiBNDfROlkFB9u7BYbWUNZrLV29SQa6NoiK8eNoGrZ-e4YB-7jmTbgYINCxJX4_vPieGpojX-BKYoB-v8L3fRPfPWFmka6Q" class="kg-image" alt="Select the group with which you want to share the meeting" loading="lazy" width="1269" height="694"></figure><p>Click <strong>Invite</strong>. That’s it!</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/yp1uStH0Bg4Z4PvDjcvmZdlMbUEg16hVCeoGv5OjKmXBu4QOL5BnS4nshZuxiRbn5TtzG_9j5PEidXGCbAd3EEYjkMbCpBGsaKIPPRkyWez4r45li1EInw6sfByiq0xchCBTFKB3T_GhP-k17GiP5pI" class="kg-image" alt="Click Invite." loading="lazy" width="1267" height="692"></figure> <!--kg-card-begin: html--> <div style="text-align:center;padding: 10px 50px;border-radius: .8rem;background-color: #803fff;border: 0px solid white;color: white;font-weight: 400"><a style="color: #FFFFFF" href="https://fireflies.ai/login?utm_source=blog&utm_medium=referral&utm_content=ProductUpdatesMarch2024&utm_campaign=articlebody">Create your first User Group now!</a></div> <!--kg-card-end: html--> <p></p><h2 id="maximize-meeting-engagement-with-the-real-time-pane">Maximize meeting engagement with the real-time pane</h2><p>Say goodbye to passive meeting participation—no more sitting, waiting, and counting the clock during a meeting.</p><p>Fireflies now offers an interactive real-time pane that lets you actively engage in meetings. With this feature, you can:</p><ol><li>Bookmark moments with labels like important points, positive sentiment, action items, or concerns.</li></ol><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/BK-8TvxcKX3he4QAR992vqEUEHhPaTxP7-2v7tQuP5kLiplnxY2lXDlQCqJKF37uL0Iedo27Hz4K43wrRYMYvYF-_GnTDVDo7hy-prxHFUW1S5HV6kYmFusu_2MG8oIwMSryo1_7d8f2hEU8Ts9puIo" class="kg-image" alt="Bookmark moments with labels like important points, positive sentiment, action items, or concerns." loading="lazy" width="1600" height="910"></figure><ol start="2"><li>Create sound bites (clips) of the last 20 seconds, 40 seconds, or 1 minute.</li></ol><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/xEcsYy9DfGD8EAkulk0vIWp1-A4VGKVTMGXRmvFXWKEFBZ8d27Y5ZwJwjkkRoPy5CJEROFv0xQQ72LOP3y33IVnveYxVA17aOOABYKCPfSxmXikU0tMh_J5KY8x8AEo6WWYiLIk9e91MA8tcnDbluig" class="kg-image" alt="Create sound bites (clips) of the last 20 seconds, 40 seconds, or 1 minute." loading="lazy" width="1600" height="1295"></figure><ol start="3"><li>Add comments and collaborate in real-time.</li></ol><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/D2bhNVZepjH1tSNrYjnpJrpruzdLKhC1aYOWwyBa9GvdWey_ej8dVy0nWRvOJvR1Kn7MHdd3gLf3tjzm6OiiCTjZ3tx4YFgphAUUGp1eIjEYTDT5uc4nSyhzeMxDEqVdznDz-_n9WMlsvj9Kh6T0XV4" class="kg-image" alt="Add comments and collaborate in real-time." loading="lazy" width="1600" height="1319"></figure><p></p><p>There are different ways to access the real-time pane.</p><ol><li>Open the real-time pane directly from your Fireflies web app.</li><li>Access the link shared on your web conference chat.</li><li>Get the link in an email 5 minutes before the meeting.</li></ol><h3 id="1-open-the-real-time-pane-directly-from-your-fireflies-web-app">1. Open the real-time pane directly from your Fireflies web app.</h3><p>Open your Fireflies app. On the Home page, go to <strong>Upcoming Meetings </strong>on the right side<strong>. </strong>Click <strong>Live Meeting</strong>.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/ymQVU-_NUyOlCe11EmWtqClzrXKMNepANgKja6YN9zm7aQ8OPWioP72rIul3Rl9KGApJmbKP3wbUV6MnD0BNQNmtQT6rxcMoKTziu-zs_1qLvtntxFLvG729fPO5dMZcPyD5WzhTdMYOwvWC8-vhC0o" class="kg-image" alt="Open the real-time pane directly from your Fireflies web app." loading="lazy" width="1600" height="1002"></figure><p>A notification will appear. Select <strong>Allow pop-ups and redirects from Fireflies</strong> and click <strong>Done</strong>.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/v_xngEt5Oaf4yCxsaIeGq0zMommvy0PX-g0Hoi1L_LPDFZp0GKpkni544N4jqHea6-AqlOSdTyn8buGIFGYxlYURxExvXHD4eKS4EveNfij44Jc9FpkuwgPTXfFyG2lip2UIMepoNajeOK_sSF6mffQ" class="kg-image" alt="Select Allow pop-ups and redirects from Fireflies and click Done" loading="lazy" width="1600" height="627"></figure><p>That’s it. The real-time pane will open in a new tab.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/zrDRWliQfYM4fKbby4XjICRbrbXrZQo8I0p8gnpMxB5nZPLFLxTuGi_lERF8QrJqqk63LUjlfFhWcwjaiWEXsZjV25rQfFkztHvM7xQEQ8VjaeyDREusMZ9kJ62QsHjVF1JCvzzO4JYjqb7LPc5TPiI" class="kg-image" alt="The real-time pane will open in a new tab" loading="lazy" width="1600" height="954"></figure><h3 id="2-access-the-link-shared-on-your-web-conference-chat">2. Access the link shared on your web conference chat</h3><p>Click <strong>Settings </strong>on the left side navigation bar on your Fireflies home screen. Open <strong>Meeting Settings </strong>and navigate to the <strong>Real-Time Meeting Notification.</strong></p><p>Turn on the toggle against <strong>Web conference chat</strong>.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/yMwdgJzTCIx3dsu_2VfKB8XE8Wdr7Om0cESoRoajo_54W6_-Z4dVoGBmmRNJG4c7xLjghuLttjLJzCKj4XJPSAFbLZ9WqNlOjYzsPUGNrQPTM8UHiTbbv7uu6UBRUrpyxLq3Btp0PSJTdff3Ey0go_o" class="kg-image" alt="Turn on the toggle against Web conference chat" loading="lazy" width="1600" height="673"></figure><p>Fireflies sends chat notifications in your web-conferencing app two minutes after the meeting starts.&nbsp;</p><p>Open the chat window in your video-conferencing app and click on the link sent there to access the real-time pane.&nbsp;</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/UcPBVxKschVg6YEfT3pOTIiXu8Ef_cva1xLXEj4p_cdd4AUR5I1pmnOozAXHB4yOiMiJ2QJKNCyvP4ozh02u7cgwMwTPfrHKiS58AeuxwIbtoVKI3xnp7QDUX9TgmTbYAN34GINvEOI5o3RJuae0pvA" class="kg-image" alt="Access the link shared on your web conference chat" loading="lazy" width="1600" height="904"></figure><h3 id="3-get-the-link-in-an-email-5-minutes-before-the-meeting">3. Get the link in an email 5 minutes before the meeting</h3><p>On the real-time meeting notification settings, set the email notification to <strong>only me or all participants</strong>, according to your preference.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/1iyeoiXctFE2eL1OVMZVLc1iaVIMEHhkc-e3xQ9MyRJhDuvtrPWg5-K5i_jAQj_YMkUO3EH7aO7ByH4JOscSVQDc27Oq51iwHCbAvCvd4LzCG2fVTzlqHCpjHGizaNsN5qe-_vhcZCaRC99S622KhYE" class="kg-image" alt="set the email notification to only me or all participants, according to your preference" loading="lazy" width="1473" height="812"></figure><p>Fireflies will send an email notification with the real-time link 5 minutes before the scheduled time. Click the link in the email to open the real-time pane.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/ufXJn-PjTzyW64FgeA2D1c5OyaaZiDJTLjX4aoU2o7qBEdPFAoKfDjvkD3tx26qVj5pX5Oa71e4elmaV5aAFPeDE4wUXec6prlpYxmAjKTNj8G2O2h9dh8DmyYhnGQ0JgKgnE3bUz5Ksw2xs_nfSERw" class="kg-image" alt="Get the link in an email 5 minutes before the meeting. Click the link in the email to open the real-time pane." loading="lazy" width="1600" height="899"></figure><p>While the real-time pane is accessible only to the admin or meeting host by default, you can set it up so other participants can view your actions and comments live.</p><p>To enable your teammates to view the real-time pane, Click the meeting privacy settings at the top right corner of your real-time pane.</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/wBr7Nmdb6aweO8Mwfn_T0KjYBelgcp4Y7XN1QVUjiLFljZIBmNagE0KuXYv3UBuJDnJDJKcTD7DpeOwQkmtf3Cj-fVbxH5YnMa1aWO1ytQnEH2kSOD7yhqBCaDA--7ywZfu73Ro832NNRQiw2HjJI9Y" class="kg-image" alt="Click the meeting privacy settings at the top right corner of your real-time pane." loading="lazy" width="1600" height="1128"></figure><p>Next, select the group with which you want to share the access, and that’s it.&nbsp;&nbsp;</p><figure class="kg-card kg-image-card"><img src="https://lh7-us.googleusercontent.com/Y6xg_o8T8athhqn-zR_qu9hW1kPuyZFO_ppFY8_GNfs-ylElt1qm2kilaCXTXvOk0NKf6pdFrrOP2ifjwctUSh7OZatDlSCxpbhn-lPJUU_ZWSYrhCZsfyIFku0UNU8qWAYQ7QdaxXVTKhwhFC0Se_U" class="kg-image" alt="select the group with which you want to share the access" loading="lazy" width="1600" height="1136"></figure><div class="kg-card kg-callout-card kg-callout-card-blue"><div class="kg-callout-emoji">💡</div><div class="kg-callout-text"><b><strong style="white-space: pre-wrap;">Learn more:</strong></b> <a href="https://guide.fireflies.ai/hc/en-us/articles/23544702321681-Learn-about-the-Fireflies-real-time-meeting-feature?ref=fireflies.ai#h_01HSK35SPEVNAJ4PKHCXMQZ2KJ"><u>Fireflies’ real time meeting feature.</u></a></div></div><p></p><p><strong>In conclusion,&nbsp;</strong></p><p>From the convenience of Fireflies Feed for reviewing meetings to the seamless collaboration offered by User Groups and the engagement value of the Real-Time Pane, Fireflies aims to empower you with features that enhance productivity and efficiency in every interaction.</p><p>And, as Q2 kicks off, we're dedicated to enhancing your favorite <a href="https://app.fireflies.ai/?ref=fireflies.ai"><u>meeting notetaker</u></a> even smarter and better. Stay tuned for exciting updates!</p> </div> <div class="post-width"> <hr> <a href="https://fireflies.ai/?utm_source=blog&utm_medium=referral&utm_campaign=post"> <img src="/blog/assets/images/fireflies-cta-banner.png" alt="Try Fireflies for free" /> </a> <hr> </div> </article> </div> <div class="col-xs-12 col-lg-4 col-xl-3 has-sidebar"> <aside class="sidebar"> <div class="sidebar__section"> <h5 class="sidebar__title">Fireflies.ai Blog</h5> <div class="icon__wave"> <svg class="wave" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 456.7 39.9" style="enable-background:new 0 0 456.7 39.9;" xml:space="preserve"> <path class="line" d="M4.2,33.2c0.1-0.1,7-6.9,15.9-13.8C27.7,13.7,38.7,6,47.5,6c7.5,0,14,6.6,20.3,12.9l0.4,0.4 c6.8,6.9,14.6,14.6,24.6,14.6c9.9,0,17.7-7.8,24.5-14.6l0.5-0.5C124,12.5,130.5,6,137.9,6c7.5,0,13.9,6.5,20.2,12.9l0.4,0.4 c6.8,6.9,14.6,14.6,24.5,14.6c10,0,17.8-7.8,24.6-14.6l0.5-0.5C214.4,12.5,220.9,6,228.4,6c7.5,0,14,6.5,20.2,12.9l0.4,0.4 c6.8,6.9,14.5,14.6,24.5,14.6c9.9,0,17.7-7.8,24.5-14.6l0.3-0.3c6.3-6.4,12.9-13,20.5-13c7.5,0,14.1,6.6,20.4,13l0.3,0.3 c6.8,6.9,14.6,14.6,24.5,14.6c9.9,0,17.6-7.8,24.5-14.6l0.2-0.2C395.1,12.6,401.6,6,409.2,6c8.7,0,19.8,7.7,27.3,13.4 c8.9,6.8,15.9,13.7,16,13.8"/> </svg> </div> <div class="sidebar__description">Check out the Fireflies blog to learn more about our product, customer stories, and our take on meetings, remote working, productivity, and more.</div> <div class="social-links"> <a class="social-links__item facebook" href="https://www.facebook.com/firefliesapp" target="_blank" title="Facebook" aria-label="Facebook" rel="noreferrer"> <i class="icon icon-facebook"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#facebook"></use> </svg> </i> <p>Facebook</p> </a> <a class="social-links__item twitter" href="https://twitter.com/firefliesai" target="_blank" title="Twitter" aria-label="Twitter" rel="noreferrer"> <i class="icon icon-twitter"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#twitter"></use> </svg> </i> <p>Twitter</p> </a> <a class="social-links__item instagram" href="https://instagram.com/firefliesai" target="_blank" title="Instagram" aria-label="Instagram" rel="noreferrer"> <i class="icon icon-instagram"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#instagram"></use> </svg> </i> <p>Instagram</p> </a> <a class="social-links__item linkedin" href="https://www.linkedin.com/company/fireflies-inc/" target="_blank" title="Linkedin" aria-label="Linkedin" rel="noreferrer"> <i class="icon icon-linkedin"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#linkedin"></use> </svg> </i> <p>Linkedin</p> </a> </div> <div style="align-items: center; text-align: center; margin-top: 10px"> <a href="https://app.fireflies.ai/?utm_source=blog&utm_medium=referral&utm_campaign=sidebar"> <button class="btn btn--brand m-b" style="color: white; background: #7A5AF8; border: 1px solid #7A5AF8" onMouseOver="this.style.background='#6A4Ae8'" onMouseOut="this.style.background='#7A5AF8'" > Visit Fireflies app </button> </a> </div> </div> </aside> </div> </div> </div> <section class="related-posts"> <div class="container-fluid wrapper"> <h5 class="section__title">You might also like</h5> <div class="icon__wave"> <svg class="wave" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 456.7 39.9" style="enable-background:new 0 0 456.7 39.9;" xml:space="preserve"> <path class="line" d="M4.2,33.2c0.1-0.1,7-6.9,15.9-13.8C27.7,13.7,38.7,6,47.5,6c7.5,0,14,6.6,20.3,12.9l0.4,0.4 c6.8,6.9,14.6,14.6,24.6,14.6c9.9,0,17.7-7.8,24.5-14.6l0.5-0.5C124,12.5,130.5,6,137.9,6c7.5,0,13.9,6.5,20.2,12.9l0.4,0.4 c6.8,6.9,14.6,14.6,24.5,14.6c10,0,17.8-7.8,24.6-14.6l0.5-0.5C214.4,12.5,220.9,6,228.4,6c7.5,0,14,6.5,20.2,12.9l0.4,0.4 c6.8,6.9,14.5,14.6,24.5,14.6c9.9,0,17.7-7.8,24.5-14.6l0.3-0.3c6.3-6.4,12.9-13,20.5-13c7.5,0,14.1,6.6,20.4,13l0.3,0.3 c6.8,6.9,14.6,14.6,24.5,14.6c9.9,0,17.6-7.8,24.5-14.6l0.2-0.2C395.1,12.6,401.6,6,409.2,6c8.7,0,19.8,7.7,27.3,13.4 c8.9,6.8,15.9,13.7,16,13.8"/> </svg> </div> <div class="row"> <div class="col-xs-12 col-md-6 col-lg-4 post-wrap"> <div class="post-card col"> <div class="special-bg"></div> <a class="post-card__image" href="/blog/fireflies-ai-launches-real-time-meeting-notes/" title="Fireflies.ai Launches Real-Time Meeting Notes and Transcripts for Meetings" aria-label="Fireflies.ai Launches Real-Time Meeting Notes and Transcripts for Meetings"> <img class="lazyload" data-srcset="/blog/content/images/size/w300/2025/01/RTP---Blog---1.png 300w, /blog/content/images/size/w600/2025/01/RTP---Blog---1.png 600w, /blog/content/images/size/w1000/2025/01/RTP---Blog---1.png 1000w, /blog/content/images/size/w2000/2025/01/RTP---Blog---1.png 2000w" data-sizes="(max-width: 1000px) 50vw, 700px" data-src="/blog/content/images/size/w1000/2025/01/RTP---Blog---1.png" src="https://fireflies.ai/blog/assets/images/img-placeholder-md.jpg?v=871cddc725" alt="Fireflies.ai Launches Real-Time Meeting Notes and Transcripts for Meetings" /> </a> <div class="post-card__content"> <div class="post-card__header"> <a class="tag-latest-in-fireflies post-card__tag" href="/blog/tag/latest-in-fireflies/" title="Latest in Fireflies" aria-label="Latest in Firefliess">Latest in Fireflies</a> <div class="post-card__tag public">members</div> </div> <h2 class="post-card__title"> <a href="/blog/fireflies-ai-launches-real-time-meeting-notes/" title="Fireflies.ai Launches Real-Time Meeting Notes and Transcripts for Meetings" aria-label="Fireflies.ai Launches Real-Time Meeting Notes and Transcripts for Meetings">Fireflies.ai Launches Real-Time Meeting Notes and Transcripts for Meetings</a> </h2> <div class="post-card__details"> <div class="post-card__authors is-flex "> <div class="post-card__author 1"> <a href="/blog/author/ayush/" class="post-card__author-image" aria-label="Ayush Kudesia"> <img class="lazyload" data-src="/blog/content/images/size/w100/2023/12/2680500d-0533-459a-9829-b99848ac38dc-EDIT-1.jpg" alt="Ayush Kudesia" src="/blog/content/images/size/w30/2023/12/2680500d-0533-459a-9829-b99848ac38dc-EDIT-1.jpg" /> </a> </div> </div> <div class="post-card__info"> <div class="post-card__author-names"> <a href="/blog/author/ayush/">Ayush Kudesia</a> </div> <time datetime="2025-01-27" class="post-card__date"> Jan 27, 2025 </time> </div> </div> </div> </div> </div> <div class="col-xs-12 col-md-6 col-lg-4 post-wrap"> <div class="post-card col"> <div class="special-bg"></div> <a class="post-card__image" href="/blog/turn-meeting-action-items-into-hubpsot-tasks/" title="Fireflies x HubSpot Integration: Automatically Push Meeting Action Items as Tasks" aria-label="Fireflies x HubSpot Integration: Automatically Push Meeting Action Items as Tasks"> <img class="lazyload" data-srcset="/blog/content/images/size/w300/2024/11/TW--LD---1--1-.png 300w, /blog/content/images/size/w600/2024/11/TW--LD---1--1-.png 600w, /blog/content/images/size/w1000/2024/11/TW--LD---1--1-.png 1000w, /blog/content/images/size/w2000/2024/11/TW--LD---1--1-.png 2000w" data-sizes="(max-width: 1000px) 50vw, 700px" data-src="/blog/content/images/size/w1000/2024/11/TW--LD---1--1-.png" src="https://fireflies.ai/blog/assets/images/img-placeholder-md.jpg?v=871cddc725" alt="Fireflies x HubSpot Integration: Automatically Push Meeting Action Items as Tasks" /> </a> <div class="post-card__content"> <div class="post-card__header"> <a class="tag-integration post-card__tag" href="/blog/tag/integration/" title="integration" aria-label="integrations">integration</a> <div class="post-card__tag public">members</div> </div> <h2 class="post-card__title"> <a href="/blog/turn-meeting-action-items-into-hubpsot-tasks/" title="Fireflies x HubSpot Integration: Automatically Push Meeting Action Items as Tasks" aria-label="Fireflies x HubSpot Integration: Automatically Push Meeting Action Items as Tasks">Fireflies x HubSpot Integration: Automatically Push Meeting Action Items as Tasks</a> </h2> <div class="post-card__details"> <div class="post-card__authors is-flex "> <div class="post-card__author 1"> <a href="/blog/author/soorya/" class="post-card__author-image" aria-label="Soorya Radhakrishnan"> <img class="lazyload" data-src="/blog/content/images/size/w100/2023/02/IMG-20191104-WA0130.jpg" alt="Soorya Radhakrishnan" src="/blog/content/images/size/w30/2023/02/IMG-20191104-WA0130.jpg" /> </a> </div> </div> <div class="post-card__info"> <div class="post-card__author-names"> <a href="/blog/author/soorya/">Soorya Radhakrishnan</a> </div> <time datetime="2024-11-20" class="post-card__date"> Nov 20, 2024 </time> </div> </div> </div> </div> </div> <div class="col-xs-12 col-md-6 col-lg-4 post-wrap"> <div class="post-card col"> <div class="special-bg"></div> <a class="post-card__image" href="/blog/unlocking-sales-potential/" title="Unlocking Sales Potential: How Fireflies.ai Transforms Meeting Analytics into Actionable Insights" aria-label="Unlocking Sales Potential: How Fireflies.ai Transforms Meeting Analytics into Actionable Insights"> <img class="lazyload" data-srcset="/blog/content/images/size/w300/2024/09/Copy-of-Meeting-etiquette-rules-all-professionals-must-follow---2024-09-16T123847.019.png 300w, /blog/content/images/size/w600/2024/09/Copy-of-Meeting-etiquette-rules-all-professionals-must-follow---2024-09-16T123847.019.png 600w, /blog/content/images/size/w1000/2024/09/Copy-of-Meeting-etiquette-rules-all-professionals-must-follow---2024-09-16T123847.019.png 1000w, /blog/content/images/size/w2000/2024/09/Copy-of-Meeting-etiquette-rules-all-professionals-must-follow---2024-09-16T123847.019.png 2000w" data-sizes="(max-width: 1000px) 50vw, 700px" data-src="/blog/content/images/size/w1000/2024/09/Copy-of-Meeting-etiquette-rules-all-professionals-must-follow---2024-09-16T123847.019.png" src="https://fireflies.ai/blog/assets/images/img-placeholder-md.jpg?v=871cddc725" alt="Unlocking Sales Potential: How Fireflies.ai Transforms Meeting Analytics into Actionable Insights" /> </a> <div class="post-card__content"> <div class="post-card__header"> <a class="tag-sales post-card__tag" href="/blog/tag/sales/" title="Sales" aria-label="Saless">Sales</a> <div class="post-card__tag public">members</div> </div> <h2 class="post-card__title"> <a href="/blog/unlocking-sales-potential/" title="Unlocking Sales Potential: How Fireflies.ai Transforms Meeting Analytics into Actionable Insights" aria-label="Unlocking Sales Potential: How Fireflies.ai Transforms Meeting Analytics into Actionable Insights">Unlocking Sales Potential: How Fireflies.ai Transforms Meeting Analytics into Actionable Insights</a> </h2> <div class="post-card__details"> <div class="post-card__authors is-flex "> <div class="post-card__author 1"> <a href="/blog/author/ayush/" class="post-card__author-image" aria-label="Ayush Kudesia"> <img class="lazyload" data-src="/blog/content/images/size/w100/2023/12/2680500d-0533-459a-9829-b99848ac38dc-EDIT-1.jpg" alt="Ayush Kudesia" src="/blog/content/images/size/w30/2023/12/2680500d-0533-459a-9829-b99848ac38dc-EDIT-1.jpg" /> </a> </div> </div> <div class="post-card__info"> <div class="post-card__author-names"> <a href="/blog/author/ayush/">Ayush Kudesia</a> </div> <time datetime="2024-09-16" class="post-card__date"> Sep 16, 2024 </time> </div> </div> </div> </div> </div> </div> </div> </section> </main> <footer class="footer"> <div class="container-fluid wrapper"> <div class="footer__top"> <div class="row"> <div class="col-xs-12 col-md-3"> <h5 class="m-b-sm">Navigation</h5> <ul class="nav"> <li class="nav-fireflies-ai-website"><a href="https://fireflies.ai">Fireflies.ai Website</a></li> <li class="nav-product"><a href="https://fireflies.ai/blog/tag/product/">Product</a></li> <li class="nav-meetings"><a href="https://fireflies.ai/blog/tag/meeting-tips-and-resources/">Meetings</a></li> <li class="nav-recruitment"><a href="https://fireflies.ai/blog/tag/hr-management-and-recruitment/">Recruitment</a></li> <li class="nav-productivity"><a href="https://fireflies.ai/blog/tag/productivity/">Productivity</a></li> <li class="nav-sales"><a href="https://fireflies.ai/blog/tag/sales/">Sales</a></li> <li class="nav-remote-work"><a href="https://fireflies.ai/blog/tag/remote-work/">Remote Work</a></li> <li class="nav-customer-story"><a href="https://fireflies.ai/blog/tag/customer-story/">Customer Story</a></li> <li class="nav-all-categories"><a href="https://fireflies.ai/blog/tags/">All Categories</a></li> </ul> </div> <div class="col-xs-12 col-md-3"> <h5 class="m-b-sm">Useful links</h5> <ul class="nav"> <li class="nav-fireflies-ai-app"><a href="https://app.fireflies.ai/login">Fireflies.ai App</a></li> <li class="nav-request-demo"><a href="https://requestinfo.fireflies.ai/">Request Demo</a></li> </ul> </div> <div class="col-xs-12 col-md-3"> <h5 class="m-b-sm">Social Media</h5> <div class="social-links"> <a class="social-links__item facebook" href="https://www.facebook.com/firefliesapp" target="_blank" title="Facebook" aria-label="Facebook" rel="noreferrer"> <i class="icon icon-facebook"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#facebook"></use> </svg> </i> <p>Facebook</p> </a> <a class="social-links__item twitter" href="https://twitter.com/firefliesai" target="_blank" title="Twitter" aria-label="Twitter" rel="noreferrer"> <i class="icon icon-twitter"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#twitter"></use> </svg> </i> <p>Twitter</p> </a> <a class="social-links__item instagram" href="https://instagram.com/firefliesai" target="_blank" title="Instagram" aria-label="Instagram" rel="noreferrer"> <i class="icon icon-instagram"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#instagram"></use> </svg> </i> <p>Instagram</p> </a> <a class="social-links__item linkedin" href="https://www.linkedin.com/company/fireflies-inc/" target="_blank" title="Linkedin" aria-label="Linkedin" rel="noreferrer"> <i class="icon icon-linkedin"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#linkedin"></use> </svg> </i> <p>Linkedin</p> </a> </div> </div> <div class="col-xs-12 col-md-3"> <h5 class="m-b-sm">Fireflies.ai Blog</h5> <div class="m-b" id="footer-subscribe">Check out the Fireflies blog to learn more about our product, customer stories, and our take on meetings, remote working, productivity, and more.</div> <form action="https://fireflies.us4.list-manage.com/subscribe/post?u=c9c48c51be1439543e6100c6d&amp;id=619e5d8173" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate subscribe-form" target="_blank" data-members-form="subscribe" novalidate> <input type="email" value="" name="EMAIL" id="mce-EMAIL" placeholder="Your email address" required> <button id="mc-embedded-subscribe" class="btn--brand" type="submit" name="subscribe" title="Subscribe" aria-label="Subscribe" > <i class="icon icon-send"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#send"></use> </svg> </i> </button> <div style="position: absolute; left: -5000px;" aria-hidden="true"> <input type="text" name="b_c9c48c51be1439543e6100c6d_619e5d8173" tabindex="-1" value=""> </div> </form> </div> </div> </div> <div class="footer__bottom"> <div>&copy; 2025&nbsp;<a href="https://fireflies.ai/blog">Fireflies.ai Blog</a>.</div> </div> </div> </footer> <div class="scroll-to-top"><i class="icon icon-arrow-up"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=871cddc725#arrow-up"></use> </svg> </i></div> <svg class="wave-gradient" version="1.1"> <defs> <linearGradient id="gradient" x1="0%" y1="0%" x2="100%" y2="0%"> <stop offset="0%" stop-color="var(--color-primary)" /> <stop offset="100%" stop-color="var(--color-secondary)" /> </linearGradient> </defs> </svg> <script> if (config.enable_pwa && 'serviceWorker' in navigator) { window.addEventListener('load', () => { navigator.serviceWorker.register('/sw.js'); }); } </script> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCDTZPN" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <script type="text/javascript"> document.addEventListener("DOMContentLoaded", function(event) { window.TinyQ.init(); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10