> For the complete documentation index, see [llms.txt](https://docs.cloudeka.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudeka.ai/deka-llm.md).

# Deka LLM

- [Introduction](https://docs.cloudeka.ai/deka-llm/introduction.md)
- [Model Catalog](https://docs.cloudeka.ai/deka-llm/model-catalog.md)
- [Check Project Type](https://docs.cloudeka.ai/deka-llm/check-project-type.md)
- [Create a New LLM](https://docs.cloudeka.ai/deka-llm/create-a-new-llm.md)
- [Detail Deka LLM](https://docs.cloudeka.ai/deka-llm/detail-deka-llm.md)
- [Overview Tab](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/overview-tab.md)
- [Keys Tab](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/keys-tab.md)
- [Create a New Key](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/keys-tab/create-a-new-key.md)
- [Detail a Key](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/keys-tab/detail-a-key.md)
- [Edit a Key](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/keys-tab/edit-a-key.md)
- [Get a Secret Key](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/keys-tab/get-a-secret-key.md)
- [Delete a Key](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/keys-tab/delete-a-key.md)
- [Usage Tab](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/usage-tab.md)
- [Performance](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/performance.md)
- [Export excel](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/performance/export-excel.md)
- [Playground](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/playground.md)
- [Integrasi API Preview](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/playground/integrasi-api-preview.md)
- [Chat with your Deka LLM](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/playground/chat-with-your-deka-llm.md)
- [Alert Tab](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/alert-tab.md)
- [Create a New Alert](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/alert-tab/create-a-new-alert.md)
- [Update a Alert](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/alert-tab/update-a-alert.md)
- [Delete a Alert](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/alert-tab/delete-a-alert.md)
- [Top Up Coin](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/top-up-coin.md)
- [Update Models](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/update-models.md)
- [Download Report](https://docs.cloudeka.ai/deka-llm/detail-deka-llm/download-report.md)
- [API Deka LLM](https://docs.cloudeka.ai/deka-llm/api-deka-llm.md)
- [Model Management](https://docs.cloudeka.ai/deka-llm/api-deka-llm/model-management.md)
- [Completions](https://docs.cloudeka.ai/deka-llm/api-deka-llm/completions.md)
- [Embedding](https://docs.cloudeka.ai/deka-llm/api-deka-llm/embedding.md)
- [Delete Deka LLM](https://docs.cloudeka.ai/deka-llm/delete-deka-llm.md)
- [How to Create Simple Prompt with Deka LLM](https://docs.cloudeka.ai/deka-llm/how-to-create-simple-prompt-with-deka-llm.md)
- [Create Deka LLM](https://docs.cloudeka.ai/deka-llm/how-to-create-simple-prompt-with-deka-llm/create-deka-llm.md)
- [Get URL API Deka LLM](https://docs.cloudeka.ai/deka-llm/how-to-create-simple-prompt-with-deka-llm/get-url-api-deka-llm.md)
- [Get Secret Key](https://docs.cloudeka.ai/deka-llm/how-to-create-simple-prompt-with-deka-llm/get-secret-key.md)
- [Access API Deka LLM using Postman](https://docs.cloudeka.ai/deka-llm/how-to-create-simple-prompt-with-deka-llm/access-api-deka-llm-using-postman.md)
- [Get Model](https://docs.cloudeka.ai/deka-llm/how-to-create-simple-prompt-with-deka-llm/get-model.md)
- [Post Chat Completions](https://docs.cloudeka.ai/deka-llm/how-to-create-simple-prompt-with-deka-llm/post-chat-completions.md)


---

# 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.cloudeka.ai/deka-llm.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.
