---
title: "Gemini 金鑰申請"
description: "在 Google AI Studio 申請 Gemini API 金鑰的步驟，供 EMILY.RPA 的 Gemini 模組與 AI Agent 使用。"
source: https://docs.emily.tips/faq/apply-gemini-key
---

<head>
  <script type="application/ld+json">
    {JSON.stringify({
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "url": "https://docs.emily.tips/faq/apply-gemini-key",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "如何申請 Gemini API 金鑰給 EMILY.RPA 使用？",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "先至 Google AI Studio https://aistudio.google.com/ 註冊或登入 Google 帳號，建立 API 金鑰並複製，再填入 EMILY.RPA 的 Gemini 模組或 AI Agent 設定中。"
          }
        }
      ]
    })}
  </script>
</head>

先至 [Google AI Studio 官網](https://aistudio.google.com/) 註冊或登入 Google 帳號後。

![](https://docs.emily.tips/img/zh/faq-031.png)

接著左側欄選「**Get API key**」進入頁面產生金鑰，複製到剪貼簿即可。

![](https://docs.emily.tips/img/zh/faq-032.png)
