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
No billing article matches this search, but the support team can still help.
Help results
Articles matching the current keyword and category appear below.
No help articles match this search
Try another keyword or send the support team a detailed question.
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