# Getting set up

<details>

<summary>Setting Up MetaMask</summary>

To create a MetaMask account, you will need to do the following:&#x20;

Visit the MetaMask website at <https://metamask.io/>&#x20;

Click on the "Get Chrome Extension" button to download and install the MetaMask extension for Google Chrome.&#x20;

Once the extension is installed, click on the MetaMask icon in the top right corner of your browser to open the MetaMask app.&#x20;

Click on the "Get Started" button to begin the process of creating your MetaMask account. Accept the terms of service and privacy policy, and then click on the "Create Wallet" button.&#x20;

Follow the prompts to create your MetaMask account, including setting a password and creating a seed phrase. Be sure to keep your seed phrase in a secure location, as it is the only way to recover your account if you forget your password.&#x20;

Once your account has been created, you will be taken to the MetaMask dashboard. From here, you can manage your accounts, view your transaction history, and interact with the Ethereum blockchain.&#x20;

It's important to note that MetaMask is a digital wallet that allows you to hold and manage cryptocurrencies, such as Ether (ETH) and other ERC-20 tokens, as well as interact with decentralized applications (dApps) on the Ethereum blockchain. It is not a standalone cryptocurrency.

</details>

<details>

<summary>Adding Fantom Opera to MetaMask</summary>

To add Fantom RPC to MetaMask, follow these steps:&#x20;

Open the MetaMask extension in your browser. Click on the "Settings" icon in the top right corner of the extension.&#x20;

In the settings menu, click on the "Networks" tab. Scroll down to the "Custom RPC" section and click on the "Add Network" button.&#x20;

In the "New Network" dialog box, enter the following information:&#x20;

Network Name: Fantom&#x20;

New RPC URL: <https://rpc.fantom.network/>&#x20;

Chain ID: 18&#x20;

Symbol: FTM&#x20;

Block Explorer URL: <https://explorer.fantom.network/>&#x20;

Click on the "Save" button to add Fantom RPC to your MetaMask extension.

Once you have added Fantom RPC to MetaMask, you will be able to interact with the Fantom blockchain and access dApps built on the Fantom platform. You can also manage your FTM tokens and other assets within MetaMask.

</details>


---

# 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://trianglesolutions.gitbook.io/project-s-docs/fundamentals/getting-set-up.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.
