# TUTORIALS

- [Zephyr](https://docs.mercurydata.app/tutorials/zephyr.md)
- [Self-hosting Zephyr](https://docs.mercurydata.app/tutorials/zephyr/self-hosting-zephyr.md): Self‑Hosting Mercury Zephyr: A Step‑by‑Step Tutorial
- [No-RPC Dapp](https://docs.mercurydata.app/tutorials/zephyr/no-rpc-dapp.md)
- [Indexing a DeFi liquidity pool (Blend)](https://docs.mercurydata.app/tutorials/zephyr/indexing-a-defi-liquidity-pool-blend.md)
- [Building a Secure DeFi Real-Time Bot Through Smart Accounts](https://docs.mercurydata.app/tutorials/zephyr/building-a-secure-defi-real-time-bot-through-smart-accounts.md)
- [Monitoring Large Deposits with Zephyr and Sending Web Alerts](https://docs.mercurydata.app/tutorials/zephyr/monitoring-large-deposits-with-zephyr-and-sending-web-alerts.md)
- [Mercury Classic](https://docs.mercurydata.app/tutorials/mercury-classic.md)
- [Index and query contract events](https://docs.mercurydata.app/tutorials/mercury-classic/index-and-query-contract-events.md): Learn how to work with contract events in your application on Soroban in a step by step tutorial by creating a list of all transfers for a token contract.


---

# 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.mercurydata.app/tutorials.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.
