# Add the Agent to your virtual space (VR and AR)

AIsuru lets you bring your AI Agent into Virtual Reality (VR) and Augmented Reality (AR) environments, creating **immersive and interactive experiences**. This feature opens up new possibilities for engaging users in innovative and memorable ways.

If you've already [created a virtual space](/en/extensions/virtual-spaces/creating-a-virtual-space.md), all you need to do is [**add your Agent by following the dedicated guide**](/en/extensions/virtual-spaces/adding-agents-to-virtual-spaces.md) in the [Virtual Spaces](/en/extensions/virtual-spaces.md) section.


---

# 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.aisuru.com/en/sharing/vr.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.
