# Google Workspace Integration

Integrate ilert with Google Chat to receive real-time alert notifications and respond to incidents directly within your team's conversation spaces.

## Integration Options

### [Google Chat App](/chatops/google-chat/google-chat-app.md) (Recommended)

The native Google Chat app provides the richest integration experience:

* **Rich alert cards** with status, priority, and action buttons
* **One-click actions** - Accept, Reroute, or Resolve alerts without leaving chat
* **Slash commands** - Quick access to help and connection management
* **Automatic updates** - See alert status changes in real-time

### [Google Chat Webhooks](https://github.com/iLert/docs/blob/master/product-docs/chatops/google-chat/google-chat-webhooks.md)

A lightweight alternative for organizations that cannot grant app permissions:

* Simple webhook-based notifications
* No OAuth permissions required
* Basic alert information only

## Quick Comparison

| Feature          | Google Chat App | Webhooks |
| ---------------- | --------------- | -------- |
| Rich alert cards | Yes             | Basic    |
| Action buttons   | Yes             | No       |
| Slash commands   | Yes             | No       |
| OAuth required   | Yes             | No       |
| Setup complexity | Medium          | Low      |

For most organizations, we recommend the **Google Chat App** for the full-featured experience.


---

# 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.ilert.com/chatops/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.
