@php $faqs = [ ['Where does the lead data come from?', 'Boss Of AI connects to established B2B data providers through a single provider layer. Contacts are enriched and business emails are verified before they reach your list, so you are not paying credits for addresses that bounce.'], ['Is this just another Apollo?', 'No. A list of emails is the starting point, not the product. Every lead can be researched, scored and turned into a written first message that references the actual business.'], ['What does a credit cost me?', 'Company searches, contact reveals and email verification cost one credit each. An AI research briefing costs five, and generated outreach costs two. The exact cost is shown before you run anything expensive.'], ['Can I export my leads?', 'Yes. Any search result or campaign exports to CSV, and the data is yours to use in whatever CRM or sending tool you already run.'], ['Do you send the emails for me?', 'Not yet. Boss Of AI writes and organises the outreach; you send it from your own inbox or sequencing tool, which keeps your deliverability under your control.'], ['Do I need a card to start?', 'No. The free plan gives you 50 credits so you can run real searches and judge the data quality before paying anything.'], ]; @endphp

Questions people ask before signing up

@foreach ($faqs as $i => $faq)

{{ $faq[1] }}

@endforeach