# Projects

Projects in [**MSquared**](https://dash.mserve.io/) are distinct workspaces within an [organization](/dash/organizations/organization.md) designed to organize and manage specific sets of resources such as worlds, and objects. They serve as containers for related work and assets.

Critical aspects of Projects:

* Organization-bound: Each project is tied to a specific organization, allowing for proper resource allocation and access control.
* Multiple projects per organization: An organization can have multiple projects, enabling the separation of different initiatives or client work.
* World and object creation: Projects are required to create and manage worlds and objects.

Projects provide a structured way to organize work, manage resources, and collaborate within an organization's larger context.


---

# 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.msquared.io/dash/organizations/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.
