> For the complete documentation index, see [llms.txt](https://digicorplabs.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://digicorplabs.gitbook.io/docs/documentation/installation-and-getting-started/the-features.md).

# The features

## **Current features:**

### **Two-factor authentication (2FA) generator**

*Free to use without a license.*

**How it works:** Add 2FA keys (manually or by scanning the QR code) and link them to your existing password profile.&#x20;

### **Authenticator (passwordless)** &#x20;

*Free to use for users, service providers need a license.*       &#x20;

**How it works:** Log in to websites and platforms that support passwordless authentication by scanning the QR code. Using a mobile browser? Simply tap the QR code.&#x20;

### **Authenticator (passwordless and username-free)**

**How it works:** Log in to websites and platforms by scanning the QR code on the browser extension (see Chapter 4) to generate your password and autofill your credentials in the web form.&#x20;

**Using a mobile browser?** On iOS, open the keychain and select ‘DGMV’, an on Android,tap the popup that appears when focusing on the password field. From there, simply follow the instructions to generate your credentials and log in.

### **Autofill**&#x20;

**How it works:** Unlock with the DGMV utility token. Purchase and install license in settings, and use DGMV tokens to unlock Password Generator IP.

* iOS: Settings > Passwords > Autofill, Allow DGMV ID app for AutoFill
* Android: set DGMV AutoFill Service as default when using the Password Generator

### **Password accounts**     &#x20;

**How it works:** View and manage your password accounts, all in one place.

### **Settings**

**How it works:** Change your biometrics settings, add or view license information, change your password, check your seed phrase or wipe your wallet completely. You can also submit a support ticket with your app and device version here.

*Check the Personal DGMV-ID User Manual for a more detailed explanation of features*<br>

## Upcoming features:

### **Digital SSI Wallet**


---

# 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://digicorplabs.gitbook.io/docs/documentation/installation-and-getting-started/the-features.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.
