> For the complete documentation index, see [llms.txt](https://minara.ai/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://minara.ai/docs/get-started/activate-your-account.md).

# Create your account

There are two ways to get to the sign-up screen. Use either one.

## 1. Open the app

**From the homepage.** Go to [minara.ai](https://minara.ai) and click `Launch APP` in the top-right corner.

<figure><img src="/files/fh4q6qAPlkq9vNPYDhEI" alt="Minara homepage with the Launch APP button highlighted in the top-right corner"><figcaption></figcaption></figure>

**Or, from the chat page directly.** If you land on [app.minara.ai](https://app.minara.ai) without an account, click `Log in / Register` in the top-right corner.

<figure><img src="/files/c2z38ytMoDo7hLzYr6R6" alt="Minara chat page with the Log in / Register button highlighted in the top-right corner"><figcaption></figcaption></figure>

## 2. Sign up with Google or email

In the sign-up dialog you have two options. Click `Continue with Google` to sign in with your Google account in one click. Or click `Continue with email`, enter your address, and type the verification code you receive to finish creating the account.

Once your account is created you land in the chat interface. Your spot wallet and perps wallets are created automatically; you do not need to set them up manually.

## Next steps

* [Deposit](/docs/get-started/deposit.md) funds, transfer between wallets, and manage Lighter and Hyperliquid wallets.


---

# 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:

```
GET https://minara.ai/docs/get-started/activate-your-account.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.
