# Chat with AI

### Kickstart Conversations with Your AI Assistant in gopaddle

After you've got your AI assistant up and running in gopaddle, diving into the details of your Kubernetes clusters becomes not just insightful but also interactive. Here's how to get started:

1. **Spot the Chat Icon**: Head over to the Clusters section on the left navigation bar and select the cluster name to view your cluster. When you click on **View -> Resources**, you'll notice a friendly chat icon next to each resource ![](https://lh7-us.googleusercontent.com/XIUZTvtPMsFrfX_cLsxDNGcQIhGh5MaUZ0F_6N8WsEtEPJeg1whZxNfcoUz-CdJjtfKtjfq-SXoQ4eKB-cH26obtHwTYD1c_dxPARt_CQP8V_WlAlC2tJ7ZhHLxUzPD3dU20GuebBA-13xeL3UMp_Sw).
2. **Open the Chat**: Click on that chat icon to bring up the chat dialog. On the left side of this dialog, you'll see a list of topics or "contexts" related to the resource you're interested in. These contexts give your conversation direction and depth.
3. **Choose Your Context**: Found a context that piques your interest? Click the <mark style="color:red;">**+**</mark> icon next to it. This action moves the context into the chat dialog, setting the stage for your query or command.
4. **Give the Green Light**: To send this information over to the AI, type <mark style="color:purple;">`/approve`</mark>. Not quite what you wanted? <mark style="color:purple;">`/deny`</mark> will keep it out of the chat. Need a bit of guidance? <mark style="color:purple;">`/help`</mark> brings up all the options you have at your disposal.

<div align="left"><figure><img src="https://lh7-us.googleusercontent.com/Em7JnBWfNLTtO51J_u8ZPgh5wV_moN_blcySPPXZxXpGh2PJe4iSvMUoL_z9nDWyrvPqmjCDu2HqtJ4ZEoqWmjeZnkTvA4QM3ZEec9uZTAQk3XkAMHDnekg71fftpcjPJL5pwQYjEJ0eg_RNiRxM1fk" alt=""><figcaption><p>Approve Context to Share with AI</p></figcaption></figure></div>

5. **Dive Deeper**: With the context approved, you're ready to get specific. Use <mark style="color:purple;">`/troubleshoot`</mark> or <mark style="color:purple;">`/optimize`</mark> to refine your query, whether you're looking to fix an issue or improve resource performance. Feel free to add more context or ask additional questions in your own words beyond the specific commands.

<div align="left"><figure><img src="https://lh7-us.googleusercontent.com/N8o__eLAtSBKNpbp3F4ZDl8IM4wI62zAjQFNBuDHszQhYxM4K6NcMND4ee6FkrzV-ZrFm6dXnxRf0Oi8paG57tIBMKJaIh30IVZrTpHFZxLIFNKgN3inbWJGboggvYl8cODxKQsY3AuNy043fNkhdM4" alt=""><figcaption><p>Troubleshoot Issues</p></figcaption></figure></div>

5. **Gather Insights**: After you've sent off your request, the AI, powered by ChatGPT, will serve up troubleshooting tips or optimization advice, complete with the context you've provided.

<div align="left"><figure><img src="https://lh7-us.googleusercontent.com/aFgzdM7EoDkkAdjUSR_7vjphj2qoQ3JMWCnaK2z4SD7ojBaXXXe7NMXSqT9ihI-PopmmSQP-AHWfwDXN5yBPUSrE0aXJMFYYaZ2CdAcxakwGtVq5jdD0MAFYHTMN79ksN5q-Fooal1kjN4obC4XL0oo" alt=""><figcaption><p>Response from ChatGPT AI Assistant</p></figcaption></figure></div>


---

# 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/chat-with-ai.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.
