FT
FAQ Templates

ASSET_SPEC // CATEGORIZED_FAQ

Categorized FAQFAQ template

Organize large sets of questions into logical groups for better discoverability.

Live_Preview_Environment

Frequently Asked Questions

Everything you need to know about our platform.

General

How do I get started?
Sign up and follow the quick onboarding guide to set up your first project.
What browsers are supported?
Check the support policy for the currently tested browser versions.

Security

Is my data safe?
Review the security documentation for current safeguards and data-handling details.
What sign-in security options are available?
Available sign-in security options are listed in account settings.

When_to_Use

Choose the categorized layout when your FAQ spans several topics with fifteen or more questions. Grouping entries into categories with a definition list helps users jump to the right section instead of scrolling through one long list.

Source_Manifest

Source_Inspector // HTML
<section class="faq-container" style="max-width: 64rem; margin: 0 auto; padding: 2rem;">
  <h2 style="font-size: 1.875rem; font-weight: 700; margin-bottom: 2rem;">Support Center</h2>
  
  <div class="category-section" style="margin-bottom: 3rem;">
    <h3 style="font-size: 1.25rem; font-weight: 600; color: #2563eb; border-bottom: 2px solid #e5e7eb; padding-bottom: 0.5rem; margin-bottom: 1rem;">General</h3>
    <dl>
      <dt style="font-weight: 500; margin-top: 1rem;">Is there a free trial?</dt>
      <dd style="color: #4b5563; margin-left: 0; margin-top: 0.5rem;">Trial availability and eligibility are listed on the current pricing page.</dd>
    </dl>
  </div>

  <div class="category-section">
    <h3 style="font-size: 1.25rem; font-weight: 600; color: #2563eb; border-bottom: 2px solid #e5e7eb; padding-bottom: 0.5rem; margin-bottom: 1rem;">Billing</h3>
    <dl>
      <dt style="font-weight: 500; margin-top: 1rem;">Can I change my plan later?</dt>
      <dd style="color: #4b5563; margin-left: 0; margin-top: 0.5rem;">Available plan changes and their effective dates are shown in billing settings.</dd>
    </dl>
  </div>
</section>
READ_ONLY