# Profile page

## How to access it

To access the **Profile page you need to click on your account button at the top right hand corner once you have connected to our app.**

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

Once you have clicked on this button the account modal will popup, from this window you will need to click on the Profile button to get to your profile page.

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

The **Profile page**-is an important tool to consider when you want to organize your deployments. It is a page that highlights the deployment of your smart contracts using Launchifi and it shows different parameters like:

* Contract name
* Contract type
* Network (ChainId)
* Contract address

## How does it look like

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

You might consider changing some parameters to your smart contract so we implemented a link to it at the `Manage` Buttton.

{% hint style="info" %}
We will be releasing a contract manager tool in the future for making contract calls directly to the network.
{% 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.launchifi.xyz/how-to/profile-page.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.
