help.clickup.com Open in urlscan Pro
104.16.51.111  Public Scan

Submitted URL: https://help.clickup.com/
Effective URL: https://help.clickup.com/hc/en-us
Submission: On December 14 via api from CA — Scanned from CA

Form analysis 1 forms found in the DOM

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="Search" autocomplete="off" aria-label="Search">
  <input type="submit" name="commit" value="Search">
</form>

Text Content

Skip to main content
ClickUp Help Center Toggle navigation menu

Status: Operational ClickUp API ClickUp University
Categories
OnboardingGetting startedWorking in ClickUpFeatures and
ClickAppsViewsIntegrations and ClickUp APITechnical SupportMobileRelease
NotesUse CasesData, privacy, and security
Categories



HOW CAN WE HELP?


SEARCH



Suggestions

Billing
Add a guest
Create a Whiteboard
Create a Dashboard




CLICKUP API

View our documentation for the ClickUp API


CLICKUP UNIVERSITY

Level up your skills to increase your productivity and save you time


WEBINARS

Join our platform experts in real-time to build your best workflow


TEMPLATES

Find ready-to-use template that work for your use case


JOIN OUR COMMUNITIES

Join one of our global communities to engage with other ClickUp users


REQUEST A FEATURE

Suggest new features and vote on submissions from your peers


CATEGORIES


 * ONBOARDING
   
   New to ClickUp? Read these articles to make the most of our customizable
   platform!


 * GETTING STARTED
   
   Joining or setting up a Workspace? Customize your account and Workspace
   settings.


 * WORKING IN CLICKUP
   
   Learn how ClickUp is organized so you can get to work.


 * FEATURES AND CLICKAPPS
   
   Use features like Docs, Dashboards, and Whiteboards. And customize your
   Workspace with ClickApps!


 * VIEWS
   
   Organize your work with views.


 * INTEGRATIONS AND CLICKUP API
   
   Connect your Workspace to these supported apps. And get started with the
   ClickUp API.


 * TECHNICAL SUPPORT
   
   Tips on troubleshooting, bug reporting, and feature requests.


 * MOBILE
   
   Access key ClickUp features from outside the platform so you can keep ideas
   flowing whenever inspiration strikes.


 * RELEASE NOTES
   
   Stay up to date with our latest releases!


 * USE CASES
   
   Templates and ideas specific to your industry or professional field.


 * DATA, PRIVACY, AND SECURITY
   
   ClickUp has one of the strictest security policies in our industry to ensure
   your data never gets into the hands of third parties.


MOST VIEWED ARTICLES

Set up your team's Workspace
Owners and admins, take the time to optimally configure your Workspace and set
your team up for success! Make sure yo...

View article

Invite guests to your Workspace
Guests are people you've invited to your Workspace by sharing specific items
with them. Guests only have access to th...

View article

Set up your personal Workspace
Whether you're joining an established Workspace or a new one, set yourself up
for success!  ClickUp is flexible and c...

View article

Customizable ClickUp features
ClickUp is an incredibly customizable platform. Learn how to make these features
work for you and your team!  Some of...

View article

Intro to guests
Guests are people you've invited to your Workspace by sharing specific items
with them. Guests only have access to th...

View article

Create and manage custom statuses
Set statuses at the Space, Folder, and List levels to organize your team's
workflow. You can mark your tasks with cus...

View article

Intro to notifications
Notifications allow you to keep up with the work that you and your team are
doing. Notifications are specific to each...

View article

Intro to Dashboards
Create a visual representation of your work for your entire team. Dashboards are
the best way to build high-level vie...

View article

Google Calendar syncing
Display your Google calendar events alongside ClickUp tasks using the ClickUp
Calendar view. You can also display Cli...

View article

Create your own app with the ClickUp API
Want to create an app that integrates with ClickUp? Give your users the ability
to sign in using OAuth 2.0!  Be sure ...

View article


CAN'T FIND WHAT YOU'RE LOOKING FOR?

Contact Us

Go to ClickUp
English (US)
Deutsch Español Français (France) Italiano Português do Brasil


Suggestions


<% var getColumnClasses = function(columnNumber) { 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; } %>
   <% blocks.forEach(function(block, index) { %>
 * <% if (imageHeight) { %> <% } %> <% if (block.name) { %>
   
   
   <%= BLOCK.NAME %>
   
   <% } %> <% if (block.description) { %>
   
   <%= block.description %>
   
   <% } %>
   <% }) %>


MOST VIEWED ARTICLES

<% if (articles.length) { %>
<% articles.forEach(function(article) { %>
<%= article.title %>
<%= Util.getExcerpt(article.body, 256) %>

View article

<% }); %>
<% } else { %>

empty

<% } %>


CAN'T FIND WHAT YOU'RE LOOKING FOR?

Contact Us



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 = 12 %>


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

<% } %> <% if (forms.length) { %> <% if (title) { %> <% } %>


HOW CAN WE HELP YOU TODAY?


PLATFORM SUPPORT

Getting Started, ClickUp Features, Integrations, Use Case Support


BILLING

Payments, Invoices, Pricing, Seats, Changing Your Plan


MY ACCOUNT

Logging In, SSO, Account Settings, Security Privacy


TECHNICAL SUPPORT

Bug Reports, Error Codes, ClickUp API


MARKETING

Blog Posts, Sponsorship Requests, Press Inquiries


SALES & SOLUTIONS

Connect with the ClickUp Sales or Solutions Teams

<% } %>


CAN'T FIND WHAT YOU'RE LOOKING FOR?

Contact Us



CAN'T FIND WHAT YOU'RE LOOKING FOR?

Contact Us



CLICKUP API

View our documentation for the ClickUp API


CLICKUP UNIVERSITY

Level up your skills to increase your productivity and save you time


WEBINARS

Join our platform experts in real-time to build your best workflow


TEMPLATES

Find ready-to-use template that work for your use case


JOIN OUR COMMUNITIES

Join one of our global communities to engage with other ClickUp users


REQUEST A FEATURE

Suggest new features and vote on submissions from your peers