# Product Overview

- [Key Concepts](https://docs.krypcore.com/dev-docs/product-overview/key-concepts.md)
- [Unified SDK / APIs](https://docs.krypcore.com/dev-docs/product-overview/unified-sdk-apis.md)
- [Benefits of a Unified Model](https://docs.krypcore.com/dev-docs/product-overview/unified-sdk-apis/benefits-of-a-unified-model.md)
- [KrypCore Web3 SDK](https://docs.krypcore.com/dev-docs/product-overview/unified-sdk-apis/krypcore-web3-sdk.md)
- [KrypCore Web3 APIs](https://docs.krypcore.com/dev-docs/product-overview/unified-sdk-apis/krypcore-web3-apis.md)
- [Infrastructure](https://docs.krypcore.com/dev-docs/product-overview/infrastructure.md)
- [Blockchain Endpoints](https://docs.krypcore.com/dev-docs/product-overview/infrastructure/blockchain-endpoints.md)
- [Adding network to Metamask](https://docs.krypcore.com/dev-docs/product-overview/infrastructure/blockchain-endpoints/adding-network-to-metamask.md)
- [Storage Endpoints](https://docs.krypcore.com/dev-docs/product-overview/infrastructure/storage-endpoints.md)
- [DID Service Endpoints](https://docs.krypcore.com/dev-docs/product-overview/infrastructure/did-service-endpoints.md)
- [Core Services](https://docs.krypcore.com/dev-docs/product-overview/core-services.md)
- [Wallets](https://docs.krypcore.com/dev-docs/product-overview/core-services/wallets.md)
- [Choosing the right wallet for your Dapp](https://docs.krypcore.com/dev-docs/product-overview/core-services/wallets/choosing-the-right-wallet-for-your-dapp.md)
- [Custodial Wallet](https://docs.krypcore.com/dev-docs/product-overview/core-services/wallets/custodial-wallet.md)
- [Self Managed Wallet](https://docs.krypcore.com/dev-docs/product-overview/core-services/wallets/self-managed-wallet.md)
- [MPC Wallet](https://docs.krypcore.com/dev-docs/product-overview/core-services/wallets/mpc-wallet.md)
- [Developer Wallet](https://docs.krypcore.com/dev-docs/product-overview/core-services/wallets/developer-wallet.md)
- [Smart Contract Wallet](https://docs.krypcore.com/dev-docs/product-overview/core-services/wallets/smart-contract-wallet.md)
- [Smart Contracts](https://docs.krypcore.com/dev-docs/product-overview/core-services/smart-contracts.md)
- [Deploy from Templates](https://docs.krypcore.com/dev-docs/product-overview/core-services/smart-contracts/deploy-from-templates.md)
- [Templates Explained](https://docs.krypcore.com/dev-docs/product-overview/core-services/smart-contracts/deploy-from-templates/templates-explained.md)
- [ERC 20](https://docs.krypcore.com/dev-docs/product-overview/core-services/smart-contracts/deploy-from-templates/templates-explained/erc-20.md)
- [ERC 721](https://docs.krypcore.com/dev-docs/product-overview/core-services/smart-contracts/deploy-from-templates/templates-explained/erc-721.md)
- [ERC 1155](https://docs.krypcore.com/dev-docs/product-overview/core-services/smart-contracts/deploy-from-templates/templates-explained/erc-1155.md)
- [ERC20DAO Token](https://docs.krypcore.com/dev-docs/product-overview/core-services/smart-contracts/deploy-from-templates/templates-explained/erc20dao-token.md)
- [TokenERC20](https://docs.krypcore.com/dev-docs/product-overview/core-services/smart-contracts/deploy-from-templates/templates-explained/tokenerc20.md)
- [Deploy your own contract](https://docs.krypcore.com/dev-docs/product-overview/core-services/smart-contracts/deploy-your-own-contract.md)
- [Deploy Contract](https://docs.krypcore.com/dev-docs/product-overview/core-services/smart-contracts/deploy-contract.md)
- [Load Contract](https://docs.krypcore.com/dev-docs/product-overview/core-services/smart-contracts/load-contract.md)
- [NFT](https://docs.krypcore.com/dev-docs/product-overview/core-services/nft.md)
- [Creating a collection](https://docs.krypcore.com/dev-docs/product-overview/core-services/nft/creating-a-collection.md)
- [Minting NFTs](https://docs.krypcore.com/dev-docs/product-overview/core-services/nft/minting-nfts.md)
- [FT](https://docs.krypcore.com/dev-docs/product-overview/core-services/ft.md)
- [Creating an ERC-20 token](https://docs.krypcore.com/dev-docs/product-overview/core-services/ft/creating-an-erc-20-token.md)
- [DIDs](https://docs.krypcore.com/dev-docs/product-overview/core-services/dids.md)
- [Storage](https://docs.krypcore.com/dev-docs/product-overview/core-services/storage.md)
- [Add on Services](https://docs.krypcore.com/dev-docs/product-overview/add-on-services.md)
- [Datalake](https://docs.krypcore.com/dev-docs/product-overview/add-on-services/datalake.md)
- [Gasless](https://docs.krypcore.com/dev-docs/product-overview/add-on-services/gasless.md)
- [Integration Steps](https://docs.krypcore.com/dev-docs/product-overview/add-on-services/gasless/integration-steps.md)
- [Considerations and Best Practices](https://docs.krypcore.com/dev-docs/product-overview/add-on-services/gasless/considerations-and-best-practices.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.krypcore.com/dev-docs/product-overview.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.
