# My Account

The My Account feature provides the ability to watch addresses (and receive email notifications regarding activity), create private tags, add API keys to an account and more.

It does not contain any private key info or allow you to withdraw funds. It is designed as an organization and personalization tool for the block explorer, giving you additional ways to customize the data you want to receive.

You can sign up for an account using either an email or your Github credentials.

The following options are currently available:

* **Watch list:** Watch specific addresses and receive email notifications for transactions.
* **Private Tags**: Private tags for addresses & transactions
* **Public Tags**: Request a public category tag displayed to all Quaiscan users. Requests are processed manually.
* **API keys:** Add to receive an individually rate limited key.
* **Custom ABI**: Useful for testing & debugging, can be used with verified or unverified contracts.
* **Verified Addresses**: Verify ownership of a smart contract address to easily update information in Blockscout
* **Sign Out**: Sign out, info kept in local storage for easy sign-in.

Additional future features include an upcoming redesign and multi-chain rollout.

## Get Started

{% hint style="success" %}
*The following example is created using the* [*Optimism Quaiscan instance*](https://optimism.blockscout.com/)*.*
{% endhint %}

#### **1) Click the MyAccount Icon**

<figure><img src="/files/La9vXsaVmkKfbhqfHNpX" alt=""><figcaption><p>Generic My Account icon displays when you are not signed in</p></figcaption></figure>

<figure><img src="/files/EvQAaMBnSSrCksKikKto" alt=""><figcaption><p>Mobile MyAccount icon</p></figcaption></figure>

#### 2) Sign in / Create an Account

a. Sign in with your existing email and password\
b. Create a new Quaiscan account with an email/password\
c. Sign in with an existing github account

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

#### 2a) Email and Password

Enter a valid email and password to setup an account. You will receive a validation notice to your email, be sure to check spam filters as it will come from *<noreply@blockscout.com>*.

<figure><img src="/files/I8A8Ym86KQxEwM6CSsCh" alt=""><figcaption><p>Enter your email and a valid password</p></figcaption></figure>

<figure><img src="/files/zxC9A9lrDI9iKyeOZjL5" alt=""><figcaption><p>You will be forwarded to the verify page. Check your email to verify your new account.</p></figcaption></figure>

<figure><img src="/files/u0lLA1CgW5leDdB4tDbP" alt=""><figcaption><p>Confirm your account from email. Email will come from noreply@blockscout.com</p></figcaption></figure>

#### 2b) Github

<figure><img src="/files/VyUMEcxCJ7DWKVKp49A0" alt=""><figcaption><p>Authorize Quaiscan access using your github account</p></figcaption></figure>

#### 3) View Options

Once logged in, you can view options in the My Account Dropdown or on the activated toolbar.

<figure><img src="/files/4LFS20bJCdO1TZIxQ1Si" alt=""><figcaption></figcaption></figure>


---

# 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.quaiscan.io/using-quaiscan/my-account.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.
