> For the complete documentation index, see [llms.txt](https://docs.kaedim3d.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kaedim3d.com/dev-logs/upcoming-features.md).

# Upcoming Features

### ✏️ Custom Styles

Set up assets fully customised for your use case. We are releasing the "Styles" feature for Enterprise plans. This feature allows you to fine-tune outputs based on production specifications, ensuring all your generated 3D assets fit within your unique art style.

### ⏱️ More Quality, Less Time

We are continuously iterating on our algorithms to achieve a higher amount of details captured from image to 3D model, as well as reducing the turnaround time so that you can download your outputs faster!&#x20;

## 🚀 Released

### 🗂️ Queue Organisation

We have released the[ **Priority feature**](/enterprise-features/priority-level.md) that lets users change the order in which their assets are generated while they are still in the queue. This is helpful with batch generating or if you need certain assets sooner.

{% hint style="info" %}
Please note that while assets are still currently processed in parallel, assets are also prioritised in the queue based on how early it starts processing.&#x20;
{% endhint %}

### 🔗  **Text to 3D**

We have developed a solution that enables you to generate AI art directly within our web app, which can then be used to generate a 3D asset.&#x20;

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

### 🖇️ New Plugins

We have released an [Unreal Engine](/enterprise-features/custom-integrations/plugins/unreal-engine.md) and a [Unity](/enterprise-features/custom-integrations/plugins/unity.md) plugin for the best gaming graphics. In addition, we've added [Omniverse](/enterprise-features/custom-integrations/plugins/omniverse.md) and [Blender](/enterprise-features/custom-integrations/plugins/blender.md) plugins for seamless integrations. We can't wait to see the 3D generations created with the help of these new plugins! 🎉&#x20;


---

# 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.kaedim3d.com/dev-logs/upcoming-features.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.
