# Connect to Dashboard

{% hint style="info" %}
You can access the dashboard page either through the website's menu or directly via the link: [https://tronpulse.io/dashboard/](https://tronpulse.io/dashboard/login)
{% endhint %}

## Login with Tronlink

To log in to the dashboard page, you'll need to connect to your Tronlink wallet. Simply click on "***Login with Tronlink***" and sign the message to prove that you are the owner of the wallet.

<figure><img src="/files/t8LhXJ55Gw8hbtItGTzz" alt="" width="291"><figcaption><p>Dashboard Login Page</p></figcaption></figure>

## Login with Password - *Optional*

If you'd rather not rely on your wallet for future logins, you can opt for the password method. Begin by logging in with Tronlink, then proceed to set up a password for your account.

To create a password, click on the user icon, choose "***Change Password***" and confirm your new password.

<figure><img src="/files/VdR15F60r23pceXJluK4" alt=""><figcaption><p>Change Password</p></figcaption></figure>

Once the password has been successfully created, you can log in to the dashboard using this method in the future. Simply enter your address and password, then click on "***Login***" to access your account.

<figure><img src="/files/91KnFFTsNRJOlsqrEfcI" alt="" width="256"><figcaption><p>Login using Password Method</p></figcaption></figure>

## Reset Password

{% hint style="info" %}
If you are unable to log in using Tronlink, you can follow this alternative method to generate a new password.&#x20;
{% endhint %}

Click on "***Forgot your password or need to create a new one?***" to open the following window:

<figure><img src="/files/eKfoW8Mccy3B8s96MeUA" alt="" width="287"><figcaption><p>Reset Password</p></figcaption></figure>

Click the "***Generate Password***" button. You'll need to delegate 1 TRX to energy to our wallet to confirm ownership of your address. Energy can be freely undelegated after the process is complete.

**Copy and save** the newly generated password and use it to log in to the dashboard with your address.


---

# 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://tronpulse.gitbook.io/tronpulse/dashboard/connect-to-dashboard.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.
