# Account Creation

All users, when coming to the platform, can create an account (profile). A key pair must be generated and associated with each account, with the help of which this account will be managed (cryptographic signature of requests and transactions on behalf of this account). The default account identifier is the public key. Also, the user can set a username and bind an email (or other most commonly used identifiers) for quick search by other members of the system.

**What is needed to create an account?**

To create an account, a user does not need to have any specific permissions - just generate a key pair and send a request to the system. No user identification procedure is required. Thus, the user can remain anonymous if they want.

![Users connect their wallet and are ready to go](/files/hEyEvZJ5OZgxrHSzKJrE)

{% hint style="success" %}
**In simple terms:** Every individual can become a participant of the Peeps Platform simply by connecting their private wallet (such as f.e. MetaMask). No permission required.
{% endhint %}


---

# 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://peepsme.gitbook.io/peeps-platform-overview/tokenomics-and-technology/platform-features/account-creation.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.
