> For the complete documentation index, see [llms.txt](https://docs.sandbox.game/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sandbox.game/en/creator/game-maker/creative-guides/experience-guide/virtual-home-and-architecture.md).

# Virtual Home & Architecture

{% embed url="<https://youtu.be/GSJ8NIa5teY?feature=shared>" %}

Virtual Homes and Architecture Experiences use one to four LANDs to allow players to explore an aesthetically pleasing space with many voxel assets and a smaller amount of logic.

While you may offer a stunning place for all visitors to explore, you can also use the [**NFT Sensor**](/en/creator/game-maker/docs/components/nft/nft-sensor.md) component to allow NFT holders to access certain VIP areas, whether for socializing with other VIPs if they own an NFT in a collection or a private room by owning a specific NFT. [**Teleport**](/en/creator/game-maker/docs/components/actions/avatar-teleport.md) players who own the correct NFTs wherever you like!

## Videos

### What Can I Do With My LAND? - Homes

{% embed url="<https://www.youtube.com/watch?v=ZBc3kqVbm2M>" %}

## Articles

### Virtual/Real Estate

{% embed url="<https://medium.com/sandbox-game/come-and-visit-the-first-open-house-in-the-metaverse-with-metaresidence-5bdca72f033f>" %}

### Architecture

{% embed url="<https://medium.com/sandbox-game/shift-space-studio-brings-out-metaverse-residences-to-the-sandbox-with-project-aurora-e87a60937bbb>" %}


---

# 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://docs.sandbox.game/en/creator/game-maker/creative-guides/experience-guide/virtual-home-and-architecture.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.
