# AI Assistant

### How to Supercharge gopaddle with AI Assistance

Bringing the power of AI to your Kubernetes management just got easier with gopaddle. Ready to chat with an AI Assistant right within gopaddle? Here’s a quick guide on how to bring ChatGPT into your workflow:

1. **Register Your OpenAI Key**: Jump into the [ChatGPT registration section](/overview/register-chatgpt-assistant.md) and register your OpenAI key. It’s the first step to unlock AI-driven insights and assistance directly in gopaddle.
2. **Seamless Data Handling**: As you navigate through your Kubernetes clusters, gopaddle is your smart middleman. It gathers context from your Kubernetes environment and preps the information for you. And don’t worry about sensitive data — we automatically take care of redacting that for you.
3. **Approval Before Action**: Review the AI-prepped content, and once you give the green light, gopaddle forwards it to the AI. It’s collaboration with a safety net.
4. **History at Your Fingertips**: Keep track of all your AI interactions neatly under **Settings -> ChatGPT -> History**. Never lose context or forget a conversation.

<figure><img src="https://lh7-us.googleusercontent.com/cP4xsvPMpY1a4nzvqL8f3TZ_3DvGnqRZR33iMlvVk0y1LkA9eBh7N_Io34hMxwvnStAeZHooTQlWiaxVVkFrKecJorCcwDUb4l-5F-pTWjcXEVkse_i0XKnHdMdApgy3vpCxGhkGZgybwux3dsymGt0" alt=""><figcaption><p>AI Chat Window</p></figcaption></figure>

### Starting a Chat: It's as Easy as Clicking on a Resource

Whether you're troubleshooting a specific Kubernetes resource or an event has caught your attention, initiating a chat is pretty simple. Just head over to **Cluster -> Resources**, and you're all set to start the dialogue.

#### What Can You Chat About?

When launching a chat from a Kubernetes resource, gopaddle collects the below context to faciliate the chat:

* **Resource Specifications**: Dive deep into the nitty-gritty of your resources. In Tree View, you’ll get insights into not just your primary resource but its related children too.
* **Node Specifications**: Get specifics when your resource is cozily sitting on a node.
* **Container Logs**: Specifically for Pods in Flat View, and broadened to Deployments, ReplicaSets, Jobs, and StatefulSets with Tree View.
* **Kubernetes Events**: Start a conversation directly from a Kubernetes resource’s event.
* **Prometheus Alerts & Metrics**: Get the lowdown on alerts in a "Fired" state and explore available metrics.

And if your chat is initiated from a Kubernetes event, the dialogue can include:

* **Event Specifications**: Like with resources, Tree View gives you a comprehensive look at related specifications.
* **Involved Object**: Dive into the details of the object at the heart of the event.
* **Node Specifications & Prometheus Insights**: Just as with resources, these contexts are at your fingertips.

Bringing AI into your Kubernetes management with gopaddle not only enhances your ability to understand and react to your environment but does so with an emphasis on security, ease of use, and comprehensive support for your Kubernetes landscape.


---

# 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://help.gopaddle.io/overview/ai-assistant.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.
