> 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/setting-up/quick-start.md).

# Quick Start

## What do i need to get started?&#x20;

Before getting started with the OVER Web Builder, you'll need an OVER account. If you don't have one yet, you can easily create it directly from the login popup of the builder. If you're already part of the OVER ecosystem, simply use your existing credentials to log in.

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

## Downlaod the OVER App

To view the experiences you create, you'll also need the OVER app—available for download on both the Apple App Store and Google Play. This app allows you to explore your AR and virtual experiences in real time, whether they're anchored to a physical location or exist purely in the virtual world.

The OVER App is available for both IOS and Android devices, You can download the app from the following links:

<div data-full-width="false"><figure><img src="/files/ifYdBatSFU79hTw7Bz5M" alt=""><figcaption><p><a href="https://apps.apple.com/us/app/over-over-the-reality/id1463400310?ls=1">Download</a></p></figcaption></figure> <figure><img src="/files/f2CugfeAahNJwntgJdc9" alt=""><figcaption><p><a href="https://play.google.com/store/apps/details?id=com.gezapp.ovr">Download</a></p></figcaption></figure></div>

Once you're logged in and have the OVER app, you're ready to start building!


---

# 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/setting-up/quick-start.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.
