# Add Admins

You can easily add (additional) contacts or administrators manually to your contact database.

1. First, log in to your beabee instance and then click on *Contacts* in the left-hand menu. Above your contact list, click on *Add Contact*.

<figure><img src="/files/C0du3RriOcqvYhMJcNgI" alt=""><figcaption></figcaption></figure>

2. Then fill out the contact form with the details of the person you want to add.

<figure><img src="/files/jqqcSmBRkbhSr7dKNN2J" alt=""><figcaption></figcaption></figure>

3. Within the contact form, you need to assign a role to your newly added contact. If the person should have access to all contact data and functions, we recommend setting the role to *Admin*. Only if a person needs to create API keys the *Super Admin* role is required. If the person only needs to assist with the analysis of a specific CrowdNewsroom, the *Member* role is sufficient. You can find instructions on how to grant access to a specific CrowdNewsroom [here](/help-center-english/engagement/crowdnewsroom/how-to-analyze-crowdnewsroom-responses/how-to-assign-a-response-to-a-team-member.md).

{% hint style="warning" %}
**Note:** It is important to set an expiration date; otherwise, the person will have unlimited access to the data. Finally, just click *Save*.
{% endhint %}

<figure><img src="/files/KgBqNR2BjvbySLy5UxJ3" alt=""><figcaption></figcaption></figure>

4. Done! You’ve now successfully added a new contact to your database manually.

<figure><img src="/files/HRqIzlluT0qSW5OKMHkz" alt=""><figcaption></figcaption></figure>

***

## **First Login**

Go to the login page of your instance: https\://\[your beabee instance URL]/auth/login.

The first time, click on *Forgot password* and enter the email address you were added to beabee with. You will then receive an email to set a new password.

After that, return to the login page and log in using your email address and new password.

If it doesn’t work, it’s possible that an incorrect email address was used.


---

# 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://wiki.beabee.io/help-center-english/other/add-admins.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.
