# Thirdweb

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

### **Connecting StealthTest to Thirdweb Dashboard**

1. First, you will need to be signed in to your [Thirdweb Dashboard](https://thirdweb.com/dashboard) using your preferred wallet.
2. Once your wallet is connected, you can navigate to the **RPC** tab at the top then select **Add Network**
3. Enter the following information in the empty fields&#x20;
   * Network Name --> This can be any name of your choosing
     * Ex: "My Test Network"
   * Network ID --> This will auto-populate with your preferred network name.&#x20;
     * This value is customizable.
   * Chain ID --> The chain ID associated with your specific network
     * Ex: `123578`
   * Currency Symbol --> The currency symbol the wallet will use for the network's native currency
     * Ex: ETH&#x20;
   * Network Type&#x20;
     * You can choose either *Mainnet* or *Testnet*
   * Icon --> This is an optional field if you would like to associate an image with your custom network
   * RPC URL --> Your unique StealthTest RPC URL
     * Ex: `https://24092de2-aa2a-410c-b22e-7d17500b3ca8.ethereum.nameless.io`
4. Click **Add Network**&#x20;

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

{% hint style="success" %}
**Congratulations!** You may now use your private StealthTest network in Thirdweb 🔥&#x20;
{% endhint %}


---

# 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.stealthtest.com/stealthtest-guides/connecting-to-stealthtest-networks/thirdweb.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.
