> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fetchhive.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Search

> 将 Google Search 添加到智能体,使其可以在 Fetch Hive 编辑器中搜索公开网络

# Google Search

Google Search 让你的智能体可以在 Fetch Hive 中访问实时的公开网页搜索。

它与 [Google Grounding](./google-grounding) 不同,后者是面向 Gemini 智能体的 Gemini 原生 Google Search grounding 工具。

## 它做什么

此工具让智能体在响应过程中查找当前的网页信息。当答案依赖于最新的来源、而不是静态指令或已存储的文档时使用它。

## 将工具添加到智能体

1. 在编辑器中打开一个智能体。
2. 点击工具提示为 **Add MCP Tool or Sub Agent** 的按钮。
3. 在 **MCP Tools** 中,点击 **Google Search**。

添加工具后,如需查看设置面板,请选中其节点。

## 配置

Fetch Hive 目前不在设置面板中为该工具显示额外的配置字段。

## 使用场景

* 查找当前事件或最近的变化。
* 在智能体回答之前检查公开网页来源。
* 使用最新的搜索结果丰富响应。

## 备注

* 在编辑器中使用 **Chat**,可在测试运行期间查看智能体何时调用 **Google Search**。请参阅[使用聊天测试](../testing-with-chat)。
* 要在智能体中添加或移除工具,请参阅[创建和配置](../creating-and-configuring)。
