> For the complete documentation index, see [llms.txt](https://metaversedocs.metaengineershub.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metaversedocs.metaengineershub.com/metaverse/text-to-command/creativity.md).

# Creativity

While there are certain technical limitations, there are no limits when it comes to imagination. As we all know, a well-instructed command makes it clear for the AI to define its tasks. Since there is an extra layer before We send the command, We use a task allocator to understand how complex the task might be, employing a maximum of two agents.

As We are limited by the AI's ability to translate natural language, any response obtained is an interpretation of what has been understood by the AI. We tested the AI in various forms, asking it to surprise Us with creations. For example, it created a moving, shaped figure with arm-like objects rotating around the body, while the whole object is floating. In other cases, it simply created a transparent cube, rotating and scaling simultaneously. Once, it went out of the box and created an airplane.

\
Since these commands and responses are not always consistent, it depends on the User's ability to translate their thoughts and the AI's capability to perform certain calculations to meet the requirements. We also tried providing it with a URL of a [**structure**](https://www.holland.com/global/tourism/discover-the-netherlands/visit-the-cities/rotterdam/rotterdam-cube-houses.htm); it took some time but attempted to recreate the object using cubes and planes, achieving around 50% accuracy.


---

# 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:

```
GET https://metaversedocs.metaengineershub.com/metaverse/text-to-command/creativity.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.
