# Google Chat

## Introduction

In this tutorial, you will learn how to set up Google Chat as a communication channel for your AI agent using Caleida. This straightforward guide will walk you through the necessary steps to ensure seamless integration and real-time interactions within Google Chat.

### Video tutorial on how to integrate Caleida in Google Chat

{% embed url="<https://app.arcade.software/share/IUdB8Uh35AqV0CqMUQaJ>" %}

### Implement Google Chat as an AI Agent

{% stepper %}
{% step %}
Navigate to the list of available channels in the Caleida dashboard

<figure><img src="/files/2Z2wHBGE7LHtOu1wNz8m" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Select the Google Chat channel and access to the settings

{% endstep %}

{% step %}
Enter your email domain (e.g., example@**yourdomain.com**) and save the changes. Only users with the specified domain can use the Google Chat App with the agent configuration.

<figure><img src="/files/RayECD3M8n9YKoteoUx6" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Activate the Google Chat channel for your AI agent

<figure><img src="/files/ytUvVTtYoCHznF5Pirvu" alt="" width="563"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Go to the Google Chat app and click on "New Chat."

<figure><img src="/files/NL67RdOL6WGfhzND8mZM" alt="" width="133"><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Search for "Caleida S," click on it, and the conversation with the app will start.

<figure><img src="/files/vkJqZaa8QiYbafUqREjF" alt="" width="377"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Start chatting with your AI Agent!

<figure><img src="/files/5cnuxLv0cyzD5fOQCEDf" alt=""><figcaption></figcaption></figure>

{% endstep %}
{% endstepper %}

You can now enable or disable the integration with the entered domain. If you want to remove the integration, first make sure to stop the Google Chat channel. In the settings, you will see the "Delete" button. Clicking it will remove your configuration.


---

# 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.caleida.io/integrations/google-chat.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.
