# Roadmap

Currently, the primary focus is on releasing and bug-fixing for the Desktop/Android/iOS APP platforms.

Secondly, UI/UX improvements.

Finally, new features.

* Teaching robot to support automatic design of form schema, robot flow, and dashboard functions through Q\&A.
* Integrating forms with web output on the sharing page, binding to your own domain.
* Adding tags for agents, rather than robot-pushed tags.

The product will also periodically remove some less frequently used features.


---

# 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-en.dmflow.chat/getting-started/roadmap.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.
