# Google Search

Google Search is a web search engine provided by Google. It enables users to quickly retrieve relevant information from billions of web pages by indexing and ranking content based on user queries, making it ideal for research, information discovery, and accessing the latest online content.

### **How to Configure Google Search** **to ZBrain Flow?** <a href="#how-to-configure-google-search-to-zbrain-flow" id="how-to-configure-google-search-to-zbrain-flow"></a>

To integrate Google Search with ZBrain Flow, follow these detailed steps:

* Click the '+' button in the Flow and search for **Google Search** in the ZBrain Flow.
* Provide the **API Key** value. Get your API Key from **Settings > My Account** in your ZBrain account. The authentication key is required to connect to the Google Search or SERP API. It verifies your account and grants access to the search service.
* To create a connection, click on the **Create a new connection** from the **Connection** field.
* Provide a connection name in the **Connection Name** field.
* Provide the **API Key value.**
* Save the connection.
* Enter the query to search for in the **Search Query** field. The term or phrase you want to look up. This field defines what information you’re trying to retrieve from Google Search.
* Select the country from the **Country** drop-down to specify the country or region to tailor search results. This helps you get more localized or relevant content.
* Select the search type you want from the **Search Type** drop-down. It defines the category of results to retrieve (e.g., web pages, images, or news). Selecting a specific type narrows the search to that content format.
* Additional query parameters you can add to refine or filter search results (e.g., language settings, safe search options) by providing values in **Google Search Parameters**. This ensures the returned data aligns more closely with your requirements.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.zbrain.ai/zbrain-documentation/zbrain-builder/flows/flow-components/google-search.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
