# Manage Team

## Introduction

Learn how to manage users and teams in Blippbuilder Desktop.

## Concepts

Blippbuilder allows you to add users and create groups within your organisation to enable collaboration in creating AR projects. The following are the core concepts:

* **Teams:** Use the Manage Team tab to add users into your organisation. You can also define the type of account you would like to provide. For eg: Group Admin, User etc.&#x20;
* **Dashboard:** Click the three-dots on an existing user to access user's Blippbuilder dashboard. \
  Refer image below:

<figure><img src="/files/V3OsDqmht1GbqmNbRwem" alt=""><figcaption><p>View Dashboard</p></figcaption></figure>

{% hint style="info" %}
This option is View Only.&#x20;
{% endhint %}

* **Groups:** Create groups of users for easy collaboration. You can also define the Group Name Group Type and assign a Group Location.&#x20;
* **Types of Access to Users**
  * Super Admin
  * Admin (Company)
  * Group Admin
  * User
  * Custom (JavaScript) User

## How to Access?

You can add users from the 'Team' tab and create groups from the 'Groups and Users' tab

### How to Create a User

* Login to [HUB](https://accounts.blippar.com/signup/free)
* Click on the 'Profile' icon on the top-right of the screen
* Click 'Manage Team' as shown in the image below:

<figure><img src="/files/SP7gqZbIhcFmrIRieUKT" alt=""><figcaption><p>Manage Team</p></figcaption></figure>

* You will be re-directed to the **'Blippar Users'** tab. To create a user, provide the below information:
  * First Name
  * Last Name
  * Email Address
  * Enable Optional Admin Access: Enable this option if you would like the user to have Admin access to the Organization Account.&#x20;
  * Click 'Create User'.\
    A new user is created

<figure><img src="/files/pvJ1MF8lbGf0v9qZ4Bar" alt=""><figcaption><p>Create User</p></figcaption></figure>

* Click on 'Apps' to verify various application access for the users in the Organization. Refer below:

<figure><img src="/files/3u1T624yCYtm1yoyxnQN" alt=""><figcaption><p>Apps Screen</p></figcaption></figure>

{% hint style="info" %}
Enable the 'Include Expired Licenses' toggle to view expired licenses.
{% endhint %}

* Click on 'License' to view you license details

### How to Create a Group

* Login to [HUB](https://accounts.blippar.com/signup/free)
* Click on the 'Profile' icon on the top-right of the screen
* Click **'Group & Users'** as shown in the image below:

<figure><img src="/files/8Yb7flM82q4XUmMEnrzx" alt=""><figcaption><p>Groups &#x26; Users</p></figcaption></figure>

* You will be re-directed to the **'Blippar Users'** tab. To create a user, provide the below information:
  * Group Name
  * Country
  * Select Group Type: Choose the type of group you want to create
  * Click 'Create Group'.\
    A new group is created

<figure><img src="/files/DqoFY9HaVPc9zVN2HX8k" alt=""><figcaption><p>Create Group</p></figcaption></figure>

* You can verify the 'Group Type' and the 'Status' of the group.


---

# 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.blippar.com/blippbuilder-documentation/how-to-guides/manage-team.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.
