# Products

- [Wallet Rescue](https://hackless.gitbook.io/hackless-docs/products/wallet-rescue.md): Save assets from the compromised wallets
- [Intro](https://hackless.gitbook.io/hackless-docs/products/wallet-rescue/intro.md)
- [Types of transactions](https://hackless.gitbook.io/hackless-docs/products/wallet-rescue/types-of-transactions.md)
- [Native Token Transfer](https://hackless.gitbook.io/hackless-docs/products/wallet-rescue/types-of-transactions/native-token-transfer.md)
- [Token Transfer](https://hackless.gitbook.io/hackless-docs/products/wallet-rescue/types-of-transactions/token-transfer.md)
- [NFT: ERC-721/ERC-1155](https://hackless.gitbook.io/hackless-docs/products/wallet-rescue/types-of-transactions/nft-erc-721-erc-1155.md)
- [HEX Data Tx](https://hackless.gitbook.io/hackless-docs/products/wallet-rescue/types-of-transactions/hex-data-tx.md)
- [Signed Raw Tx](https://hackless.gitbook.io/hackless-docs/products/wallet-rescue/types-of-transactions/signed-raw-tx.md)
- [Basic flow](https://hackless.gitbook.io/hackless-docs/products/wallet-rescue/basic-flow.md)
- [Payments](https://hackless.gitbook.io/hackless-docs/products/wallet-rescue/payments.md)
- [RPG Bot](https://hackless.gitbook.io/hackless-docs/products/rpg-bot.md): Rug Pull Guard telegram bot
- [Intro](https://hackless.gitbook.io/hackless-docs/products/rpg-bot/intro.md)
- [Setting up the bot](https://hackless.gitbook.io/hackless-docs/products/rpg-bot/setting-up-the-bot.md)
- [Monitoring and detection](https://hackless.gitbook.io/hackless-docs/products/rpg-bot/monitoring-and-detection.md)
- [RPG response example](https://hackless.gitbook.io/hackless-docs/products/rpg-bot/rpg-response-example.md)
- [Anti-Sandwich](https://hackless.gitbook.io/hackless-docs/products/anti-sandwich.md)
- [Intro](https://hackless.gitbook.io/hackless-docs/products/anti-sandwich/intro.md)
- [Basic flow](https://hackless.gitbook.io/hackless-docs/products/anti-sandwich/basic-flow.md)
- [Payment transaction](https://hackless.gitbook.io/hackless-docs/products/anti-sandwich/payment-transaction.md)
- [Swap settings](https://hackless.gitbook.io/hackless-docs/products/anti-sandwich/swap-settings.md)
- [Custom tokens](https://hackless.gitbook.io/hackless-docs/products/anti-sandwich/custom-tokens.md)
- [Troubleshooting](https://hackless.gitbook.io/hackless-docs/products/anti-sandwich/troubleshooting.md)
- [Token not found](https://hackless.gitbook.io/hackless-docs/products/anti-sandwich/troubleshooting/token-not-found.md)
- [Insufficient liquidity](https://hackless.gitbook.io/hackless-docs/products/anti-sandwich/troubleshooting/insufficient-liquidity.md)
- [Insufficient asset balance](https://hackless.gitbook.io/hackless-docs/products/anti-sandwich/troubleshooting/insufficient-asset-balance.md)
- [The price is unknown](https://hackless.gitbook.io/hackless-docs/products/anti-sandwich/troubleshooting/the-price-is-unknown.md)
- [Processing transaction error](https://hackless.gitbook.io/hackless-docs/products/anti-sandwich/troubleshooting/processing-transaction-error.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://hackless.gitbook.io/hackless-docs/products.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.
