# Connect

To deploy any contracts you will be required to connect with your wallet.

Here are the following steps:

You can go to the bottom of the website.

## 1. Click on Connect Wallet button

Located in the bottom left hand corner of the application you will see a button to connect your wallet.

<figure><img src="/files/0XouNNejwQTiGqyArOe9" alt=""><figcaption></figcaption></figure>

## 2. Select your type of wallet

Once you click on the Connect You Wallet button you will see an array of options that we accept for web3 wallet compatibility. Please choose the one that you have installed and ready to use.

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

## 3. Accept the connection

Follow the prompts on your web3 wallet to accept the connection to our decentralized application.

*Please read all messages thoroughly and never sign anything with your wallet that you are unsure of.*

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

In the example above we used Metamask.

## 4. Your Connected

Congratualations! You are now connected to Launchifi with your web3 wallet and are ready to choose the network chain you would like the work on.


---

# 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/connect.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.
