# Embed an OVRMap

To embed an OVRMap on another website, you need to be the owner of the NFT associated with the OVRMap. As the owner, you have the right to incorporate the interactive viewer that displays the 3D reconstruction of your OVRMap on other sites.

Here's how you can obtain the embed code:

1. **Visit the OVRMap Page**: Go to the specific OVRMap page within the marketplace.
2. **Access the Embed Option**: Click on the three dots menu located in the top-right corner of the page.
3. **Copy the Embed Code**: Select the "Embed" option from the menu. This action will copy the iframe embed code to your clipboard.

<figure><img src="/files/ISaXv3JnK9VGQ30IEk8s" alt=""><figcaption></figcaption></figure>

The process is similar to how you would embed a YouTube video. Once you have the code, you can paste it into the HTML of your website, and the OVRMap's interactive viewer will be embedded.

> **Note**: The embed code remains valid as long as you own the OVRMap. If you transfer ownership to someone else, the right to share the embed code transfers with it.


---

# 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.overthereality.ai/over-wiki/3d-maps/embed-an-ovrmap.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.
