# Google Search

Find the most relevant links based on the Query through a google search

<figure><img src="/files/C1mFb5O562g8EfYlEhL0" alt=""><figcaption></figcaption></figure>

**Parameters:**

* **Number of Results:** Specifies how many organic results will be returned
* **Query:** Specify the question to search on google.

Return:

{% embed url="<https://serpapi.com/search-api#api-results>" %}


---

# 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.trycortex.ai/callable/blocks/tools/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.
