# Using Bware Labs Endpoint in Metamask

An example usage of Bware Labs endpoints would be using them to connect your Metamask to custom networks other than Ethereum.

Below you'll be able to find a couple of steps that demonstrate how to do that using an Ethereum endpoint generated on our platform

First, you will need to generate a Ethereum RPC endpoint following the steps from this [tutorial](https://app.gitbook.com/@bwarelabs/s/bware-docs/~/drafts/-MaWxwCEQVixpsNL9NMV/bware-labs-platform-tutorial-1). Once the endpoint is generated and running, copy the RPC endpoint as seen in the image below

![](/files/-MabCOOdhXCn3BbWKihg)

Next open your metamsk and click on the Network drop-down list on the top:

![](/files/-Mab8EAuujE2CcGu6euL)

Select custom RPC from the list and fill in the network details as follows:

![](/files/-MabCWk0vO0oXoB5ga3q)

![](/files/-MabED4Shykszt9EY7Dg)

Click Save and your custom RPC network is ready to use:

![](/files/-MabEPgxzYaGnXrFZY4P)

![](/files/-MabETXoNya1CxhQTn46)


---

# 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.bwarelabs.com/tutorials/using-bware-labs-endpoint-in-metamask.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.
