# How to create an account

<figure><img src="/files/ikekCgNnuLIhWSyBYPsM" alt="" width="303"><figcaption></figcaption></figure>

## Create your DevTools Account

1. **Choose Your Login Method**
   * **Continue with Telegram**
   * **Continue with Google**
   * **Continue with Email**&#x20;
2. **Verify Your Account**
   * If you used email, check your inbox for a verification link.
   * If you used Google or Telegram, follow the on-screen prompts to confirm.

Once verified, you’re ready to create a passkey.

***

<figure><img src="/files/ENJfNM4D9A70hJ1CS8Qg" alt="" width="303"><figcaption></figcaption></figure>

## Creating Your Passkey

1. **Click “Create Passkey”**
   * After you verify your account, you’ll see an option to create a passkey with **DFNS.co**.
2. **Authorize Your Account**
   * DevTools is non-custodial, so this passkey is used to securely generate wallets and sign transactions within the app.
   * **Only your device** can access your wallets, so treat your passkey with the same care you’d give to a seed phrase.

***

<figure><img src="/files/Rli2xrKamqnn3CEBdqwN" alt="" width="303"><figcaption></figcaption></figure>

## Backing Up Your Passkey Recovery Credentials

1. **Recovery Key Secret & Credential ID**
   * After creating your passkey, you’ll be shown two pieces of information:
     * **Recovery Key Secret**
     * **Recovery Credential ID**
2. **Download or Copy**
   * **Download** the credentials or **Copy** them to a secure location.
   * **Important:** You will only see this information once. If you lose it, you may lose access to your wallet.
3. **Store Securely**
   * Treat these credentials like seed phrases.
   * Consider using a password manager or secure offline storage to keep them safe.


---

# 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.devtools.fi/learn/getting-started/how-to-create-an-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.
