# Choosing the Network Chain You Want to Use

{% hint style="info" %}

```
Once a contract is deployed to a network you cannot move it to a different
network so it is important to choose the correct one before doing so.
```

{% endhint %}

### Default Network

By default we will connect you to the Ethereum Mainnet Network. You may want change the network chain you are working on to save gas or if you have a specific network you'd like to deploy to. If this is the case please follow the instructions below.

### 1. Select Your Desired Network.

Please click on the account button in the top left (This will appear in place of the "Connect Your Wallet" button after you have successfully connected your wallet) to view the available network options.&#x20;

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

Select the one you would like to use from the change network dropdown button.

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

### 2. Add The New Network.

In case you never configured this network into your wallet. it will ask you to add it to your wallet (approve) before you will be able to switch to it.

If you don't see the network switch message, you might see a blue or red alert icon on your wallet extension. If so, click on your wallet extension to view the message.

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

### 3. Click on the Network Again.

You will now receive a message to switch to the selected network. Accept the prompts in the message in order to switch to this network.

*Please read through all messages that you receive to your web3 wallet, never accept anything you are unsure of.*

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

### Well done!

If your wallet sidebar area is now showing the newly selected network, then you have successfully switched networks and are now working on the one you have selected. To change networks feel free to do so at anytime before deployment of your contracts.


---

# 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.launchifi.xyz/how-to/choosing-the-network-chain-you-want-to-use.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.
