# How to Access the VC System and Generate Tokens

After the successful creation of a tenant by the system admin, the tenant will receive an email with a default username and password, along with a link for logging in to the tenant system.

## Steps

* Open the web browser.&#x20;
* In the address bar, enter the URL provided for the tenant management system.
* Enter your login credentials: Username and password.
* Tenant users need to log in with the default password and email Id as the username.&#x20;
* Next, click on login.

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

* DIVOC sends a verification email to change the password.
* Change the password for security reasons.

<figure><img src="/files/7MDvL6dJlUDzVJRHIs6o" alt=""><figcaption></figcaption></figure>

* Once a user clicks on the verification link, he/she is redirected to the reset password screen.

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

* Reset with a new password by entering it in the “Enter New Password” box (case sensitive).
* Retype the new password in the “Confirm password” box.&#x20;
* Click on the ‘Reset’ button.

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

* After the password is successfully reset, the user will be redirected to the home screen.

<figure><img src="/files/5aNmreT8e75VB7CSywo7" alt=""><figcaption></figcaption></figure>

* The user can now log in to the tenant portal using the new credentials.

## Token Generation

* For verifiable credential (VC) generation services, a tenant needs to use the API services of the VC component.
* The API calls are secured with the token. A tenant can generate the token using the following steps:

&#x20;     \- Log in to the tenant system and go to the home page.&#x20;

&#x20;     \- Click on the “Generate Token” button for token generation.

<figure><img src="/files/2hrsSiKKpsS6npPj4Jew" alt=""><figcaption></figcaption></figure>

* Once generated, the user can click on the ‘Copy’ or ‘Download’ button to copy/download the token for further use.
* This token will be used for making API requests.
* Note: The current generated token has an expiry date of one year.

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

[![Creative Commons License](https://i.creativecommons.org/l/by/4.0/80x15.png)](http://creativecommons.org/licenses/by/4.0/)*All content on this page by* [*eGov Foundation*](https://egov.org.in/) *is licensed under a* [*Creative Commons Attribution 4.0 International License*](http://creativecommons.org/licenses/by/4.0/)*.*


---

# 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://divoc.digit.org/platform/divocs-verifiable-certificate-features-3.0/how-to-access-the-vc-system-and-generate-tokens.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.
