# End user - Use of the portal

The End User Portal (EUP) facilitates the review of entitlements and any "offline" activation that may be required. The entitlement screens can be restricted so users can't see the usage graphs—see setup.

The URL for the EUP is unique to your company, and that is what you will issue to your end-users for access e.g., <https://yourco.eup.zentitle.io/>

Access to the EUP can be via either of our [Account Based Licensing (ABL)](/zentitle2-docs/ui-administration/configuration/account-based-licensing-identity-based-licensing.md) methods - internal username/password or via an iDP, e.g., Auth0, etc

The portal can be customized using your logo and styled via CSS per the previous page. In our examples, we will use the fictitious company "Elevate Software."

### Login page

Here is the login page the end user will see once you issue them the custom URL to the EUP mentioned above. The custom logo has been added.

You can see the two methods for logging in—the first is using the "internal" username and password from Zentitle2, and the second is using your iDP via single sign-on (SSO).

{% hint style="info" %}
Your end-user attached to a "Customer" will need to be sent access to the EUP, and only end users with an attached entitlement will get access to the EUP.
{% endhint %}

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

### Using an iDP

Here is an example of an ISV like you setting up Auth0, which is the second option—you must set up this option in settings before it will function, obviously.

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

### EUP Dashboard

When your end-users log in, the main page shows a list of their entitlements and the opportunity to perform an offline activation process. The end-user can filter their entitlements and download reports quickly and easily.

#### Permissions

{% hint style="warning" %}
The views below are for the "**admin**" role for your end-users.

Admin users can see **all** the entitlements in their account.

Standard users can only view the entitlements to which they are attached.

**Note**: you can add your custom logo like this example, it displays on the left hand navigation
{% endhint %}

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

### Offline Activation

This is only used in cases where the end user is not connected to the Internet - [more details here](#offline-activation).

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

### Reviewing Entitlements

Clicking on an entitlement will provide details on the features and capabilities they purchased.

{% hint style="warning" %}
End users cannot edit this information; they can only review it.
{% endhint %}

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

{% hint style="info" %}
There is no requirement to use an activation code.
{% endhint %}

Using the internal tabs on the entitlements: "activations" and "activation log," will allow your user to review their usage and any attached activation codes.

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

The activations tab shows the end user who is in their organization, which is attached to the entitlement and the status of that user.

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

The activation log shows the end user the activity on the entitlement over time.

### Logging out

In the top right-hand corner, the user can easily log out or reset their password.

<div align="left"><figure><img src="/files/o5O6Gag8koGMy9idWuxq" alt=""><figcaption></figcaption></figure></div>


---

# 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.nalpeiron.com/zentitle2-docs/premium-features/end-user-portal-eup/end-user-use-of-the-portal.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.
