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

# FAQ

> Answers to common questions about Prompt.to.design features, workflows, data, and Figma integration.

## Getting Started

<AccordionGroup>
  <Accordion title="What is Prompt.to.design?">
    AI that knows your style and creates, edits, and prototypes in one click.
  </Accordion>

  <Accordion title="What can I build with Prompt.to.design?">
    Landing pages, dashboards, product UIs, and marketing layouts-fully editable in Figma.
  </Accordion>

  <Accordion title="Do I need design experience to use it?">
    No. Describe your idea and the plugin creates a clean, editable layout.
  </Accordion>

  <Accordion title="How do I get started?">
    Install from Figma Community - open plugin - click Kick Start - enter your prompt.
  </Accordion>
</AccordionGroup>

## Features and Usage

<AccordionGroup>
  <Accordion title="What are the core features?">
    Kick Start, Style Transfer, Region Design, Smart Fill, and Modify Elements.
  </Accordion>

  <Accordion title="Does it work with Figma components?">
    Yes. All outputs use frames, Auto Layout, and compatible components.
  </Accordion>

  <Accordion title="Can I upload my own references?">
    Yes. Images, PDFs, and screenshots are supported as visual guides.
  </Accordion>

  <Accordion title="How many generations can I run?">
    Free Trial: 20/day. Plus Plan: 100 monthly credits.
  </Accordion>
</AccordionGroup>

## Account and Billing

<AccordionGroup>
  <Accordion title="How does credit usage work?">
    Each generation uses one credit; monthly reset for paid plans.
  </Accordion>

  <Accordion title="Can I upgrade or cancel my plan?">
    Yes, via the billing page anytime.
  </Accordion>

  <Accordion title="Is my data stored securely?">
    Yes. All uploaded assets are processed privately and never shared.
  </Accordion>
</AccordionGroup>

<div
  style={{
marginTop: '2rem',
display: 'flex',
justifyContent: 'center',
}}
>
  <a
    href="https://www.figma.com/community/plugin/1528325292196938261/prompt-to-design-by-superun-ai-10x-faster-with-ai-design-like-a-pro-prototype-instantly"
    style={{
  backgroundColor: '#0F172A',
  color: 'white',
  padding: '12px 28px',
  borderRadius: '8px',
  fontSize: '16px',
  fontWeight: '600',
  textDecoration: 'none',
  boxShadow: '0 4px 12px rgba(0,0,0,0.08)',
  transition: 'all 0.2s ease',
}}
    onMouseOver="this.style.backgroundColor='#1E293B'"
    onMouseOut="this.style.backgroundColor='#0F172A'"
  >
    Start Designing with Prompt.to.design
  </a>
</div>
