# 1. Getting Started

### Installation

#### Prerequisites

* Google Chrome browser (or Chromium-based browser)
* Internet connection

#### Installation Steps

1. **Install from Chrome Web Store**
   * Visit the [Amadeus Wallet page on Chrome Web Store](https://chromewebstore.google.com/detail/amadeus-wallet/gigmkdnbhopbandngplohmilogilbkjn)
   * Click the **"Add to Chrome"** button
   * Review the permissions requested by the extension
   * Click **"Add Extension"** to confirm installation
2. **Verify Installation**
   * The extension will be installed automatically
   * You'll see a confirmation message
   * The Amadeus Wallet icon should appear in your Chrome toolbar
3. **Pin the Extension** (Recommended)
   * Click the puzzle icon (extensions menu) in Chrome's toolbar
   * Find "Amadeus Wallet" in the list
   * Click the pin icon next to it
   * The wallet icon will now appear directly in your toolbar for easy access

### First Launch

When you first open the Amadeus Wallet Extension, you'll see the onboarding screen with two options:

* **Create New Wallet**: Generate a new wallet with a new Seed64
* **Import Existing Wallet**: Restore a wallet using your Seed64

Choose the option that applies to you and follow the respective guides:

* Creating a Wallet
* Importing a Wallet

### Extension Icon

The Amadeus Wallet icon appears in your browser toolbar. Click it to:

* View your wallet balance
* Access all wallet features
* Manage your account settings

### Next Steps

After setting up your wallet, you can:

* [Unlock your wallet to start using it](/wallet/creating-a-wallet/chrome-extension-wallet/3.-importing-an-existing-wallet.md)
* [Send tokens to other addresses](/wallet/creating-a-wallet/chrome-extension-wallet/5.-sending-tokens.md)
* [Receive tokens by sharing your address](/wallet/creating-a-wallet/chrome-extension-wallet/6.-receiving-tokens.md)
* [View transaction history](/wallet/creating-a-wallet/chrome-extension-wallet/7.-transaction-history.md)


---

# 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.ama.one/wallet/creating-a-wallet/chrome-extension-wallet/1.-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.
