Skip to main content

Projects

This document was generated using AI assistance

Content may include inaccuracies, outdated information, or technical errors. Users are advised to cross-check critical information before implementation.

A project is the unit of collaboration. It holds models, their representations and images, and access is granted through its list of members.

Create a project

  1. Log in and click New Project.
  2. Enter a Name and pick a Scope.
  3. Click Create.

The project opens empty: models are created in the model explorer on the left.

The URL of a project has three segments - scope, project, version:

/<scope>/<project>/<version>

The version of a new project is dev.

Add a member

  1. Click the three dots next to the project name. This is the project menu.
  2. Choose Members.
  3. Type the person's identifier into Slug, pick a Role and click Add.

Everyone copies their own identifier from the user menu, next to the fingerprint icon.

RoleWhat the person can do
ViewerOpen the project and read its models
EditorCreate, change and delete models
OwnerThe same, plus manage access
NoneNothing; this role also overrides access granted by the scope

A role given on a scope applies in every project of that scope. A role listed in the project itself wins over it.

Copy the URL from the browser. It carries the scope, the project and the version, and if a model and a representation are open, those too, so a colleague opens the same page.

Someone without a role sees a message saying that the project does not exist or is not available, and can request access, see Project access.