# Chat with your Deka LLM

The **Service Portal** AI provides an interactive feature that allows you to directly communicate with the LLM model you selected when creating your Deka LLM. You can explore the model’s capabilities quickly, conveniently, and flexibly. To use the **Interactive Chat**, follow these steps:

* On the **Playground** tab page, select the model you wish to use in the **Choose Model** field.

{% hint style="success" %}
The available models correspond to those you selected when setting up your Deka LLM.\
You can add additional models by following the steps in the [Update Models](/deka-llm/detail-deka-llm/update-models.md) section.
{% endhint %}

<figure><img src="/files/HynJMIE4FnsXxf7MF8OE" alt=""><figcaption></figcaption></figure>

* Enter your **Secret Key** in the **API Key** field.

{% hint style="success" %}
If you do not have a Secret Key, please refer to the [Get a Secret Key](/deka-llm/detail-deka-llm/keys-tab/get-a-secret-key.md) section.
{% endhint %}

<figure><img src="/files/fyNCXQNJkYLA1k54lPrh" alt=""><figcaption></figcaption></figure>

* Input your prompt in the **Interactive Chat** area and click the **Send** button to submit your message.

<figure><img src="/files/1hdidy5Jf58MB7kCfmQb" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
If you want to use another model of LLM, make sure to your Reset Chat button.
{% endhint %}

<figure><img src="/files/inUz9cIzqmymGpFG53lC" alt=""><figcaption></figcaption></figure>


---

# 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://docs.cloudeka.ai/deka-llm/detail-deka-llm/playground/chat-with-your-deka-llm.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.
