# Getting Started

### Installation

The process is extremely simple: go to the [Common Extension page](https://chromewebstore.google.com/detail/common-private-crypto-wal/gaaehfidjhhdadgepelamhnekfghhmml?authuser=0\&hl=en) and click 'Add to Chrome'. The extension will install in your browser and open a welcome page.

{% hint style="info" %}
Even though we keep referring to Chrome for simplicity, the extension is available on all Chromium-based browsers.
{% endhint %}

### Setting up an account

<figure><img src="/files/3XMpzzVeq8xw3EGfU8aT" alt="Account creation screen, allowing you to create a new wallet (account) or import an existing one." width="375"><figcaption><p>The wallet creation screen.</p></figcaption></figure>

You will be asked whether you want to create a new account or import an existing one: either one is fine. Importing an existing account doesn't affect the privacy of your shielded assets in any way.

Assuming you'd like to create a new wallet, you will be prompted for a password (remember to choose a strong one), and see the following screen:

<figure><img src="/files/o2eSwHzBsnHw7lvXFzwu" alt="The success screen after creating a wallet, allowing you to backup your recovery phrase." width="375"><figcaption><p>The success screen, allowing you to backup your seed phrase.</p></figcaption></figure>

We recommend backing up your secret recovery phase, storing it somewhere very safe and **never** sharing it with anyone.

### Done!

<figure><img src="/files/39PFSXdGZrVl5132T90X" alt="The welcome page of the Common Wallet, displaying the wallet itself and a showcase of Aleph Zero ecosystem apps."><figcaption><p>The first view you see after creating your account!</p></figcaption></figure>

You should see the following screen if everything was successful: just like that, you're ready to shield your assets and use web3 in a private way!

In the next few sections we will see how to shield and transfer the funds.


---

# 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.common.fi/knowledge-base/legacy-info/wallet-extension/getting-started.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.
