> ## 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.

# 開始使用

> Prompt.to.design 直接在 Figma 內作為原生插件運行.按照以下Step安裝並開始生成您的第一個 AI 驅動設計.

## 安裝

1. 打開 **Figma** 並前往 **Community - Plugins - Search**.
2. 搜索 **Prompt.to.design**.
3. 點擊 **Install** 將其添加到您的 Figma 帳戶.
4. 安裝完成後,打開任何 Figma 文件並從選單中啟動插件.

## 首次使用

1. 在插件界麵點擊**Kick Start**.
2. 描述您想要創建的內容,例如“現代作品集主頁”.
3. （可選）上傳參考圖像或文檔.
4. 點擊 **Generate** 並在您的 Figma 畫布中查看結果.

系統將自動解釋您的提示,生成頁面佈局,並將其display為可編輯組件.

## 支持的工作流程

* **啟動:** 根據文本提示創建新佈局.
* **style轉移:** 在新頁面上應用一致的設計系統.
* **部分重新設計:** 重新設計選定區域,同時保持整體style.
* **智能填充:** 使用上下文感知內容填充空白.

## 後續Step

生成第一個設計後,請探索**功能**部分,以更深入地了解每個工具的工作原理.

<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'"
  >
    開始使用 Prompt.to.design 設計
  </a>
</div>
