# Configuring Metamask Network

The fastest way to configure your chainlet network settings into your metamask browser plugin is by visiting your chainlet's dedicated block explorer page and clicking on the Add \<chainlet name> link present on the footer menus.

You can also see how this looks like in the image included below:

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

## Configuring Metamask Network Manually

Navigate to go: Metamask -> Settings -> Networks -> Add Network

The settings screen will look something like this:

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

From here, click on "Add a network manually" and type in the following settings in the required fields:

* **Network Name:** This will be your Chainlet name (in this example I'm using "`abstract`")
* **New RPC URL**: This will be your chainlet's JSON-RPC endpoint, you can get this in [https://app.saga.xyz/](https://app.saga.xyz/launch) -> search your chainlet -> chainlet details -> **RPC Endpoint**
* **Chain ID**: Here you need to input the middle **numerical** part of the ChainID, (make sure to drop the '-1')  Example: `2712762876035000`
* **Currency Symbol**: This is your Chainlet currency symbol. You can get this in in [https://app.saga.xyz/](https://app.saga.xyz/launch) -> search your chainlet -> chainlet details -> on the right of the chainlet name (On the example before `abstract` -> `ABSTR`, ABSTR is the Currency Symbol)               &#x20;
* **Block Explorer URL:** This will be your personal chainlet's block explorer url, you can get this in [https://app.saga.xyz/](https://app.saga.xyz/launch) -> search your chainlet -> chainlet details -> **Block Explorer**

Taken together, the output will look **SIMILAR** with what you see in the following image below:

<figure><img src="/files/1rl0cfwnWiBpOKL2TzeE" alt=""><figcaption></figcaption></figure>


---

# 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.saga.xyz/saga-web-app/working-with-chainlet/configuring-metamask-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.
