# Passkeys

<figure><img src="/files/fXuWeYtWyUe63v7LcqQi" alt="" width="360"><figcaption></figcaption></figure>

After signing up you should add a passkey to your account. This will make spending from your account more secure.

### Click register to add a new device

When you click on register, yo uare prompted to add an authentication device. You can add an Android phone, IPhone, Yubi key or Windows Hello.

After the passkey has been added the 2FA is on. You can add multiple devices.

### Click remove to remove a device

If you want to remove a device, you need to click remove and verify you own it. After the verification the device will be removed. If you remove all authenticators, the 2FA will be turned off.

### I lost my authenticator

If you lost your authenticator but you can still access your account you can just add a new one to use. However you won't be able to disable 2FA login at any point later.

### My account got compromised

If you think your account is compromised contact us as soon as possible using slack.

{% content-ref url="/pages/44XHMpTwQnG25jqZdydF" %}
[Slack](/debitllama/slack.md)
{% endcontent-ref %}

You can always disconnect your connected wallet using your metamask wallet that created it! This will cancel all subscriptions but it's better to be safe. You can create a new account again, any time!


---

# 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://debitllama.gitbook.io/debitllama/passkeys.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.
