> For the complete documentation index, see [llms.txt](https://docs.opsmx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.opsmx.com/ai-assistant-and-experience-studio/experience-interafaces-and-plugins/slack-google-chat-teams.md).

# Slack / Google Chat / Teams

OpsMx integrates the AI Assistant with collaboration and communication platforms such as Slack, Google Chat, and Microsoft Teams to enable operational intelligence directly within team communication channels.

The assistant operates as an interactive operational companion that helps teams monitor systems, investigate incidents, trigger workflows, and collaborate on troubleshooting activities within chat-based environments.

These integrations transform collaboration tools into intelligent operational command centers.

## Why we use it in OpsMx

OpsMx uses collaboration platform integrations to reduce operational friction, accelerate incident response, and improve cross-team coordination during development and operational workflows.

### Key reasons for collaboration integrations

#### Faster operational response

Teams can investigate incidents, retrieve system data, and trigger actions directly from chat channels without switching tools.

#### Improved collaboration

Shared operational context allows teams to coordinate troubleshooting and decision-making more effectively.

#### Reduced context switching

Developers and operators can access deployment, infrastructure, and security insights within existing communication workflows.

#### Real-time operational awareness

The assistant delivers alerts, deployment notifications, incident summaries, and recommendations directly into team conversations.

#### Actionable operational workflows

Users can trigger operational actions directly from collaboration channels using conversational interactions.

## How we use it in OpsMx

OpsMx integrates AI-assisted operational workflows directly into enterprise collaboration platforms.

### Incident response workflows

Teams use the assistant to:

* Investigate alerts
* Analyze incidents
* Retrieve logs and metrics
* Correlate operational events
* Access troubleshooting guidance

This improves incident resolution speed.

### Deployment and pipeline visibility

Users can query:

* Deployment status
* Pipeline health
* Release progress
* Rollback history
* Infrastructure state

Directly from collaboration channels.

### Conversational operational actions

The assistant enables users to trigger actions such as:

* Pipeline execution
* Rollbacks
* Approval workflows
* Deployment retries
* Operational remediation

Through conversational commands.

### Shared operational intelligence

OpsMx enables teams to collaborate using shared AI-generated summaries, recommendations, and contextual operational insights within communication channels.

## Core capabilities of collaboration integrations

| Capability                 | Description                                    |
| -------------------------- | ---------------------------------------------- |
| Conversational operations  | AI-driven interactions within chat platforms   |
| Incident management        | Alert analysis and troubleshooting assistance  |
| Deployment visibility      | Real-time delivery and infrastructure insights |
| Workflow automation        | Triggering operational actions from chat       |
| Shared operational context | Collaborative incident and workflow analysis   |
| Notification management    | Intelligent operational alerts and updates     |


---

# 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.opsmx.com/ai-assistant-and-experience-studio/experience-interafaces-and-plugins/slack-google-chat-teams.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.
