Skip to main content
Toggle navigation menu
English
Deutsch
Submit a request
Sign in
Platform Interaction
Engage with the platform and its content
Account
Account settings
Logging in or out
Sessions
I can't log in. What can I do?
Notifications
Understanding the Notification bell
Notification settings
Subscribing to content for notifications
System email notifications
Hashtags
Browser notifications
Interaction
Liking or reacting
Commenting or mentioning
Pinning comments
Sending and receiving kudos
Sharing content internally
Translating content and comments
See all 10 articles
Colleagues & Profiles
Colleagues list
User profile
Updating your status
Personal profile timeline
Following users
Search
Global search
Using AVA in the Global Search
Creating search-friendly content for your platform
API: Customizing the order of search results
Launchpad
Launchpad overview
Using the launchpad
Managing launchpad links
Creating launchpad categories
Chat
Chat overview
Starting group chat channels
Starting 1-1 chats
Archiving or leaving chats
Muting chats
Deleting chat messages
See all 7 articles
File Library
File library overview
Supported file formats for previews
Interacting with files
<% var newArticles = articles.filter(function(article) { return article['label_names'].some(function(label) { return labels.includes(label); }); }); newArticles.sort(function(a, b) { return b.created_at.localeCompare(a.created_at); }); %> <% if (newArticles.length) { %> <% if (heading) { %>
new
<%= heading %>
<% } %>
<% newArticles.slice(0, 5).forEach(function(article, index) { %>
<%= article.title %>
<% }); %>
<% } %>