> For the complete documentation index, see [llms.txt](https://docs.overthereality.ai/over-web-builder/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overthereality.ai/over-web-builder/resources/ovrmaps.md).

# OVRMaps

The **OVRMaps** section allows you to manage and position your OVRMaps, which enhance the precision of AR experiences through VPS (Visual Positioning System). It is divided into two tabs:

<figure><img src="/files/bosdvBAXWEoEoMRlmHsh" alt="" width="348"><figcaption></figcaption></figure>

## Tabs Overview

### **All**

This tab lists all your OVRMaps, whether they have been positioned or not. Each OVRMap is represented by a card, and once an OVRMap has been positioned, a blue marker icon appears on the card to indicate its placement.

<figure><img src="/files/aXfQqJibRIM55lru7kg6" alt="" width="375"><figcaption></figcaption></figure>

### **To Place**

This tab shows OVRMaps that have not yet been positioned relative to the real world. These maps need to be positioned on the geographic map to ensure accurate alignment with the physical environment.

For each OVRMap, the three-dot menu provides two options:

* **Open in Marketplace**: Opens the marketplace page for the selected OVRMap.
* **Start Project with OVRMap**: Opens the editor with the selected OVRMap pre-configured, allowing you to build a project around it.

<figure><img src="/files/Cywlfqqn6m63LmDJm7F0" alt="" width="375"><figcaption></figcaption></figure>

## OVRMap Positioning

Clicking on an OVRMap card opens a popup that allows you to adjust the OVRMap’s position on a geographic map. You can either manually enter the coordinates for **position**, **rotation**, and **scale**, or interact with the asset directly by moving, rotating, or scaling it on the map. Once the adjustments are made, you can:

* **Save Position**: Confirm the new placement.
* **Reset**: Revert the OVRMap to its original position.

This section provides a streamlined way to position your OVRMaps and integrate them into AR projects with geographic precision.

### Search bar

In the top-right corner, there is a **Search** bar that helps you quickly find specific OVRMaps by name.

<figure><img src="/files/Ob0IcZlJowJ8QvP0XeOh" alt="" width="338"><figcaption></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.overthereality.ai/over-web-builder/resources/ovrmaps.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
