> For the complete documentation index, see [llms.txt](https://debitllama.gitbook.io/debitllama/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://debitllama.gitbook.io/debitllama/passkeys.md).

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