> For the complete documentation index, see [llms.txt](https://docs.otherside.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.otherside.xyz/platform-documentation/admins/settings/projects.md).

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