# Pushwoosh 文档

export const prerender = true;

<CardGrid>
  <IconLinkCard
      href="/product/first-steps/start-with-your-project/"
      icon="rocket"
      title="快速入门"
      description="让我们的客户成功团队指导您完成 Pushwoosh 的入门流程：从设置项目到发送您的第一条消息。"
  />
  <IconLinkCard
      href="/product/"
      icon="open-book"
      title="用户指南"
      description="创建营销活动、定位受众并推动收入增长 — 无需编码。如果需要开发人员帮助，我们会通知您！"
  />
  <IconLinkCard
      href="/product/release-notes/"
      icon="document"
      title="发布说明"
      description="及时了解最新更新。探索旨在帮助您更快、更智能地实现目标的新功能、增强功能和修复。"
  />
  <IconLinkCard
      href="/developer/"
      icon="setting"
      title="开发者文档"
      description="查找 API 参考、SDK 文档和分步指南，轻松构建自定义解决方案并自动化工作流程。"
  />
</CardGrid>