# Connecting Your MetaMask to the Network

### Step 1: Install MetaMask

1. **Install MetaMask Extension**

   * **Chrome**: Go to the Chrome Web Store and search for "MetaMask". Click "Add to Chrome" to install the extension.

2. **Set Up MetaMask**
   * After installation, click the MetaMask icon in your browser toolbar.
   * Click "Get Started" on the welcome screen.
   * Choose "Create a Wallet". Follow the prompts to create a new wallet and set a strong password.
   * Backup your Secret Recovery Phrase by writing it down and storing it in a secure place. Never share this phrase with anyone.

### Step 2: Configure MetaMask for FidesInnova Blockchain Network

1. **Open MetaMask**
   * Click on the MetaMask icon in your browser toolbar to open it.
   * Enter your password to unlock the wallet.
2. **Add a Custom Network**
   * Click on the network dropdown at the top of the MetaMask window (it usually says "Ethereum Mainnet" by default).
   * Select "+Add Network" at the bottom of the dropdown list.
3. **Enter Network Details**
   * Fill in the required information for your blockchain node:
     * **Network Name**: `FidesInnova`
     * **New RPC URL**: `https://fidesf1-rpc.fidesinnova.io/`
     * **Chain ID**: `706883`
     * **Currency Symbol**: `FDS`
     * **Block Explorer URL**:  [`https://explorer.fidesinnova.io/`](https://explorer.fidesinnova.io/)
4. **Save the Network**
   * Click "Save" to add FidesInnova network to MetaMask.

### Step 3: Switch to FidesInnova Network

1. **Switch Networks**
   * Click on the network dropdown at the top of the MetaMask window.
   * Select the network you just added from the list. (FidesInnova)


---

# 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://fidesinnova.gitbook.io/docs/connecting-your-metamask-to-the-network.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.
