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

# Getting started

## Browser (Nimiq Hub)

1. Open the landing page and choose **Open app**.
2. You can Skip the intro. The stall is at `app.deplace.space`.
3. Choose **Connect with Hub**. Allow the popup.
4. Pick or create a Nimiq account.
5. Sign the login message. D place checks the signature and that the public key maps to that NQ address.
6. On **Me**, pick a username. You cannot publish, buy, submit, or save until this is set.

If the Hub account is empty, get NIM at [wallet.nimiq.com](https://wallet.nimiq.com).

Closing Hub without signing is not a payment. Nothing leaves the wallet.

## Nimiq Pay

Register the stall host as a Mini App. Pay should load `https://app.deplace.space`.

Inside Pay the injected provider:

1. Lists the account (`listAccounts`)
2. Signs login (`sign`)
3. Sends NIM with a memo (`sendBasicTransactionWithData`)

There is no Hub popup inside Pay.

Open a Mini App from Pay with:

```
nimiqpay://miniapp?url=https://app.deplace.space
https://nimpay.app/miniapps/open/https://app.deplace.space
```

Use HTTPS. Hub and Pay will not treat a plain `http://` host as a production Mini App.

## Username

* Required next to the wallet for stall actions
* 3–20 characters: `a-z`, `0-9`, underscore
* Unique
* Chosen once. Later you can change display name (40 characters) and bio (280). You cannot rename the `@handle`

Until a username exists, the header says to pick one.

## Sign out

Header door icon, or **Sign out** on Me. That clears the D place session on this browser. It does not empty the Nimiq wallet.


---

# 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.deplace.space/getting-started.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.
