> For the complete documentation index, see [llms.txt](https://docs.ilert.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ilert.com/chatops/google-chat.md).

# Google Workspace Integration

Connect ilert to Google Chat to receive alerts in your spaces and act on them there, raise new alerts, and check who is on-call.

Start by choosing how alerts reach Google Chat, then configure the capabilities you need.

## Choose how alerts reach Google Chat

|                                    | [Google Chat app](/chatops/google-chat/google-chat-app.md) | [Incoming webhook](/chatops/google-chat/incoming-webhook.md) |
| ---------------------------------- | ---------------------------------------------------------- | ------------------------------------------------------------ |
| Alert cards                        | Full, with status and priority                             | Basic message                                                |
| Accept, reroute, resolve from chat | Yes                                                        | No                                                           |
| Slash commands                     | Yes                                                        | No                                                           |
| Status changes update in place     | Yes                                                        | No                                                           |
| OAuth permissions required         | Yes                                                        | No                                                           |
| Setup effort                       | Medium                                                     | Low                                                          |

The **Google Chat app** is the right choice unless your organization cannot grant app permissions — a webhook only posts notifications, so responders still have to open ilert to act.

## Select your use case

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Receive and respond to alerts</strong></td><td>Install the Google Chat app and act on alerts from the space.</td><td><a href="/pages/HOXukV1AafjHnZ8q22Bc">/pages/HOXukV1AafjHnZ8q22Bc</a></td></tr><tr><td><strong>Create alerts in Google Chat</strong></td><td>Use Google Chat as an alert source and let users raise alerts with <code>/il-alert</code>.</td><td><a href="/pages/UvlbBwr0Ez71A1My0WVX">/pages/UvlbBwr0Ez71A1My0WVX</a></td></tr><tr><td><strong>Look up who is on-call</strong></td><td>Check who is on-call for an alert source or escalation policy with <code>/il-oncall</code>.</td><td><a href="/pages/XGMrxFlyWiIIn6U9CSwr">/pages/XGMrxFlyWiIIn6U9CSwr</a></td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ilert.com/chatops/google-chat.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
