Files
FastGPT/document/content/introduction/guide/plugins/google_search_plugin_guide.en.mdx
T
2026-04-26 21:08:47 +08:00

29 lines
742 B
Plaintext

---
title: Google Search Plugin Configuration Guide
description: FastGPT Google Search Plugin Configuration Guide
---
## 1. Create a Google Custom Search Engine
https://programmablesearchengine.google.com/
Go to the Custom Search Engine control panel and create a new Search Engine.
![](../../../../public/imgs/google_search_plugin1.png)
Get the Search Engine ID (cx).
![](../../../../public/imgs/google_search_plugin2.png)
## 2. Get an API Key
https://developers.google.com/custom-search/v1/overview
![](../../../../public/imgs/google_search_plugin3.png)
## 3. Fill in the Plugin Input Parameters
Enter the Search Engine ID in the cx field and the API key in the key field.
![](../../../../public/imgs/google_search_plugin4.png)