# Managing Unique User Sessions

#### Step 1:  Initiate creating a [New User](/branch-dashboard/user-feature-walkthrough/settings/users/creating-a-new-user.md)

The first step is to create a new user (or update an existing one). \
\
Creating a new user can be done easily by selecting "Settings">"Users">"Create New User"&#x20;

<figure><img src="/files/rIfv8LWPDmn808w3GQRX" alt=""><figcaption><p>Create a New User</p></figcaption></figure>

#### Step 2: Add New User details

Add the Username, Full Name, and Email. Then select the 'USER' role and select the API keys that you would like this user to have access to.

<figure><img src="/files/2JV67DS78CgJDeGqzSrC" alt=""><figcaption><p>Add User Details</p></figcaption></figure>

{% hint style="info" %}
**Note:** Selecting the API-Keys grants access to this user to only create and view sessions from the selected API-Key(s).&#x20;
{% endhint %}

{% hint style="info" %}
This user will **not be** able to view sessions created by other users even if the other user has access to the same API-Key
{% endhint %}

#### Step 3:   Send log-in Credentials to the User

Send the user their account login credentials by generating a password and then clicking 'Save Changes' as shown below.&#x20;

<figure><img src="/files/SMRXEDpOmhU8MQVJ41zW" alt=""><figcaption><p>Send Email Credentials</p></figcaption></figure>

{% hint style="info" %}
Users can use log into their PAVE dashboard using the credentials here: <https://dashboard.paveapi.com/>
{% endhint %}

#### Step 4:  Access the 'User only' Dashboard View &#x20;

<figure><img src="/files/dVdqhJRa4r42BfXrmilm" alt=""><figcaption><p>Dashboard view for this User, with no other sessions visible from other users</p></figcaption></figure>

The user can now access the PAVE Branch Dashboard specific to the API-Keys that they have access to, with no other user's sessions visible on their dashboard.&#x20;

### Link a Sharable Link to a specific User

Finally, setting up Sharable Links unique to each user also ensures that the sessions created using that Sharable Link are visible to only that user.

#### Step 5: (Applicable if using Sharable Links)

Assign the USER to the required [Sharable Link](/branch-dashboard/user-feature-walkthrough/settings/widgets/sharable-links.md), in case Sharable Links are to be used to create sessions for this User's account.&#x20;

<figure><img src="/files/WYujHmlc89jBDZ8ldBUY" alt="" width="396"><figcaption><p>Assign the User to a Sharable LInk</p></figcaption></figure>

Doing so will show any sessions created by this Sharable Link inside only that User's branch dashboard, as shown below:

<figure><img src="/files/NaA1ESQ0TF7nXTgxNuf9" alt=""><figcaption><p>Session created by a Sharable Link assigned to that User can be seen inside only that User's dashboard</p></figcaption></figure>

{% hint style="warning" %}
**Important**: Please ensure that the USER has access to the particular API-Key which is assigned to that Sharable Link, else they would **not** be able to view sessions from that Sharable Link.
{% endhint %}

Following the steps outlined above will allow you to keep sessions created by different users separated and unique to that user.


---

# 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://guides.pave.ai/branch-dashboard/step-by-step-guide/managing-unique-user-sessions.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.
