# Resmic

## Resmic

- [Resmic SDK](https://docs.resmic.com/resmic-sdk.md): Scale Secure Decentralise
- [Introduction](https://docs.resmic.com/resmic-sdk/introduction.md): Decentralise Payment Infrastructure
- [Overview](https://docs.resmic.com/resmic-sdk/introduction/overview.md): Key features
- [Getting Started](https://docs.resmic.com/resmic-sdk/getting-started.md)
- [Installation](https://docs.resmic.com/resmic-sdk/getting-started/installation.md): Component installation
- [Usage](https://docs.resmic.com/resmic-sdk/getting-started/usage.md)
- [CryptoPayment](https://docs.resmic.com/resmic-sdk/getting-started/usage/cryptopayment.md)
- [For Starknet](https://docs.resmic.com/resmic-sdk/getting-started/usage/for-starknet.md): Resmic Component for Starknet Blockchain
- [For EVM](https://docs.resmic.com/resmic-sdk/getting-started/usage/for-evm.md): Resmic Component for EVM Compatible Blockchain
- [Reference](https://docs.resmic.com/resmic-sdk/getting-started/reference.md): Props for component
- [Support](https://docs.resmic.com/resmic-sdk/support.md): Resmic currently supports following Blockchains, Tokens & Wallets
- [Blockchain](https://docs.resmic.com/resmic-sdk/support/blockchain.md): Supported Blockchains
- [Tokens](https://docs.resmic.com/resmic-sdk/support/tokens.md): List of supported tokens
- [Wallets](https://docs.resmic.com/resmic-sdk/support/wallets.md): Supported blockchain by Resmic
- [Demo](https://docs.resmic.com/resmic-sdk/demo.md)
- [Sample React app](https://docs.resmic.com/resmic-sdk/demo/sample-react-app.md)
- [Whitepaper](https://docs.resmic.com/resmic-sdk/whitepaper.md)
- [Github](https://docs.resmic.com/resmic-sdk/whitepaper/github.md)
- [Contact](https://docs.resmic.com/resmic-sdk/contact.md)
- [Resmic Pro](https://docs.resmic.com/resmic-pro.md): Scale Secure Decentralise
- [Introduction to Resmic Pro](https://docs.resmic.com/resmic-pro/introduction-to-resmic-pro.md): Overview
- [Getting Started](https://docs.resmic.com/resmic-pro/getting-started.md): Getting Started with Resmic Pro
- [API Authentications & Security](https://docs.resmic.com/resmic-pro/api-authentications-and-security.md): Generate APIs & Start accepting Crypto!
- [Payment Integration](https://docs.resmic.com/resmic-pro/payment-integration.md)
- [Order Status](https://docs.resmic.com/resmic-pro/order-status.md): Endpoint elaborates on how you can check the Order Status of the payment.
- [Transaction Details](https://docs.resmic.com/resmic-pro/transaction-details.md): Endpoint to get transaction details.
- [Webhooks & Notifications](https://docs.resmic.com/resmic-pro/webhooks-and-notifications.md)
- [Supported Chains & Tokens](https://docs.resmic.com/resmic-pro/supported-chains-and-tokens.md)
- [iFrame](https://docs.resmic.com/resmic-pro/iframe.md): Easily embed the payment flow in your website using the following iFrame
- [Demo](https://docs.resmic.com/resmic-pro/demo.md)
- [Sample React app](https://docs.resmic.com/resmic-pro/demo/sample-react-app.md)
- [Failed Transactions & Stuck Payments](https://docs.resmic.com/resmic-pro/failed-transactions-and-stuck-payments.md): If you experience a failed or stuck payment, you can raise a support request, and our team will verify and assist you in resolving the issue.
- [Contact](https://docs.resmic.com/resmic-pro/contact.md)
- [Quick Payments](https://docs.resmic.com/quick-payments.md): Scale Secure Decentralise
- [Quick Links](https://docs.resmic.com/quick-payments/quick-links.md): Overview
- [Getting Started](https://docs.resmic.com/quick-payments/quick-links/getting-started.md)
- [Sharing Quick Links](https://docs.resmic.com/quick-payments/quick-links/sharing-quick-links.md): Received URL
- [Errors](https://docs.resmic.com/quick-payments/quick-links/errors.md): Resmic is aware of the following errors and we are actively working on resolving them to ensure a seamless user experience.
- [Invocie](https://docs.resmic.com/quick-payments/invocie.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, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.resmic.com/resmic-sdk.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.
