# Account

To get started with NMKR Studio, you need to set up an account.\
\
**The** [**registration**](https://docs.nmkr.io/nmkr-studio/account/registration-and-kyc) **process is very easy, start here** [**https://studio.nmkr.io/register**](https://studio.nmkr.io/register)**!**

* Once your account is created and your email address confirmed, [log in to your account](https://studio.nmkr.io/login).\
  We recommend activating additional [security measures](https://docs.nmkr.io/nmkr-studio/account/security).
* The next logical step would be to add [Wallets](https://docs.nmkr.io/nmkr-studio/account/wallets) to your account. You will need them later as payout-wallet to receive your revenue.&#x20;

\
**Mint Coupons are only for** [**manual minting**](https://docs.nmkr.io/nmkr-studio/minting/manual-minting)**, the** [**airdropper**](https://docs.nmkr.io/nmkr-studio/minting/airdropper) **and** [**editing your tokens after minting**](https://docs.nmkr.io/nmkr-studio/token/edit-after-mint-reveal)**.**\
\
If you are familiar with coding and you prefer using the NMKR API, please set up your [API Keys](https://docs.nmkr.io/nmkr-studio/account/api-keys) now and check out the [API documentation](https://docs.nmkr.io/nmkr-studio-api/get-started-with-the-api).\
\
To keep on track with your sales, the [dashboard](https://docs.nmkr.io/nmkr-studio/account/dashboard) and [transactions](https://docs.nmkr.io/nmkr-studio/account/transactions) give you a very good overview over the sales of all projects that are created with this account.


---

# Agent Instructions: 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:

```
GET https://docs.nmkr.io/nmkr-studio/account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
