# Simulate Webhooks

- [Fiat received (onramp)](https://docs.localramp.co/test-integration/simulate-webhooks/fiat-received-onramp.md): Simulate fiat deposit event
- [Crypto Sent (onramp)](https://docs.localramp.co/test-integration/simulate-webhooks/crypto-sent-onramp.md): Simulate crypto sent event
- [Sell completed (offramp)](https://docs.localramp.co/test-integration/simulate-webhooks/sell-completed-offramp.md): Simulate successful sell transaction
- [Sell failed (offramp)](https://docs.localramp.co/test-integration/simulate-webhooks/sell-failed-offramp.md): Simulate failed sell transaction
- [Swap completed](https://docs.localramp.co/test-integration/simulate-webhooks/swap-completed.md): Simulate successful swap transaction


---

# 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.localramp.co/test-integration/simulate-webhooks.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.
