# Developer Guides

- [System Architecture](https://docs.offblocks.xyz/developer-guides/system-architecture.md)
- [API Integration](https://docs.offblocks.xyz/developer-guides/api-integration.md)
- [Getting Started](https://docs.offblocks.xyz/developer-guides/api-integration/getting-started.md)
- [Postman](https://docs.offblocks.xyz/developer-guides/api-integration/postman.md)
- [Authentication](https://docs.offblocks.xyz/developer-guides/api-integration/authentication.md)
- [Request Signatures](https://docs.offblocks.xyz/developer-guides/api-integration/request-signatures.md)
- [Idempotency](https://docs.offblocks.xyz/developer-guides/api-integration/idempotency.md)
- [Blockchain Identifiers](https://docs.offblocks.xyz/developer-guides/api-integration/blockchain-identifiers.md)
- [Blockchain Updates](https://docs.offblocks.xyz/developer-guides/api-integration/blockchain-updates.md)
- [Sign in With X](https://docs.offblocks.xyz/developer-guides/api-integration/sign-in-with-x.md)
- [Fees](https://docs.offblocks.xyz/developer-guides/api-integration/fees.md)
- [Simulator](https://docs.offblocks.xyz/developer-guides/api-integration/simulator.md)
- [API Reference](https://docs.offblocks.xyz/developer-guides/api-integration/api-reference.md)
- [Customers](https://docs.offblocks.xyz/developer-guides/api-integration/api-reference/customers.md): API reference for customer-related endpoints
- [Accounts](https://docs.offblocks.xyz/developer-guides/api-integration/api-reference/accounts.md): API reference for account-related endpoints
- [Cards](https://docs.offblocks.xyz/developer-guides/api-integration/api-reference/cards.md): API reference for card-related endpoints
- [Transactions](https://docs.offblocks.xyz/developer-guides/api-integration/api-reference/transactions.md)
- [Webhooks](https://docs.offblocks.xyz/developer-guides/api-integration/api-reference/webhooks.md): API reference for webhook-related endpoints
- [Simulator](https://docs.offblocks.xyz/developer-guides/api-integration/api-reference/simulator.md)
- [Engine](https://docs.offblocks.xyz/developer-guides/api-integration/api-reference/engine.md)
- [States and Transitions](https://docs.offblocks.xyz/developer-guides/api-integration/states-and-transitions.md)
- [Customer States](https://docs.offblocks.xyz/developer-guides/api-integration/states-and-transitions/customer-states.md)
- [Account States](https://docs.offblocks.xyz/developer-guides/api-integration/states-and-transitions/account-states.md)
- [Card States](https://docs.offblocks.xyz/developer-guides/api-integration/states-and-transitions/card-states.md)
- [Authorisation States](https://docs.offblocks.xyz/developer-guides/api-integration/states-and-transitions/authorisation-states.md)
- [Transaction States](https://docs.offblocks.xyz/developer-guides/api-integration/states-and-transitions/transaction-states.md)
- [Smart Contracts](https://docs.offblocks.xyz/developer-guides/smart-contracts.md)
- [OffBlocksEscrow.sol](https://docs.offblocks.xyz/developer-guides/smart-contracts/offblocksescrow.sol.md): Protocol documentation for the OffBlocksEscrow.sol smart contract.
- [OffBlocksSmartWalletFactory.sol](https://docs.offblocks.xyz/developer-guides/smart-contracts/offblockssmartwalletfactory.sol.md): Protocol documentation for the OffBlocksSmartWalletFactory.sol smart contract.
- [OffBlocksSmartWallet.sol](https://docs.offblocks.xyz/developer-guides/smart-contracts/offblockssmartwallet.sol.md): Protocol documentation for the OffBlocksSmartWallet.sol smart contract.
- [PendingWithdrawal.sol](https://docs.offblocks.xyz/developer-guides/smart-contracts/pendingwithdrawal.sol.md): Protocol documentation for the PendingWithdrawal.sol smart contract.
- [Interfaces](https://docs.offblocks.xyz/developer-guides/smart-contracts/interfaces.md)
- [Step-by-step Guide](https://docs.offblocks.xyz/developer-guides/step-by-step-guide.md)
- [API Credentials](https://docs.offblocks.xyz/developer-guides/step-by-step-guide/api-credentials.md)
- [Authentication](https://docs.offblocks.xyz/developer-guides/step-by-step-guide/authentication.md)
- [Request Preparation](https://docs.offblocks.xyz/developer-guides/step-by-step-guide/request-preparation.md)
- [Customer Creation](https://docs.offblocks.xyz/developer-guides/step-by-step-guide/customer-creation.md)
- [Customer Verification](https://docs.offblocks.xyz/developer-guides/step-by-step-guide/customer-verification.md)
- [Account Creation](https://docs.offblocks.xyz/developer-guides/step-by-step-guide/account-creation.md)
- [Card Issuance](https://docs.offblocks.xyz/developer-guides/step-by-step-guide/card-issuance.md)
- [Card Authorisations](https://docs.offblocks.xyz/developer-guides/step-by-step-guide/card-authorisations.md)
- [Webhooks](https://docs.offblocks.xyz/developer-guides/step-by-step-guide/webhooks.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.offblocks.xyz/developer-guides.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.
