# FAQ overview

# FAQ

Find answers to common questions, including topics that often come up with support.

## Available FAQs

<ul>
  {useCurrentSidebarCategory().items.map((item) => (
    <li key={item.href ?? item.label}>
      {'href' in item ? <Link to={item.href}>{item.label}</Link> : item.label}
    </li>
  ))}
</ul>
