# Create a New Project

A common workflow is wanting to add new contributor(s) within their own isolated project space within your metaverse. This allows them to starting building without also giving them access to any internal development worlds and content.

## Steps

1. Click the :gear: dashboard header icon and follow the steps in [Projects](/platform-documentation/admins/settings/projects.md#creating-a-new-project)
2. Click the :family: dashboard header icon and then follow the steps in [Access Control](/platform-documentation/admins/access-control.md#adding-a-new-access-group)\
   \
   Ensure you give `Developer` access for the project created in step 1) - eg. `allys project`\\

   <figure><img src="/files/HDdtbF7LbV32EwxQSd9a" alt=""><figcaption></figcaption></figure>
3. Click `Create access`

You can now send the person a link to the dashboard (we also suggest sending a link to the docs)


---

# 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/access-control/create-a-new-project.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.
