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