# Placing Building NFT

Building NFTs minted through the [land editor](/creators-manual/allimeta-the-editor-tools/land-editor.md) can be placed on digital land in the metaverse. Once placed, building NFTs can be configured with more features such as gateway and advertisement images.

### How to place a building NFT?

Before placing a building NFT, you need to prepare the following:

* Have a building NFT
* Set the land usage rights expiry date

The process for placing a building NFT is as follows:

1. Go to "Asset" > "My asset" to open your asset list.
2. Click <img src="/files/RHo05ZOEag25EegLCIdj" alt="" data-size="line"> to "Put it to the land".
3. Select the land ID and click "Locate execute".
4. Click "Confirm" in your MetaMask wallet to complete the contract interaction with the land.

<figure><img src="/files/Lj61BLtG41DHTQqvLrSS" alt=""><figcaption><p>Placing building NFT on land</p></figcaption></figure>

### Setting up a Gateway:&#x20;

To set up a Gateway, please follow these steps:

1. Place a building NFT with Gateway functionality on a plot of land.
2. Click "Gateway setup".
3. Fill in the required information and click "Submit" to complete the Gateway setup.

<figure><img src="/files/boVtJA8smlYQtnjj0QOw" alt=""><figcaption><p>Gateway setup</p></figcaption></figure>

#### Content Rating

AlliMeta follows the Entertainment Software Rating Board (ESRB) content rating system used in North America to provide guidance for all content. The content rating will:

* Alert users that the gateway may contain objectionable content.
* Block or filter content for specific users in certain regions or as needed.

The content rating includes the following five levels:

* "Early Childhood" (EC) - suitable for children ages 3 and up.
* "Everyone" (E) - suitable for all ages.
* "Everyone 10+" (E10+) - suitable for ages 10 and up.
* "Teen" (T) - suitable for ages 13 and up.
* "Mature" (M) - suitable for ages 17 and up.

For more information about the content rating, please refer to the [ESRB official page](https://www.esrb.org/).

#### Gateway Type&#x20;

There are four types of gateways:

* Indoor: Set up this gateway so avatars can enter indoor spaces.
* Land #: Redirect to another land ID.
* Metaverse: Can be teleported to other metaverses.
* Website: Link to other Web2 websites.

#### Privacy Settings&#x20;

There are three types of privacy settings:

* Open: Set this gateway to public, so every player can interact with/enter it.
* Close: Close the gateway, preventing every player from interacting with/entering it.
* Verify: Limit specific players who can interact with/enter the gateway (whitelist, email, password...).

### Setting up 3D Billboards&#x20;

Each building NFT can have up to five billboard advertisements. When the building NFT has a billboard feature, you can set the image for each billboard at "3D Billboard". Users can post their 3D map layer land advertisements using a [third-party image library](https://imgur.com/). The process is as follows:

* Place the building NFT with the billboard feature.
* Click "3D Billboard".
* Copy and paste the image URL, then click "Save billboard".
* Interact with the contract and click "Sign".

<figure><img src="/files/YorB24RTCzB5iBh9vb5a" alt=""><figcaption><p>Images of 3D billboard</p></figcaption></figure>


---

# 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://allimeta.gitbook.io/creators-manual/land/placing-building-nft.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.
