> For the complete documentation index, see [llms.txt](https://neutron-4.gitbook.io/neutron-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://neutron-4.gitbook.io/neutron-docs/getting-started/sign-up-and-login.md).

# Sign Up & Login

#### Sign Up

**Step 1. Visit myNeutron**

Go to [myneutron.ai](https://myneutron.ai?utm_source=chatgpt.com) and click **Sign Up / Log In** in the top-right corner.\
You will see several login options.

***

**Step 2. Choose How You Want to Sign Up**

**Option A: Sign Up with Email**

* Enter your email and password.
* Click **Create Account.**
* Verify your email if asked.
* You will be redirected to your Dashboard.

**Option B: Continue with Google**

* Click **Sign in with Google.**
* Choose your Google account from the pop-up.
* Approve permissions for Gmail and Drive connection.
* You will land directly in your Dashboard.

**Option C: Connect Wallet**

* Select **Connect Wallet** on the login screen.
* Choose your preferred wallet: **WalletConnect, Brave Wallet, Trust Wallet, or MetaMask.**
* Over **540+ additional wallets** are supported through WalletConnect.
* Approve the connection when prompted.
* You will be redirected to your Dashboard once linked.

This option is ideal if you prefer on-chain identity or ownership.

***

#### Logging In as an Existing User

**Step 1. Visit the Login Page**

Go to myneutron.ai/auth/login.

**Step 2. Choose Your Login Method**

* **Email Login:** Enter your email and password.
* **Google Login:** Click **Continue with Google** to log in instantly.
* **Wallet Login:** Select your wallet, including MetaMask, Brave, Trust Wallet, or any supported WalletConnect option.

**Step 3. Access the Dashboard**

After logging in, you will see:

* **Seeds tab:** Manage your saved content.
* **Integrations tab:** Connect Gmail, Drive, or MCP.
* **myNeutron Assistant tab:** Query your memory.
* **Profile settings:** Update your details or log out.

***

#### Logging Out

Click your profile icon in the top-right corner and select **Log Out.**\
You can log back in anytime from the same screen.


---

# 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://neutron-4.gitbook.io/neutron-docs/getting-started/sign-up-and-login.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.
