> For the complete documentation index, see [llms.txt](https://dev-docs.dcentwallet.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc.md).

# D'CENT biometric wallet for PC

- [D'CENT SDK for PC Environment](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-sdk-for-pc-environment.md): How to integrate web based service with D'CENT Biometric wallet in the PC or Desktop or Laptop environment.
- [dcent-web-connector](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector.md)
- [Configurations](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/configurations.md)
- [Device & Accounts Info.](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/device-and-accounts-info..md)
- [Address & XPUB](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/address-and-xpub.md)
- [Ethereum & EVM compatible](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/ethereum-and-evm-compatible.md)
- [Klaytn](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/klaytn.md)
- [Bitcoin](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/bitcoin.md)
- [XRPL (XRP Ledger)](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/xrpl-xrp-ledger.md)
- [Hedera (HBAR & HTS)](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/hedera-hbar-and-hts.md)
- [Tron (TRX & TRC20)](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/tron-trx-and-trc20.md)
- [Stellar](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/stellar.md)
- [Tezos (XTZ & XTZ\_FA)](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/tezos-xtz-and-xtz_fa.md)
- [Vechain](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/vechain.md)
- [Near (NEAR & Near Token)](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/near-near-and-near-token.md)
- [Havah](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/havah.md)
- [Polkadot](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/polkadot.md)
- [Polkadot Parachain](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/polkadot-parachain.md)
- [Cosmos & Cosmos compatible network](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/cosmos-and-cosmos-compatible-network.md)
- [Algorand](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-web-connector/algorand.md)
- [dcent-cli-connector](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-cli-connector.md)
- [Configurations](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-cli-connector/configurations.md)
- [Device & Accounts Info.](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-cli-connector/device-and-accounts-info..md)
- [Address & XPUB](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-cli-connector/address-and-xpub.md)
- [Ethereum & EVM compatible](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-cli-connector/ethereum-and-evm-compatible.md)
- [Hedera (HBAR & HTS)](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-cli-connector/hedera-hbar-and-hts.md)
- [dcent-provider](https://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc/dcent-provider.md)


---

# 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://dev-docs.dcentwallet.com/dcent-biometric-wallet-for-pc.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.
