# Add an Admin

## Background

When you sign up for an account in the sideos administration console you become the first admin user who can create the company profile, create and delete API access tokens, and to create credential and claim types.&#x20;

## Adding a new admin user

Go to *Settings* and there go to *Admins*.&#x20;

There is a list of invited admins where you can see if the invite was accepted and you can anable or disable the access.&#x20;

To add a new admin click on the button *Add admin* on top of the table.&#x20;

Complete the form by entering a **First name**, **Last name,** and **Email.** The email address entered will be use to send the credential for access to the console.&#x20;

<figure><img src="/files/gMBWM6k1fCImMpfZqJ8J" alt=""><figcaption><p>Add a new Admin to the sideos administration console</p></figcaption></figure>

In the selection box **Permissions** you can select from 2 roles: Admin and Viewer. A *Viewer* can not change data. That is a role for a user who want to see the Dashboard and Transactions.&#x20;

After completing the form you can click on *Visualize offer* to show the QR Code containing the Verifiable Credential for the new admin on the screen. If the screen can be shown to the new admin, directly or via video call, the new admin could read the QR Code with the sideos Wallet and store the credential in the wallet on the phone. If you click on the button *Send offer via email* an email will be sent containing the QR Code which the new admin can scan with the sideos Wallet from the email.&#x20;


---

# 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://doc.sideos.io/sideos-api-documentation/sign-up-and-get-started/add-an-admin.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.
