> For the complete documentation index, see [llms.txt](https://linity.gitbook.io/linity/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://linity.gitbook.io/linity/introduction-to-linity/how-do-i-create-an-account.md).

# How do I create an account?

<figure><img src="/files/8YGbck7JcjKrgnq2fluK" alt=""><figcaption><p>The quick ways to set up a Linity account using the Connect button or Open Free Account button</p></figcaption></figure>

Creating a Linity account is pretty simple. Simply visit the [Linity page](https://linity.com/), and locate the “**Connect**” button on the top right. Click on it to see the multiple ways you can create your Linity account very easily.&#x20;

In addition to the Connect button, you will find other buttons on Linity that give you a quick access to create an account if you do not have one yet.

One of such buttons is the “**Open free account**” button that can be found easily on the Linity homepage for users who are not logged in.

You can create (sign up for) new accounts using the following options:

* Use a **Gmail** account
* Use a **Discord** account
* Use an **X** (formerly Twitter) account, or
* Use a **MetaMask** Wallet

You will need to have an account with one of the apps listed above, and then you can sign up for Linity easily using one of the options. Once you have decided which way to sign up for your account, click on the appropriate button and follow the prompts to complete your account set up.

<figure><img src="/files/d9JskzI9ADnK5XxDavaP" alt=""><figcaption><p>The many ways to sign up for a Linity account</p></figcaption></figure>

\
Right after you account is created, you are automatically logged in to Linity and the “**Connect**” button becomes a “[**My Profile**](/linity/my-profile/what-is-my-profile.md)” Button.&#x20;

The “**Open free account**” button also changes.

You will also notice a **“**[**Badge**](/linity/my-profile/badges.md)**”** icon that shows you how many badges you have unlocked.&#x20;

<figure><img src="/files/fDUtWKN0FZ0mWWllOU7a" alt=""><figcaption><p>The way the Homepage looks once a user is logged in</p></figcaption></figure>


---

# 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://linity.gitbook.io/linity/introduction-to-linity/how-do-i-create-an-account.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.
