# Tutorials

- [Walkthrough DGMV-ID](https://digicorplabs.gitbook.io/docs/documentation/tutorials/walkthrough-dgmv-id.md)
- [1. Create a new wallet by generating a seed phrase](https://digicorplabs.gitbook.io/docs/documentation/tutorials/1.-create-a-new-wallet-by-generating-a-seed-phrase.md)
- [2. Recover a wallet by using an existing seed phrase](https://digicorplabs.gitbook.io/docs/documentation/tutorials/2.-recover-a-wallet-by-using-an-existing-seed-phrase.md)
- [3. How to install License Code](https://digicorplabs.gitbook.io/docs/documentation/tutorials/3.-how-to-install-license-code.md)
- [4. How to use 2FA Generator](https://digicorplabs.gitbook.io/docs/documentation/tutorials/4.-how-to-use-2fa-generator.md)
- [5. Using the Password Generator on your Desktop](https://digicorplabs.gitbook.io/docs/documentation/tutorials/5.-using-the-password-generator-on-your-desktop.md)
- [6. Using the Password Generator on your iOS device](https://digicorplabs.gitbook.io/docs/documentation/tutorials/6.-using-the-password-generator-on-your-ios-device.md)
- [7. How to add a Password Profile](https://digicorplabs.gitbook.io/docs/documentation/tutorials/7.-how-to-add-a-password-profile.md)
- [8. How to configure a Password Profile](https://digicorplabs.gitbook.io/docs/documentation/tutorials/8.-how-to-configure-a-password-profile.md)
- [9. How to use Passwordless Authentication](https://digicorplabs.gitbook.io/docs/documentation/tutorials/9.-how-to-use-passwordless-authentication.md)
- [10. How to export your data to another device](https://digicorplabs.gitbook.io/docs/documentation/tutorials/10.-how-to-export-your-data-to-another-device.md)
- [DGMV token-How to install MetaMask](https://digicorplabs.gitbook.io/docs/documentation/tutorials/dgmv-token-how-to-install-metamask.md)
- [DGMV token-How to set up a MetaMask Wallet](https://digicorplabs.gitbook.io/docs/documentation/tutorials/dgmv-token-how-to-set-up-a-metamask-wallet.md)
- [DGMV token-Best Practices to store your Secret Recovery Phrase](https://digicorplabs.gitbook.io/docs/documentation/tutorials/dgmv-token-best-practices-to-store-your-secret-recovery-phrase.md)
- [DGMV token-Storage Methods to Avoid for Your Recovery Phrase](https://digicorplabs.gitbook.io/docs/documentation/tutorials/dgmv-token-storage-methods-to-avoid-for-your-recovery-phrase.md)
- [DGMV token-How to add the DGMV Token to Metamask](https://digicorplabs.gitbook.io/docs/documentation/tutorials/dgmv-token-how-to-add-the-dgmv-token-to-metamask.md)
- [DGMV token-How to Withdraw DGMV Tokens from LCX](https://digicorplabs.gitbook.io/docs/documentation/tutorials/dgmv-token-how-to-withdraw-dgmv-tokens-from-lcx.md)
- [DGMV token-How to access the DGMV token on the Ledger](https://digicorplabs.gitbook.io/docs/documentation/tutorials/dgmv-token-how-to-access-the-dgmv-token-on-the-ledger.md)


---

# 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://digicorplabs.gitbook.io/docs/documentation/tutorials.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.
