> For the complete documentation index, see [llms.txt](https://docs.baas.sh/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.baas.sh/baas-console/users.md).

# Users

Browse your app's users, each one a wallet address, with their email, values, and events.

The **Users** section lists your app's users. The section is for browsing, and your app creates and updates users through the SDK. Open it from **Explorer → Users** in the sidebar.

{% hint style="info" %}
**Users appear as soon as they exist.** A passkey sign-up through the [BaaS SDK](/baas-sdk/sdk.md) creates the user before any sign-in; an external wallet's first sign-in creates it. One row per wallet address; the list grows with your app.
{% endhint %}

## One user, one address

A user is one wallet address. The address is the identity, so the same wallet signing in again is the same user.

| Field              | What it is                                                                                                                                                                                                                                                    |
| ------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| **Address**        | The user's wallet: the smart wallet created at passkey sign-up, or the external wallet that signed in                                                                                                                                                         |
| **Email**          | Required at sign-up or sign-in, changed by your app through the SDK with [Manage user](/baas-sdk/manage-user.md)                                                                                                                                              |
| **Passkey domain** | For a passkey account, the domain (WebAuthn RP ID) its passkey was created under: it can only sign in from that domain and its subdomains. Shown as **None (external wallet)** for a wallet account. See [Wallet Settings](/baas-console/wallet-settings.md). |

## Find a user

Each row shows the user's email, with the shortened address beneath it. Click a row to open that user.

The users created most recently come first, twenty to a page. **Previous** and **Next** appear once a second page exists.

To find someone, use the search box. Type any part of an address or email, and the list narrows as you type. When nothing matches, the table says so and names your search term.

While no account exists yet, the list shows **No users**; the first passkey sign-up or external-wallet sign-in fills it.

## The user page

A user's page opens with three fields:

* **Address** holds the full checksummed address, with a copy button.
* **Email** holds the email.
* **Passkey domain** holds the domain a passkey account is bound to, or reads **None (external wallet)**.

Below the cards, the **Explorer** section holds this user's values and events, deployment by deployment. It has its own guide: [Explorer](/baas-console/users/explorer.md).

## Next

<table data-view="cards"><thead><tr><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Explorer</strong></td><td>Pick a deployment to read a user's values and events.</td><td><a href="/baas-console/users/explorer.md">Explorer</a></td></tr></tbody></table>
