# Projects

Projects are isolated sections of a metaverse which let you separate groups of content, worlds, and people developing within your metaverse.

For example, within the scope of our `Construct` metaverse, we run the persistent Construct world which is always live and which we manage internally. Separately, but still within the `Construct` metaverse, we have external contributors who can upload their own content and launch their own worlds. Having separate projects means contributors are kept isolated from each other as well as from our internally managed worlds.

You can manage projects via the configuration page by clicking the :gear: icon at the top of the dashboard.

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

## Create a new project

Click the `Add` button to create a new project.

After clicking `Create` you should see the project listed:

<figure><img src="/files/7PiUDDQmbXGvDi5wOaxE" alt=""><figcaption></figcaption></figure>

To grant users access to this project, see [Access Control](/platform-documentation/admins/access-control.md).

## Deleting a project

Currently, the dashboard does not allow you delete a project. This is because the impact of mistakes can be very significant - please contact us directly if you require a project to be deleted.


---

# 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.otherside.xyz/platform-documentation/admins/settings/projects.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.
