> For the complete documentation index, see [llms.txt](https://docs.blockpi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.blockpi.io/basic-tutorials/wallet-set-up/metamask-tutorial.md).

# MetaMask Tutorial

{% stepper %}
{% step %}
Go to the dashboard page and hover on an API key, and click the MetaMask icon.&#x20;

<figure><img src="/files/y4JjLApSsRRkEobhuwp8" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Just approve it.

<figure><img src="/files/SUuLHxc889eJTQVzmqcw" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}

{% hint style="warning" %}
Sometimes the endpoint URL won't be auto-added correctly. Users should change the network setting manually.
{% endhint %}

{% stepper %}
{% step %}
Click the upper-right icon.

<img src="/files/1lWoJvaB5TVykHVhR8b2" alt="" data-size="original">
{% endstep %}

{% step %}
Go to the Settings.

<figure><img src="/files/UvSq49hP5MgwJ0BXN0wE" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Go to the tab of Network.

<figure><img src="/files/MM20IcsM0ThAMaBINvmR" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
Choose the network in which we want to change the RPC endpoint.

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

{% hint style="info" %}
If there is no such chain in the Network, we can [add a new one.](/basic-tutorials/wallet-set-up/manually-add-network-in-metamask.md)
{% endhint %}
{% endstep %}

{% step %}
Replace the URL with the one generated by your API key.

<figure><img src="/files/N5xD4LRbMPKRz8SYAOxN" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.blockpi.io/basic-tutorials/wallet-set-up/metamask-tutorial.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
