# Google

Power up your communication game with seamless integration of Gemini and Gmail. Your agents can now:

* Automatically handle and respond to emails with flair
* Sync Gmail data with other platforms to streamline workflows
* Use Gemini to dig deep into data trends and fuel smarter decisions with live insights

***

**Agent inspiration:**

* **Email Assistant**: Automate drafting and organizing Gmail messages.
* **Gmail Inbox Manager**: Fetch and analyze emails, categorize, and respond.
* **Search Automation Agent**: Perform Google searches and retrieve results for research or data analysis.

***

**Nodes Available**:

1. [**Create Gmail Draft Letter**](/agent-studio/editor/web.md#create-gmail-draft-letter): This node allows agents to draft emails in Gmail. It includes fields for the message, recipient(s), subject, and thread ID. The authentication token is connected to enable seamless interaction with Gmail.
2. [**Get Gmail Letters**:](/agent-studio/editor/web.md#get-gmail-letters) This node fetches emails from the user’s Gmail account, with options to limit the number of emails, filter by labels (e.g., INBOX), and load attachments.
3. [**Google Search**:](/agent-studio/editor/web.md#google-search) This node performs Google searches, allowing agents to retrieve search results based on a query, with an optional site filter.

***

These nodes offer vast flexibility, enabling users to build intelligent agents integrated with Google services for automated tasks.

***

We’d love to hear from you! Reach out to **<documentation@integrail.ai>**


---

# 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://help.integrail.ai/agent-studio/images-and-media/google.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.
