Navigation: [/sitemap.md](/sitemap.md)

---
type: block
category: "faqs"
title: "FAQs 2"
description: "Find quick answers to the questions we hear most from teams evaluating the product."
---

```astro live props={{ name: 'faqs-2' }}
---
import Faqs2Block from "@/components/blocks/faqs-2.astro"
---

<Faqs2Block
  title="Questions & answers"
  description="Find quick answers to the questions we hear most from teams evaluating the product."
  buttons={[
    { label: "Get started", href: "#", variant: "default" },
    { label: "Talk to sales", href: "#", variant: "outline" },
  ]}
  faqs={[
    {
      id: "faq-2-1",
      question: "How many team members can I invite?",
      answer:
        "There is no limit on team size for paid plans. Free plans support up to five members with full access to core features.",
    },
    {
      id: "faq-2-2",
      question: "Do you offer onboarding assistance?",
      answer:
        "Yes. Every paid plan includes a guided onboarding session with our customer success team to help you hit the ground running.",
    },
    {
      id: "faq-2-3",
      question: "Can I integrate with existing tools?",
      answer:
        "We offer native integrations with popular tools like Slack, GitHub, Linear, and Figma. Custom integrations are available via our REST API.",
    },
    {
      id: "faq-2-4",
      question: "What happens when my trial ends?",
      answer:
        "You will be downgraded to the free plan automatically. No charges are made unless you explicitly choose to upgrade.",
    },
  ]}
/>
```
