> For the complete documentation index, see [llms.txt](https://flip-7.gitbook.io/flipgo-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://flip-7.gitbook.io/flipgo-docs/getting-started/account-creation-and-profile-management.md).

# Account Creation and Profile Management

#### **How Do I Register for FLIPgo?** <a href="#how-do-i-register-for-sankotv" id="how-do-i-register-for-sankotv"></a>

* To create a FLIPgo account, every FLIPgo user starts by signing in using their web3 wallet. We recommend using Rabby for EVM and Phantom for Solana.&#x20;
* Thanks to Privy integration, you may optionally log in using your email or Google account. A smart wallet will be created for you, instead of the traditional seed phrase-based method. This also allows you to port your Web2 reputation from X into the FLIPgo native social profiles.

After you've signed in, you are free to start exploring streams and interacting on the platform.&#x20;

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

#### **Profile Management** <a href="#how-do-i-register-for-sankotv" id="how-do-i-register-for-sankotv"></a>

Once you're signed in, your profile is setup with your wallet address serving as your username by default. You may change this to a username of your choice, and add relevant metadata such as profile pic, banner, and social media and website links.&#x20;

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

Additionally, your profile displays live account data, including perps and spot positions, PnL, trade history, NFT holdings, and other relevant information, across both HyperCore and other chains, with each shown in its own toggleable sub-tab.

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

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

#### **Connecting to X (twitter)** <a href="#how-do-i-register-for-sankotv" id="how-do-i-register-for-sankotv"></a>

* In order to connect your account to your X profile, navigate to your profile settings. Select edit profile, and you will see an option to connect your X account. Select connect, and you will be taken to X to authorise it.&#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://flip-7.gitbook.io/flipgo-docs/getting-started/account-creation-and-profile-management.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
