FAQ Section
No description available
---
import FaqSection from "@components/page-sections/info-blocks/faq-section.astro";
import AccordionItem from "@components/building-blocks/wrappers/accordion/accordion-item.astro";
import SimpleText from "@components/building-blocks/core-elements/simple-text.astro";
---
<FaqSection backgroundColor="base" heading="Frequently Asked Questions" paddingVertical="4xl" /> ---
blocks:
_component: page-sections/info-blocks/faq-section
heading: Frequently Asked Questions
items:
- _component: building-blocks/wrappers/accordion/accordion-item
title: What is included in the free plan?
contentSections:
- _component: building-blocks/core-elements/simple-text
text: The free plan gives you access to basic features including project creation, limited storage, and community support. You can upgrade at any time for more functionality.
size: md
- _component: building-blocks/wrappers/accordion/accordion-item
title: Can I use this tool with my existing workflow?
contentSections:
- _component: building-blocks/core-elements/simple-text
text: Absolutely. The system is designed to integrate seamlessly with popular tools like Git, Markdown, and static site generators. No major setup or migration required.
size: md
- _component: building-blocks/wrappers/accordion/accordion-item
title: How does team collaboration work?
contentSections:
- _component: building-blocks/core-elements/simple-text
text: You can invite team members to your projects, assign roles, and collaborate in real time. Changes are tracked and synced automatically across environments.
size: md
- _component: building-blocks/wrappers/accordion/accordion-item
title: What kind of support do you offer?
contentSections:
- _component: building-blocks/core-elements/simple-text
text: We offer comprehensive support through documentation, community forums, and email support. Premium plans include priority support with faster response times.
size: md
paddingVertical: 4xl
backgroundColor: base
--- Overview
Use FAQ Section to address common questions and help users find answers quickly. The accordion format keeps content organized and allows users to expand only the questions they're interested in.
Properties
No properties available. Make sure the component has a valid .cloudcannon.structure-value.yml file.