# Creating Your Account

Get started with MEME AI in 2 minutes. No hassle.

## Account Creation Options

### Option 1: Email Sign Up

1. Go to [MEME AI](https://meme.assetswap.ai)
2. Click **"Get Started"**
3. Enter email & password
4. Click verification link in email
5. Done!

### Option 2: Google Sign Up

1. Go to [MEME AI](https://meme.assetswap.ai)
2. Click **"Continue with Google"**
3. Pick your account
4. Done!

## What Happens When You Create an Account

When you sign up, several things happen automatically. First, a Solana wallet (think of it as your digital money account) is created instantly for you. Second, a recovery phrase is generated - this is a special set of words that acts like a master key to your wallet, which you can use in other wallet apps if you want. You don't need to set up two-factor authentication (2FA - an extra security step using your phone), though you can add it later for more security. There's no complicated profile setup - everything is simple and straightforward. Once you add money to your account, you're ready to start trading right away.

## First Login

You'll see:

* Your new Solana wallet address
* $0 balance (add funds to start trading)
* AI chat assistant ready to help
* Recovery phrase export option in Settings

## Important: Recovery Phrase

When your account is created:

* A recovery phrase is automatically generated
* You can export this phrase to any wallet app
* Keep this phrase secure - it's the only way to recover your wallet if you lose access
* We don't store your recovery phrase - once lost, it cannot be recovered

## Account Types

### Free Account

* Unlimited trades
* 5 active tasks
* Basic features

### Pro Account (Coming)

* Unlimited tasks
* Advanced features
* Priority support

## Troubleshooting

### No Email?

* Check spam folder
* Request new email
* Contact support

### Can't Sign In?

* Clear browser cache
* Try different browser
* Reset password

### Account Locked?

* Wait 15 minutes
* Reset password
* Contact support

## Next Steps

Ready to trade?

1. [Add funds to wallet](/getting-started/your-wallet.md)
2. [Make first trade](/getting-started/first-trade.md)
3. [Try Autopilot](/automation/autopilot.md)

**Need help?** Type "help" in chat!


---

# 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.assetswap.ai/getting-started/creating-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.
