Skip to main content
Toggle navigation menu
Articles
Video Tutorials
Academy
Live Training
Upgrade
Launch Asana
Log In
Get Started
Search
How can we help?
Search
<% if (ids.length) { %>
<% ids.forEach(function(id, index) { %>
<% if (playInline) { %>
<% if (showDuration) { %>
<% } %>
<% } else { %>
<% if (showDuration) { %>
<% } %>
<% } %> <% if (showTitle) { %>
<% } %>
<% }); %>
<% } %>
Top searches
<%= getStartedSection.dynamicTitle %>
<% getStartedSection.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<% }) %>
<%= recommendedLinksSection.dynamicTitle %>
<%= recommendedLinksSection.headerLink.dynamicHeaderLink %>
<% recommendedLinksSection.linkColumns.forEach(function(linkColumn, index) { %>
<%= linkColumn.dynamicTitle %>
<% linkColumn.links.forEach(function(link){%>
<%= link.dynamicLinkText %>
<% }) %>
<% }) %>
<%= useCasesSection.dynamicTitle %>
<%= useCasesSection.headerLink.dynamicHeaderLink %>
<% useCasesSection.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<% }) %>
<% videoCourseSection.videoCourseRows.forEach(function(videoCourseRow, index) { %>
<%= videoCourseRow.dynamicTitle %>
<%= videoCourseRow.headerLink.dynamicHeaderLink %>
<% videoCourseRow.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<%= link.dynamicLinkDescription %>
<% }) %>
<% }) %>
<%= keepExploringSection.dynamicTitle %>
<% keepExploringSection.links.forEach(function(link, index) { %>
<%= link.dynamicLinkText %>
<%= link.dynamicLinkDescription %>
<% }) %>
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
Help Topics
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>