# Account Management

This document explains how to log in to Palliora and view your account details using either a wallet or an email address.

#### Step 1: Open the Palliora explorer

Go to <https://manas.palliora.org/>

#### Step 2: Connect your account

* Click the Connect wallet button.
* A pop-up will open with two login options: Wallet or Email.

<div data-with-frame="true"><figure><img src="/files/X8jjHpvxe64Lx1AjTXNC" alt="" width="305"><figcaption></figcaption></figure></div>

#### Step 3: Connect using a wallet (Metamask)

* Make sure Metamask is installed in your browser.
* Select the option to connect with a wallet
* Click Connect wallet
* Confirm the connection in Metamask
* Once confirmed, you will be logged in.

#### Step 4: Connect using an email address

* Click Login with email
* Enter your email address
* Click Login / Sign up
* Enter the code sent to your email
* After entering the code, you will be logged in.

#### Step 5: View your account details

After logging in, your balance is shown in the bottom-left corner.

Click on your address to open a pop-up showing:

* Your Palliora address
* Your Ethereum address

<div data-with-frame="true"><figure><img src="/files/a9hFwVVLYgASjFDlmBk4" alt="" width="375"><figcaption></figcaption></figure></div>

<br>


---

# 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.palliora.org/use/account-management.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.
