Help center
FAQ, search, zero-result, support contact, validation, outcome, long-content, and mobile states.
Help center, FAQ, and contact
FAQ, search, zero-result, support form, validation, outcome, long-content, and narrow states.
Complete screen
Help center
Search common questions and open complete answers from a narrow screen.
Frequently asked questions
Start with the questions teams ask most often.
Which files can I upload?
Workspace owners may upload CSV, NDJSON, JSON, and ZIP files up to the application-owned limit.
Category: Data
Why does an integration need to be reconnected?
Provider authorization can expire or lose required scopes. Reconnecting creates a new application-owned grant.
Category: Integrations
How long is audit history retained?
The Scale plan retains workspace security and access events for 730 days.
Category: Security
Viewport
Ruby
test/dummy/app/components/gallery/compositions/help_center_page.rbworkspace_surface do
render_header
case state
when "faq", "long", "mobile"
render_search
render_faq
when "search", "empty"
render_search
render_search_results
when "contact", "contact-validation"
render_contact
when "contact-sent"
render_contact_sent
end
end