Skip to main content
Toggle navigation menu
Release Notes
Need Help?
Community
Sign in
Bridge App Customer Support and Help Center
Getting Started
Webinars
Webinars
[Webinar] Managing Bridge as a Small Admin Team
Product Roadmap Webinars
[Webinar] Creating Hybrid Training Programs
[Webinar] Unlocking the Power of In-App Analytics Tools for Bridge Admins
[Webinar] Building Bridge Champions: How to Improve Your Organization's Use of Bridge
[Webinar] How to Drive User Adoption and Increase Learner Engagement
[Webinar] Best Practices for Managing Your User Data in Bridge
[Webinar] Tips & Tricks for Bridge Account Architecture
[Webinar] Creating a Culture of Feedback
[Webinar] Best Practices for Training Delivery
[Webinar] Bridge Advanced Media Best Practices
[Webinar] Bridge 101: Behind the Scenes with Customer Success
[Webinar] March Madness Webinar Series
[Webinar] How to Increase Manager Engagement in Bridge
[Webinar] Best Practices for Customer and Partner Training
[Webinar] Organizing your Bridge Instance
[Webinar] KPI Analytics
[Webinar] How should I organize content for learners?
[Webinar] How to get managers to use Bridge
[Webinar] Best Practices for Bridge Journeys
<% if (items.length > 1) { %>
In this article
<% items.forEach(function(item) { %>
<%= item.name %>
<% }); %>
<% } %>
<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
<% (categories.length > 1 ? categories : sections).forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %> <% if (block.name) { %>
<%= block.name %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% var getColumnClasses = function(numberColumns) { var classNames = numberColumns === 'auto' ? 'col-auto' : 'col-12'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >= 3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3'; return classNames; } %>
Looking for Additional Assistance?
<% blocks.forEach(function(block, index) { %>
<% if (imageHeight) { %>
<% } %>
<% if (block.name) { %>
<% if (block.html_url) { %>
<%= block.name %>
<% } else { %> <%= block.name %> <% } %>
<% } %> <% if (block.description) { %>
<%= block.description %>
<% } %>
<% }) %>
<% if (categories.length) { %>
Categories
<% categories.forEach(function(category, index) { %> <% if (category.id !== activeCategoryId) { %>
<%= category.name %>
<% category.sections.forEach(function(section, index) { %>
<%= section.name %>
<% }) %>
<% } %> <% }); %>
<% } %>