# Clique Wallet

- [What is Clique Wallet?](https://docs.clique.tech/clique-wallet/what-is-clique-wallet.md)
- [Key Concepts](https://docs.clique.tech/clique-wallet/what-is-clique-wallet/key-concepts.md)
- [Supported Chains](https://docs.clique.tech/clique-wallet/what-is-clique-wallet/supported-chains.md)
- [How It Works](https://docs.clique.tech/clique-wallet/what-is-clique-wallet/how-it-works.md)
- [Getting Started](https://docs.clique.tech/clique-wallet/getting-started.md)
- [For Users](https://docs.clique.tech/clique-wallet/getting-started/for-users.md)
- [SDK Integration](https://docs.clique.tech/clique-wallet/getting-started/sdk-integration.md)
- [REST API Integration](https://docs.clique.tech/clique-wallet/getting-started/rest-api-integration.md): Authenticate a user and fetch their wallets.
- [Features & Capabilities](https://docs.clique.tech/clique-wallet/features-and-capabilities.md)
- [Multiple Chains](https://docs.clique.tech/clique-wallet/features-and-capabilities/multiple-chains.md)
- [Multiple Wallets](https://docs.clique.tech/clique-wallet/features-and-capabilities/multiple-wallets.md)
- [Account Binding](https://docs.clique.tech/clique-wallet/features-and-capabilities/account-binding.md)
- [Transaction Signing](https://docs.clique.tech/clique-wallet/features-and-capabilities/transaction-signing.md)
- [Parameter-Based Transaction Building](https://docs.clique.tech/clique-wallet/features-and-capabilities/parameter-based-transaction-building.md)
- [API Keys and Programmatic Access](https://docs.clique.tech/clique-wallet/features-and-capabilities/api-keys-and-programmatic-access.md)
- [Export Private Keys](https://docs.clique.tech/clique-wallet/features-and-capabilities/export-private-keys.md)
- [Account Management](https://docs.clique.tech/clique-wallet/features-and-capabilities/account-management.md)
- [Security](https://docs.clique.tech/clique-wallet/security.md): Overview
- [Threat Model](https://docs.clique.tech/clique-wallet/security/threat-model.md)
- [TEE & Intel SGX](https://docs.clique.tech/clique-wallet/security/tee-and-intel-sgx.md)
- [Data Protection & Encryption](https://docs.clique.tech/clique-wallet/security/data-protection-and-encryption.md)
- [Authentication & Authorization](https://docs.clique.tech/clique-wallet/security/authentication-and-authorization.md)
- [Compliance](https://docs.clique.tech/clique-wallet/security/compliance.md)
- [SDK & API Reference](https://docs.clique.tech/clique-wallet/sdk-and-api-reference.md)
- [FAQ](https://docs.clique.tech/clique-wallet/faq.md)
- [Troubleshooting](https://docs.clique.tech/clique-wallet/faq/troubleshooting.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://docs.clique.tech/clique-wallet.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.
