# Mercury "Classic"

- [Introduction](https://docs.mercurydata.app/mercury-classic/introduction.md): Looking to simple yet efficient queries for Soroban data? That's the correct part of the docs.
- [Queries](https://docs.mercurydata.app/mercury-classic/queries.md): Contract events and transactions queries.
- [1. Contract Events](https://docs.mercurydata.app/mercury-classic/queries/1.-contract-events.md)
- [2. Soroban TXs](https://docs.mercurydata.app/mercury-classic/queries/2.-soroban-txs.md)
- [3. Quick Reference](https://docs.mercurydata.app/mercury-classic/queries/3.-quick-reference.md)
- [Contract Data Entry Updates](https://docs.mercurydata.app/mercury-classic/queries/contract-data-entry-updates.md): Start querying contract events
- [Stellar Operations, Balances, and Account Objects](https://docs.mercurydata.app/mercury-classic/queries/stellar-operations-balances-and-account-objects.md): Query Stellar classic.
- [Webhooks](https://docs.mercurydata.app/mercury-classic/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.mercurydata.app/mercury-classic.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.
