> ## Documentation Index
> Fetch the complete documentation index at: https://shipfast.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# FAQ

> Answer common questions before they ask

<img src="https://mintcdn.com/shipfastso/-9P87iaUtQEkQp6B/images/faq-preview.png?fit=max&auto=format&n=-9P87iaUtQEkQp6B&q=85&s=83d63ddf1764bb180ffce4b158a73526" alt="FAQ component preview" className="rounded-lg border mb-6" title="" width="3000" height="1722" data-path="images/faq-preview.png" />

## Edit Questions

Open `/components/FAQ.tsx`:

```tsx theme={null}
const faqItems: FAQItem[] = [
  {
    question: "What is ShipFast?",
    answer: "ShipFast is a starter kit that helps you launch SaaS products faster...",
  },
  {
    question: "Who is ShipFast for?",
    answer: "It's for developers who want to build and ship SaaS products quickly...",
  },
  // Add more...
]
```

***

## Change Section Heading

```tsx theme={null}
<h2>Frequently Asked Questions</h2>
<p>Got questions? We've got answers.</p>
```

***

## What Questions to Include

Answer the top objections that stop people from buying:

* What is this?
* Who is it for?
* What's included?
* Can I use it commercially?
* Do I get updates?
* What if I need help?
* Refund policy?

**Keep 5-8 questions max.** More than that, people won't read them.

***

<Tip>
  Answer honestly. Trying to hide limitations makes people suspicious.
</Tip>

<Tip>
  Put your most important question first. Not everyone reads all of them.
</Tip>
