CINXE.COM

Fireflies Channels: Use Cases

<!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 Channels: Use Cases</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=c38472780f"> <meta name="theme-color" content="#be38f3"> <link rel="apple-touch-icon" href="https://fireflies.ai/blog/assets/icon-192x192.png?v=c38472780f"> <link rel="preload" href="https://fireflies.ai/blog/assets/dist/app.min.js?v=c38472780f" as="script"> <link rel="preload" href="https://fireflies.ai/blog/assets/dist/app.min.css?v=c38472780f" 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=c38472780f" /> <script async defer src="https://fireflies.ai/blog/assets/dist/app.min.js?v=c38472780f"></script> <!--cssential--><style></style><!--/cssential--> <meta name="description" content="Discover how teams leverage Channels for organized meetings. Save time, find key discussions faster, and supercharge your productivity."> <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-channels-use-cases/"> <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 Channels: Use Cases"> <meta property="og:description" content="Discover how teams leverage Channels for organized meetings. Save time, find key discussions faster, and supercharge your productivity."> <meta property="og:url" content="https://fireflies.ai/blog/fireflies-channels-use-cases/"> <meta property="og:image" content="https://fireflies.ai/blog/content/images/size/w1200/2023/07/Channels.jpg"> <meta property="article:published_time" content="2023-07-28T12:02:22.000Z"> <meta property="article:modified_time" content="2025-02-20T04:49:47.000Z"> <meta property="article:tag" content="Fireflies Solution"> <meta property="article:tag" content="Product"> <meta property="article:publisher" content="https://www.facebook.com/firefliesapp"> <meta name="twitter:card" content="summary_large_image"> <meta name="twitter:title" content="Fireflies Channels: Use Cases"> <meta name="twitter:description" content="Discover how teams leverage Channels for organized meetings. Save time, find key discussions faster, and supercharge your productivity."> <meta name="twitter:url" content="https://fireflies.ai/blog/fireflies-channels-use-cases/"> <meta name="twitter:image" content="https://fireflies.ai/blog/content/images/size/w1200/2023/07/Channels.jpg"> <meta name="twitter:label1" content="Written by"> <meta name="twitter:data1" content="Medha Bhatt"> <meta name="twitter:label2" content="Filed under"> <meta name="twitter:data2" content="Fireflies Solution, Product"> <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": "Medha Bhatt", "image": { "@type": "ImageObject", "url": "https://fireflies.ai/blog/content/images/2025/02/image--7-.png", "width": 512, "height": 512 }, "url": "https://fireflies.ai/blog/author/medha/", "sameAs": [] }, "headline": "Fireflies Channels: Use Cases", "url": "https://fireflies.ai/blog/fireflies-channels-use-cases/", "datePublished": "2023-07-28T12:02:22.000Z", "dateModified": "2025-02-20T04:49:47.000Z", "image": { "@type": "ImageObject", "url": "https://fireflies.ai/blog/content/images/size/w1200/2023/07/Channels.jpg", "width": 1200, "height": 773 }, "keywords": "Fireflies Solution, Product", "description": "Discover how teams leverage Channels for organized meetings. Save time, find key discussions faster, and supercharge your productivity.", "mainEntityOfPage": "https://fireflies.ai/blog/fireflies-channels-use-cases/" } </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=c38472780f"></script> <link rel="stylesheet" type="text/css" href="/blog/public/cards.min.css?v=c38472780f"> <script defer src="/blog/public/comment-counts.min.js?v=c38472780f" data-ghost-comments-counts-api="https://fireflies.ai/blog/members/api/comments/counts/"></script> <script defer src="/blog/public/member-attribution.min.js?v=c38472780f"></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-fireflies-solution tag-hash-medha tag-product"> <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=c38472780f#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=c38472780f#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=c38472780f#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=c38472780f#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=c38472780f#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=c38472780f#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=c38472780f#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/2023/07/Channels.jpg 300w, /blog/content/images/size/w600/2023/07/Channels.jpg 600w, /blog/content/images/size/w1000/2023/07/Channels.jpg 1000w, /blog/content/images/size/w2000/2023/07/Channels.jpg 2000w" data-sizes="(max-width: 800px) 50vw, (max-width: 1170px) 60vw, 1400px" data-src="/blog/content/images/size/w2000/2023/07/Channels.jpg" src="https://fireflies.ai/blog/assets/images/img-placeholder-md.jpg?v=c38472780f" alt="Fireflies Channels: Use Cases" /> </figure> <div class="post-hero__content"> <div class="post-hero__header"> <a class="tag-fireflies-solution post-hero__tag" href="/blog/tag/fireflies-solution/" title="Fireflies Solution" aria-label="Fireflies Solutions">Fireflies Solution</a> <a class="tag-product post-hero__tag" href="/blog/tag/product/" title="Product" aria-label="Products">Product</a> </div> <h1 class="post-hero__title">Fireflies Channels: Use Cases</h1> <div class="post-hero__details"> <div class="post-hero__authors is-flex "> <div class="post-hero__author"> <a href="/blog/author/medha/" class="post-hero__author-image" aria-label="Medha Bhatt"> <img class="lazyload" data-src="/blog/content/images/2025/02/image--7-.png" alt="Medha Bhatt" src="https://fireflies.ai/blog/assets/images/img-placeholder-square.jpg?v=c38472780f" /> </a> </div> </div> <div class="post-hero__info"> <div class="post-hero__author-names"> <a href="/blog/author/medha/">Medha Bhatt</a> </div> <time datetime="2023-07-28" class="post-hero__date"> Jul 28, 2023 </time> </div> </div> </div> </div> </div> <div class="col-xs-12 col-lg-8 col-xl-9"> <article class="post tag-fireflies-solution tag-hash-medha tag-product post-access-public has-sidebar"> <div class="social-share"> <a class="social-share__item js-share" tabindex="0" data-type="twitter" data-title="Fireflies%20Channels%3A%20Use%20Cases" data-url="https://fireflies.ai/blog/fireflies-channels-use-cases/" 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=c38472780f#twitter"></use> </svg> </i> </a> <a class="social-share__item js-share" tabindex="0" data-type="facebook" data-title="Fireflies%20Channels%3A%20Use%20Cases" data-url="https://fireflies.ai/blog/fireflies-channels-use-cases/" 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=c38472780f#facebook"></use> </svg> </i> </a> <a class="social-share__item js-share" tabindex="0" data-type="linkedin" data-title="Fireflies%20Channels%3A%20Use%20Cases" data-url="https://fireflies.ai/blog/fireflies-channels-use-cases/" 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=c38472780f#linkedin"></use> </svg> </i> </a> <a href="mailto:?subject=Fireflies%20Channels%3A%20Use%20Cases&body=https://fireflies.ai/blog/fireflies-channels-use-cases/" class="social-share__item js-share" tabindex="0" data-type="email" data-title="Fireflies%20Channels%3A%20Use%20Cases" data-url="https://fireflies.ai/blog/fireflies-channels-use-cases/" 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=c38472780f#mail"></use> </svg> </i> </a> <a class="copy-link js-share js-copy-link" tabindex="0" data-type="copy" data-title="Fireflies%20Channels%3A%20Use%20Cases" data-url="https://fireflies.ai/blog/fireflies-channels-use-cases/" 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=c38472780f#copy"></use> </svg> </i> </a> </div> <div class="post__content"> <p>Imagine a notebook as smart as you—one that keeps your meetings organized and helps you find what you need in seconds.</p><p>Well, imagine no more—the <a href="https://fireflies.ai/blog/fireflies-update-notebook-channels">Fireflies Channels</a> feature helps you do that! Finally, you can focus on the discussions that matter instead of wasting time manually organizing your notes. Intrigued? Read on as we explore ways Channels can organize information across teams and boost productivity.</p><h2 id="the-concept-of-channels">The concept of Channels</h2><p>By default, there are three channels in the <a href="https://fireflies.ai/login?utm_source=blog&utm_medium=referral&utm_content=channelsusecases&utm_campaign=articlebody">Fireflies Notebook</a>:</p><ul><li><strong>All Meetings:</strong> This comprehensive channel lists all the meetings hosted by you and others in your team workspace since the beginning. </li><li><strong>My Meetings:</strong> A personal channel that includes all the meetings where you were the host. You can easily delete or edit these meetings.</li><li><strong>Shared with Me:</strong> This channel shows all the meetings you've participated in or been invited to, where someone else was the host. However, any meetings joined by your own Fireflies notetaker will still appear in 'My Meetings'.<br></li></ul><p>All your meetings are automatically organized in these channels.</p><p>If you want to create more channels, you can do so by clicking on the <strong>+ sign:</strong></p><figure class="kg-card kg-image-card"><img src="https://lh3.googleusercontent.com/pAPmbiDb92tWvGHXm7zFDoLPlql_OfC4gBGujHdNIL4wFnAOqFfKIR53Aafz5be-WyMdfwE9d4DnFryDkb11ahjiCH19J3IQf-P7auMI9JzfrkwlBMD8hwqzqvAyAc5VGdfcQGx23StUek6f-tbhaw" class="kg-image" alt="Notebook channels use cases" loading="lazy" width="602" height="353"></figure><p></p><p>Give your channel a name, and turn the toggle on if you are the team workspace admin to make the channel private, and that's it!</p><figure class="kg-card kg-image-card"><img src="https://fireflies.ai/blog/content/images/2023/07/image-21.png" class="kg-image" alt="how to create Channels in Fireflies Notebook" loading="lazy" width="2000" height="1088" srcset="https://fireflies.ai/blog/content/images/size/w600/2023/07/image-21.png 600w, https://fireflies.ai/blog/content/images/size/w1000/2023/07/image-21.png 1000w, https://fireflies.ai/blog/content/images/size/w1600/2023/07/image-21.png 1600w, https://fireflies.ai/blog/content/images/2023/07/image-21.png 2342w" sizes="(min-width: 720px) 720px"></figure><p></p><p>Fireflies offers both public and private channels to suit different collaboration needs. Meetings saved in public channels are open to all workspace users if they have the permissions to view those meetings, while private channels restrict access to only invited members for more controlled sharing. </p><p>Private channels are only available to users of Business and Enterprise tiers, allowing them to create unlimited channels to save sensitive meetings. Users on the freemium plan can create only three public channels while Pro plan users can create unlimited public channels.</p><!--kg-card-begin: html--><div style="border: 3px solid #7a5af8; text-align: center; padding: 5px"> <h5 style="font-size: 20px; color: #7a5af8"> <span>&#128161;</span> Fireflies Tip </h5> <p style="font-size:14px"> To maintain privacy, create private channels for sensitive meetings like interviews, strategy planning, board meetings, etc. Private channels ensure that only intended participants have access to the information. In contrast, use public channels for company-wide meetings like happy hours and town halls. </p> </div> <!--kg-card-end: html--><p></p><h2 id="how-different-teams-use-channels">How different teams use Channels</h2><h3 id="sales">Sales</h3><figure class="kg-card kg-image-card"><img src="https://fireflies.ai/blog/content/images/2023/07/image-22.png" class="kg-image" alt="Channels for Sales teams" loading="lazy" width="1590" height="1060" srcset="https://fireflies.ai/blog/content/images/size/w600/2023/07/image-22.png 600w, https://fireflies.ai/blog/content/images/size/w1000/2023/07/image-22.png 1000w, https://fireflies.ai/blog/content/images/2023/07/image-22.png 1590w" sizes="(min-width: 720px) 720px"></figure><p>The sales team often juggles numerous meetings—team huddles, one-on-ones, demos, training sessions, and more. Here's how channels can help them:</p><ul><li><strong>Channels for reps:</strong> Sales managers can create separate channels for each rep to organize all the rep's meetings in their dedicated channel. </li><li><strong>Customer meeting channels:</strong> Sales reps can create dedicated channels for customer accounts and store all such meetings for quick reference.</li><li><strong>Prospecting meetings channel:</strong> Organize meetings with potential new clients during the prospecting phase in one place.</li><li><strong>Renewals channel:</strong> Store all meetings related to renewing existing contracts or subscriptions.</li><li><strong>Sales training meetings:</strong> Organize all sales methodology training meetings and new product feature presentations.<br></li></ul><h3 id="human-resources">Human Resources</h3><figure class="kg-card kg-image-card"><img src="https://fireflies.ai/blog/content/images/2023/07/image-24.png" class="kg-image" alt="Channels for HR" loading="lazy" width="1590" height="972" srcset="https://fireflies.ai/blog/content/images/size/w600/2023/07/image-24.png 600w, https://fireflies.ai/blog/content/images/size/w1000/2023/07/image-24.png 1000w, https://fireflies.ai/blog/content/images/2023/07/image-24.png 1590w" sizes="(min-width: 720px) 720px"></figure><p>HR teams can securely store and neatly organize all critical HR information. They can use Channels for:</p><ul><li><strong>Interview rounds:</strong> Create separate channels for each stage, including the initial screening, first round, technical round, leadership interviews, etc.</li><li><strong>New hire onboarding:</strong> Use a dedicated channel to organize all meetings related to onboarding a new hire—equipment setting and training, orientation sessions, team introductions, etc.</li><li><strong>Planning meetings:</strong> Periodic <a href="https://fireflies.ai/blog/performance-review-meetings/">performance reviews</a> require planning meetings between HR and managers from different departments. Create a private channel to organize these meetings and access past review data.<br></li></ul><h3 id="marketing">Marketing</h3><figure class="kg-card kg-image-card"><img src="https://fireflies.ai/blog/content/images/2023/07/image-25.png" class="kg-image" alt="Channels for marketing" loading="lazy" width="1590" height="888" srcset="https://fireflies.ai/blog/content/images/size/w600/2023/07/image-25.png 600w, https://fireflies.ai/blog/content/images/size/w1000/2023/07/image-25.png 1000w, https://fireflies.ai/blog/content/images/2023/07/image-25.png 1590w" sizes="(min-width: 720px) 720px"></figure><p>The marketing team conducts multiple meetings to ideate, plan and execute campaigns. Channels can organize all brainstorming sessions, review meetings, vendor meetings, etc., in one place.</p><ul><li><strong>Event-specific channel:</strong> Organize vendor meetings, venue selection, promotion planning, logistics discussions, etc. Critical for executing large events like conferences.</li><li><strong>Marketing spend:</strong> Have budget review meetings in a dedicated channel to optimize marketing budgets, analyze return on investment, and plan future allocations.</li><li><strong>Brand channel: </strong>Leverage a channel related to your brand to discuss brand guidelines, messaging, visual identity elements, content themes, etc.<br></li></ul><h2 id="think-beyond-teams%E2%80%94create-channels-based-on-meeting-type">Think beyond teams—create channels based on meeting type</h2><figure class="kg-card kg-image-card"><img src="https://fireflies.ai/blog/content/images/2023/07/image-26.png" class="kg-image" alt="different types of meeting" loading="lazy" width="1590" height="980" srcset="https://fireflies.ai/blog/content/images/size/w600/2023/07/image-26.png 600w, https://fireflies.ai/blog/content/images/size/w1000/2023/07/image-26.png 1000w, https://fireflies.ai/blog/content/images/2023/07/image-26.png 1590w" sizes="(min-width: 720px) 720px"></figure><ul><li><strong>Executive channels:</strong> Create a private channel for sensitive meetings where company strategy, new initiatives, and M&amp;A plans are discussed (like management or <a href="https://fireflies.ai/blog/board-meeting-agenda-template/">board meetings</a>). </li><li><strong>Regional channels:</strong> For global companies, region-specific meetings can be organized separately to manage regulatory issues, HR policies, and more.</li><li><strong>Administrative channels:</strong> Store company-wide meetings like town halls, <a href="https://fireflies.ai/blog/ultimate-guide-to-all-hands-meetings">all hands</a>, and Q&amp;As in a public channel accessible to all employees.</li><li><strong>Security &amp; compliance channels:</strong> Contract reviews and compliance audit meetings with the legal team can be organized in a private channel.</li><li><strong>Project-specific channels:</strong> Have multiple meetings for a big product launch? Create a private channel to organize these meetings and invite all the relevant stakeholders from different teams.<br></li></ul><p></p><h2 id="the-power-of-an-organized-workspace">The power of an organized workspace</h2><p>The potential uses of Fireflies Channels extend as far as your organizational needs dictate. By sorting meeting data by any chosen category, Fireflies ensures an efficient, secure, and user-friendly method of handling this vital aspect of enterprise operations.</p><p><br></p><p><br></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=c38472780f#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=c38472780f#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=c38472780f#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=c38472780f#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 featured"> <div class="special-bg"></div> <a class="post-card__image" href="/blog/fireflies-ai-launches-tasks/" title="Fireflies Launches Tasks: An AI-Powered Project Manager for Meetings" aria-label="Fireflies Launches Tasks: An AI-Powered Project Manager for Meetings"> <img class="lazyload" data-srcset="/blog/content/images/size/w300/2024/07/Tasks-Blog-Banner.png 300w, /blog/content/images/size/w600/2024/07/Tasks-Blog-Banner.png 600w, /blog/content/images/size/w1000/2024/07/Tasks-Blog-Banner.png 1000w, /blog/content/images/size/w2000/2024/07/Tasks-Blog-Banner.png 2000w" data-sizes="(max-width: 1000px) 50vw, 700px" data-src="/blog/content/images/size/w1000/2024/07/Tasks-Blog-Banner.png" src="https://fireflies.ai/blog/assets/images/img-placeholder-md.jpg?v=c38472780f" alt="Fireflies Launches Tasks: An AI-Powered Project Manager 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 class="post-card__featured"><i class="icon icon-star icon--sm"> <svg class="icon__svg"> <use xlink:href="https://fireflies.ai/blog/assets/icons/feather-sprite.svg?v=c38472780f#star"></use> </svg> </i></div> </div> <h2 class="post-card__title"> <a href="/blog/fireflies-ai-launches-tasks/" title="Fireflies Launches Tasks: An AI-Powered Project Manager for Meetings" aria-label="Fireflies Launches Tasks: An AI-Powered Project Manager for Meetings">Fireflies Launches Tasks: An AI-Powered Project Manager 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/krish/" class="post-card__author-image" aria-label="Krish Ramineni"> <img class="lazyload" data-src="/blog/content/images/size/w100/2024/06/image--2-.png" alt="Krish Ramineni" src="/blog/content/images/size/w30/2024/06/image--2-.png" /> </a> </div> </div> <div class="post-card__info"> <div class="post-card__author-names"> <a href="/blog/author/krish/">Krish Ramineni</a> </div> <time datetime="2024-07-15" class="post-card__date"> Jul 15, 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/fireflies-ai-launches-feed/" title="Fireflies.ai Launches Feed: Giving everyone a Chief of Staff" aria-label="Fireflies.ai Launches Feed: Giving everyone a Chief of Staff"> <img class="lazyload" data-srcset="/blog/content/images/size/w300/2024/06/Banner.jpg 300w, /blog/content/images/size/w600/2024/06/Banner.jpg 600w, /blog/content/images/size/w1000/2024/06/Banner.jpg 1000w, /blog/content/images/size/w2000/2024/06/Banner.jpg 2000w" data-sizes="(max-width: 1000px) 50vw, 700px" data-src="/blog/content/images/size/w1000/2024/06/Banner.jpg" src="https://fireflies.ai/blog/assets/images/img-placeholder-md.jpg?v=c38472780f" alt="Fireflies.ai Launches Feed: Giving everyone a Chief of Staff" /> </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-feed/" title="Fireflies.ai Launches Feed: Giving everyone a Chief of Staff" aria-label="Fireflies.ai Launches Feed: Giving everyone a Chief of Staff">Fireflies.ai Launches Feed: Giving everyone a Chief of Staff</a> </h2> <div class="post-card__details"> <div class="post-card__authors is-flex "> <div class="post-card__author 1"> <a href="/blog/author/krish/" class="post-card__author-image" aria-label="Krish Ramineni"> <img class="lazyload" data-src="/blog/content/images/size/w100/2024/06/image--2-.png" alt="Krish Ramineni" src="/blog/content/images/size/w30/2024/06/image--2-.png" /> </a> </div> </div> <div class="post-card__info"> <div class="post-card__author-names"> <a href="/blog/author/krish/">Krish Ramineni</a> </div> <time datetime="2024-06-12" class="post-card__date"> Jun 12, 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/fireflies-notepad-updates/" title="Fireflies Notepad UI Improvements 2024: A Complete Guide" aria-label="Fireflies Notepad UI Improvements 2024: A Complete Guide"> <img class="lazyload" data-srcset="/blog/content/images/size/w300/2024/04/ui-improvements.jpg 300w, /blog/content/images/size/w600/2024/04/ui-improvements.jpg 600w, /blog/content/images/size/w1000/2024/04/ui-improvements.jpg 1000w, /blog/content/images/size/w2000/2024/04/ui-improvements.jpg 2000w" data-sizes="(max-width: 1000px) 50vw, 700px" data-src="/blog/content/images/size/w1000/2024/04/ui-improvements.jpg" src="https://fireflies.ai/blog/assets/images/img-placeholder-md.jpg?v=c38472780f" alt="Fireflies Notepad UI Improvements 2024: A Complete Guide" /> </a> <div class="post-card__content"> <div class="post-card__header"> <a class="tag-whats-new post-card__tag" href="/blog/tag/whats-new/" title="What&#x27;s new" aria-label="What&#x27;s news">What&#x27;s new</a> <div class="post-card__tag public">members</div> </div> <h2 class="post-card__title"> <a href="/blog/fireflies-notepad-updates/" title="Fireflies Notepad UI Improvements 2024: A Complete Guide" aria-label="Fireflies Notepad UI Improvements 2024: A Complete Guide">Fireflies Notepad UI Improvements 2024: A Complete Guide</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-04-25" class="post-card__date"> Apr 25, 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=c38472780f#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=c38472780f#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=c38472780f#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=c38472780f#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=c38472780f#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=c38472780f#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