# Introduction

This document focuses on the development of the Metaverse/Virtual Environment at MetaEngineers Hub Inc. As outlined in Our [whitepaper](https://docs.metaengineershub.com/), Our primary objective is to create a Metaverse where individuals can showcase their technical products, such as prototypes and digital twins, simulate and modify them, and allow other Users to interact with their creations. Furthermore, Our Platform enables Users to host events and seminars in this immersive environment.

## Metaverse functionality

We have successfully integrated AI (OpenAI and other models) into Our Metaverse, with the most recent advancement being the implementation of the Text-to-Command (TTC) feature in Our web-based Metaverse. This innovative feature leverages Natural Language Processing (NLP) models like GPT-4, allowing Users to convert their text input into actual commands within the Metaverse. This functionality streamlines User interactions, making it more accessible and intuitive for a wide range of Users.

{% embed url="<https://metaverse.metaengineershub.com/>" %}


---

# 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://metaversedocs.metaengineershub.com/introduction.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.
