> For the complete documentation index, see [llms.txt](https://docs.bloxchain.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bloxchain.app/platform-bloxchain.app/account/sign-in.md).

# Sign in

**App path:** Landing → Clerk sign-in → Apps desktop (`/`)

**Time:** \~5 min

Part of [Get started](/platform-bloxchain.app/start.md).

## What you will learn

* Create a bloxchain.app account and reach the Apps desktop

## Before you begin

* A supported browser and email address

## Steps

1. Open [bloxchain.app](https://bloxchain.app).
2. Select **Sign up** or **Sign in**.
3. Complete authentication (email verification or two-factor authentication if enabled).
4. After sign-in, you land on the **Apps** desktop at `/` in your **personal workspace**.

![Landing — placeholder](/files/47PrqJi0UtraG3zSn71s) *Screenshot: Landing page.*

![Sign in — placeholder](/files/47PrqJi0UtraG3zSn71s) *Screenshot: Sign-in.*

## Verify it worked

* You see the Apps desktop (empty list or existing apps).
* Account menu shows your profile.

## Common issues

* **No apps visible** — import or deploy a contract with [Add a contract](/platform-bloxchain.app/contracts/desktop.md), or ask someone who administers the contract to grant you a role.

## Your personal workspace

After sign-in you work in a **personal workspace**:

* Contracts (apps) you import or deploy
* Saved meta-transactions, wallet labels, and custom networks
* Notification preferences

All governed operations still enforce **on-chain** rules from the Protocol—the app does not override them.

### What lives on-chain vs in the app

| In the app (off-chain labels and config)   | On-chain (public, permanent)             |
| ------------------------------------------ | ---------------------------------------- |
| Display names, app metadata                | Contract address, transactions, balances |
| Signed meta-tx payloads awaiting execution | Policy: roles, operations, allowlists    |
| Saved wallet labels (no keys)              | Enforcement of every governed action     |

Shared **organization** workspaces are on the [Product roadmap](/resources/roadmap.md), not in the current public release.

## Next steps

* [Connect a wallet](/platform-bloxchain.app/account/connect-wallet.md)
* [Manage profile and preferences](/platform-bloxchain.app/account/profile.md)


---

# 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://docs.bloxchain.app/platform-bloxchain.app/account/sign-in.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.
