> 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/chatgpt-claude-style-interfaces.md).

# ChatGPT / Claude-style interfaces

OpsMx supports conversational AI interfaces similar to ChatGPT and Claude, enabling users to interact with operational systems using natural language conversations.

These interfaces provide a simplified and intuitive interaction model where users can ask questions, investigate issues, retrieve operational insights, and trigger workflows conversationally without requiring deep platform expertise.

The conversational interface makes advanced DevOps, security, and operational capabilities more accessible across technical and non-technical teams.

## Why we use it in OpsMx

OpsMx uses conversational AI interfaces to democratize access to operational intelligence and simplify complex DevOps and security workflows.

### Key reasons for conversational interfaces

#### Natural language interaction

Users can interact with systems using conversational language instead of learning platform-specific commands or interfaces.

#### Simplified operational workflows

Complex operational tasks become easier to perform through guided conversational interactions.

#### Accessibility for broader teams

Non-expert users can access deployment, security, and operational intelligence without deep technical knowledge.

#### Faster troubleshooting and analysis

Users can investigate incidents and operational issues through guided conversational workflows.

#### Unified operational access

The conversational layer provides a centralized interaction model across distributed enterprise systems.

## How we use it in OpsMx

OpsMx uses conversational interfaces to provide AI-assisted operational workflows across DevOps, security, and infrastructure management.

### Conversational incident investigation

Users can:

* Analyze incidents
* Investigate anomalies
* Retrieve deployment history
* Correlate operational events
* Access troubleshooting guidance

Using natural language interactions.

### Guided operational assistance

The assistant provides:

* Step-by-step troubleshooting
* Deployment recommendations
* Security guidance
* Workflow explanations
* Operational best practices

This helps users resolve issues more efficiently.

### Conversational action execution

Users can trigger workflows such as:

* Pipeline execution
* Rollbacks
* Deployment approvals
* Infrastructure diagnostics
* Security checks

Using conversational commands.

### Context-aware operational intelligence

The assistant uses operational context from pipelines, infrastructure, deployments, observability systems, and governance engines to provide accurate and relevant responses.

## Core capabilities of conversational interfaces

| Capability                    | Description                                    |
| ----------------------------- | ---------------------------------------------- |
| Natural language interactions | Conversational access to operational systems   |
| Guided troubleshooting        | Step-by-step operational assistance            |
| Conversational automation     | Triggering workflows using chat-based commands |
| Context-aware intelligence    | Operationally informed responses               |
| Incident investigation        | AI-assisted anomaly and issue analysis         |
| Simplified operations         | Accessible DevOps and security workflows       |


---

# 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/chatgpt-claude-style-interfaces.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.
