> 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/dashboard.md).

# Dashboard

The Dashboard is the main landing page of the OVER Web Builder. It provides easy access to the four primary sections of the platform, each represented by a card. These cards mirror the options available in the left-hand menu, giving you quick navigation to key areas:

* **Projects Dashboard**: This card links directly to the Projects section, where you can view, create, and manage all of your active projects and drafts.
* **OVRLands Overview**: This card takes you to the OVRLands section, where you can see a list of your OVRLands, including those with published experiences and those that are still empty.
* **OVRMaps Overview**: This card links to the OVRMaps section, where you can view and manage your OVRMaps. These maps are used to enhance location accuracy through VPS (Visual Positioning System) technology for AR experiences.
* **Your Asset Library**: This card leads to the Assets section, where you can manage your collection of 3D models, images, audio, and video files, all of which can be added to your projects.

{% hint style="info" %}
The Dashboard serves as a simple and intuitive starting point, helping you quickly navigate to the key sections of the Web Builder.
{% endhint %}

<div><figure><img src="/files/w18ERx29gl1k3edddMyP" alt="" width="405"><figcaption></figcaption></figure> <figure><img src="/files/CQOagQHPDvzSsqABjA9S" alt=""><figcaption></figcaption></figure></div>

## **New Project**

You can start a new project by clicking the "Create New Project" button, which allows you to begin designing your AR or virtual experience from scratch.

<figure><img src="/files/SQsYgJ020xOGje34JM5g" alt="" width="218"><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/dashboard.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.
