# Using Guru

**Testnet**

Guru Network Testnet can be added as a custom network to any EVM-compatible wallet (i.e. [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn)).

#### MetaMask[​](https://docs.base.org/docs/using-base#metamask) <a href="#metamask" id="metamask"></a>

To add Guru as a custom network to MetaMask:

1. Open the MetaMask browser extension.
2. Open the network selection dropdown menu by clicking the dropdown button at the top of the extension.
3. Click the **Add network** button.
4. Click **Add a network manually**.
5. In the **Add a network manually** dialog that appears, enter the following information for Guru testnet:

| Name            | Value                                    |
| --------------- | ---------------------------------------- |
| Network Name    | Guru Network Testnet                     |
| Description     | Guru Network Testnet                     |
| RPC Endpoint    | <https://rpc.gurunetwork.ai/archive/261> |
| Chain ID        | 261                                      |
| Currency Symbol | tGURU                                    |
| Block Explorer  | <https://scan.gurunetwork.ai>            |

1. Tap the Save button to save Guru Network Testnet as a network.

You should now be able to connect to the Guru by selecting it from the network selection dropdown menu.


---

# 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.gurunetwork.ai/using-guru.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.
