support.gather.town Open in urlscan Pro
104.16.51.111  Public Scan

Submitted URL: http://support.gather.town/
Effective URL: https://support.gather.town/hc/en-us
Submission: On May 23 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET /hc/en-us/search

<form role="search" class="form-field flex-1 mb-0" data-search="" action="/hc/en-us/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="search" name="query" id="query"
    placeholder="Find answers..." aria-label="Find answers..."></form>

GET /hc/en-us/search

<form role="search" class="form-field mb-0" data-search="" data-instant="true" autocomplete="off" action="/hc/en-us/search" accept-charset="UTF-8" method="get"><input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="search"
    name="query" id="query" placeholder="Find answers..." autocomplete="off" aria-label="Find answers..."></form>

Text Content

Skip to main content
Toggle navigation menu

Gather App Submit a request Sign in


GATHER TUTORIALS & HELP DOCS


SEARCH





 * GETTING STARTED


 * SETTINGS & FEATURES


 * IDEAS FOR USING YOUR SPACE


 * CUSTOMIZING YOUR SPACE


 * APPS & INTEGRATIONS


 * ACCOUNT MANAGEMENT & BILLING


NEW TO GATHER?


 * START A FREE 30-DAY TRIAL OFFICE
   
   Invite up to 50 coworkers and experience what it's like to work in a virtual
   office together.


CAN'T FIND WHAT YOU'RE LOOKING FOR?

Submit a Ticket

English (US)
日本語 Português do Brasil

<% var getColumnClasses = function(numberColumns) { var classNames = 'col-12
mb-4'; if (numberColumns >= 2) classNames += ' md:col-6'; if (numberColumns >=
3) classNames += ' lg:col-4'; if (numberColumns >= 4) classNames += ' xl:col-3';
return classNames; } %>
<% if (heading) { %>


<%= HEADING %>

<% } %>
   <% blocks.forEach(function(block, index) { %>
 * <% if (imageHeight) { %> <% } %>
   <% if (block.name) { %>
   
   
   <% IF (BLOCK.HTML_URL) { %> <%= BLOCK.NAME %> <% } ELSE { %> <%= BLOCK.NAME
   %> <% } %>
   
   <% } %> <% if (block.description) { %>
   
   <%= block.description %>
   
   <% } %>
   <% }) %>


CAN'T FIND WHAT YOU'RE LOOKING FOR?

Submit a Ticket

   <% categories.forEach(function(category) { %>
 * <% if (category.id === activeCategoryId) { %> <%= category.name %> <% } else
   { %> <%= category.name %> <% } %> <% if (category.sections.length) { %>
     <% category.sections.forEach(function(section) { %>
   * <%= section.name %>
     <% }); %>
   <% } %>
   <% }); %>


CATEGORIES

   <% categories.forEach(function(category, index) { %>
 * <%= category.name %>
   <%= partial('partial-article-list-sections', { id: 'category-' + category.id,
   parentId: '#sidebar-article-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 %>
   <% }); %>

<% 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
   <% } %>

<% } %>