# ROLES AND RESPONSIBILITIES

Polyversity is a permissioned and centralized metaverse focused on education, and users need to have access to specific areas at specific times.

&#x20;

Presently, there are 7 key types of users in Polyversity:

* Super administrators
* World Administrators
* Land Owners
* Land Administrators
* Moderators
* Users
* General visitors/residents

Each one of these user types only has access to specific areas and controls within the virtual world and the website, as well as a user dashboard that is customized for them. It is also to be noted that post MVP we may need to add other user types such as shop owners, investors and others.

In this context, the world (also known as the grid) is divided into regions, which are further divided into parcels (each parcel being 4.5 acres.) Each parcel is further subdivided into 16 plots (1 per acre) whose permissions, environments and settings can be adjusted individually. This granularity is required because each parcel will have both public and private spaces that have specific conditions for the avatars within them.

\<correct and expand>


---

# 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://lightpaper.polyversity.io/polyversity-light-paper/roles-and-responsibilities.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.
