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

# Projects

The **Projects** section is where you manage all your projects within the OVER Web Builder. It is organized into three tabs, each providing a different view of your projects depending on their status.

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

## Tabs Overview

### **Published**:&#x20;

This tab displays all the projects that have been published and are currently live. For each project, you can click on the three-dot menu to access the following options:

* **Download Project File**: Download a .ovr file of the current project.
* **Use as Template**: Create a new project by cloning the existing one.
* **Unpublish**: Remove the project from live status, returning it to a draft state.
* **Delete**: Permanently delete the project.

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

### **Drafts**

Here, you'll find all your projects that are still in draft mode. In the three-dot menu for each project, you have the following options:

* **Download Project File**: Download the project as a .ovr file.
* **Rename**: Change the name of the draft.
* **Edit**: Open the project in the editor to continue working on it.
* **Delete**: Permanently remove the draft.

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

### **Builder 1.0**

This tab contains projects created with the previous version of the Web Builder (1.0). You can import these projects into the current version by clicking on the three-dot menu and selecting **Import**. This will automatically convert the project for use in the current builder.

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

### Importing Projects:

In the top-right corner, you'll find the **Import** button. When clicked, it opens a popup with two options:

* **WEB BUILDER 1.0**: Import projects created with Web Builder 1.0 by selecting a .ovr project file.
* **WEB BUILDER 2.0**: Import projects created with the current version of Web Builder 2.0 using a .ovr project file.

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

{% hint style="info" %}
This section allows you to keep track of all your published and draft projects, as well as import projects from older versions of the builder.
{% endhint %}


---

# 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/projects.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.
