> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neurobro.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> How the Neurobro products fit together, and what they share

Neurobro is one AI for the markets, reachable from several places. This page is the map: what the pieces are, what they have in common, and how they relate.

## One product, two surfaces

**[Neurobro Web](/products/neurobro/web)** and **[Neurobro Mobile](/products/neurobro/mobile)** are the same product, not two products that resemble each other. The same AI agent, the same wallet, the same data, tied to one account. Start a question on your phone and finish it on a laptop.

Inside both, you'll find the same two money surfaces:

<CardGroup cols={2}>
  <Card title="NeuroWallet" icon="wallet" href="/products/neurowallet/overview">
    A non-custodial wallet built into the app. Your keys, your funds, and the place you trade.
  </Card>

  <Card title="Connections" icon="link" href="/products/neurobro/mobile">
    Read-only monitoring of accounts you hold somewhere else - exchanges, wallets, brokers.
  </Card>
</CardGroup>

They sit in the same tab and answer different questions. NeuroWallet is money you custody with us and trade from. Connections is everything you hold elsewhere, brought in so you can see it in one place. Neither can do the other's job, and the [NeuroWallet overview](/products/neurowallet/overview) spells out where the line falls.

## Neurobro Pass

Your **Neurobro Pass** is the account behind all of it. One login for Neurobro Web and the mobile app, carrying your chats, preferences, plan, wallet, and progress wherever you sign in.

### Ways to sign in

<CardGroup cols={3}>
  <Card title="Google" icon="google" />

  <Card title="Apple" icon="apple" />

  <Card title="Email" icon="envelope" />

  <Card title="Telegram" icon="telegram" />

  <Card title="Web3 wallet" icon="wallet" />

  <Card title="Guest" icon="user-secret" />
</CardGroup>

Email sign-in uses a one-time code rather than a password. Wallet sign-in works by signing a message, so we never see a private key. Guest mode is mobile-only and lets you explore before deciding.

### Linking several sign-in methods

One account can carry more than one way in. Link Google, Apple, email, Telegram and a wallet to the same Pass, then use whichever is convenient - they all land in the same account with the same history.

This is worth doing early. If you ever lose access to one method, another still gets you in.

### Merging accounts

If you've already created more than one account by accident - signing up with Google once and email another time, say - signing in with the second method while logged into the first merges them. Your history and preferences come across into one account rather than staying split.

### Starting as a guest

On mobile you can use Neurobro without an account at all. Guests get a limited number of AI messages and news cards to try things out.

When you create a Pass, the progress you made as a guest comes with you and the full free tier opens up. Nothing is lost by starting as a guest, so there's no reason not to look around first.

## What every surface shares

<AccordionGroup>
  <Accordion icon="robot" title="One agent">
    The same research agent answers everywhere - in the app, on the web, and through the API. Same tools, same data, same answers.
  </Accordion>

  <Accordion icon="database" title="One dataset">
    News, on-chain activity, market data and social sentiment are gathered once and used across the feed, signals, chat and dashboards.
  </Accordion>

  <Accordion icon="id-card" title="One subscription">
    Pro or Ultra applies everywhere, no matter where you bought it. Subscribing on the web and using the mobile app works fine. See [Plans & Pricing](/neurobro/plans).
  </Accordion>

  <Accordion icon="wallet" title="One wallet">
    NeuroWallet is tied to your Pass, not to a device. The same balances and positions appear on web and mobile.
  </Accordion>
</AccordionGroup>

## Beyond the app

Neurobro also shows up in places that aren't the app. **These share the agent, not your account** - each has its own way in, and a Neurobro Pass doesn't sign you into them.

<CardGroup cols={2}>
  <Card title="NeuroAPI" icon="code" href="/technical/neuroapi">
    A REST API to the same research, with its own dashboard and keys. Subscription-based.
  </Card>

  <Card title="Neurobro Products" icon="grid-2" href="/technical/other-products">
    Telegram, x402, Terminal, ACP, Moltbook, and Nevron.
  </Card>
</CardGroup>

The distinction matters if you're building on Neurobro. Your app subscription doesn't carry into [NeuroAPI](/technical/neuroapi), and [x402](/technical/other-products/x402) deliberately has no account at all - you pay per request and your wallet is the authentication.

## Where to go next

<CardGroup cols={3}>
  <Card title="Neurobro Mobile" icon="mobile-screen" href="/products/neurobro/mobile">
    The four tabs, and what each does
  </Card>

  <Card title="Neurobro Web" icon="desktop" href="/products/neurobro/web">
    The research tools on a big screen
  </Card>

  <Card title="NeuroWallet" icon="wallet" href="/products/neurowallet/overview">
    Custody, cash, and trading
  </Card>
</CardGroup>
