# Mercury Documentation

## Mercury Documentation

- [Genaral Info](https://docs.mercurydata.app/genaral-info.md)
- [Pricing](https://docs.mercurydata.app/genaral-info/pricing.md)
- [Endpoints](https://docs.mercurydata.app/genaral-info/endpoints.md)
- [Access & Contact](https://docs.mercurydata.app/genaral-info/access.md)
- [Service availability](https://docs.mercurydata.app/genaral-info/service-availability.md)
- [Introduction to Retroshades](https://docs.mercurydata.app/retroshades/introduction-to-retroshades.md): Want to get started with retroshades? You are in the right place.
- [Get Started](https://docs.mercurydata.app/retroshades/get-started.md)
- [Importing the Retroshades SDK](https://docs.mercurydata.app/retroshades/get-started/importing-the-retroshades-sdk.md)
- [Writing and Emitting Retroshades](https://docs.mercurydata.app/retroshades/get-started/writing-and-emitting-retroshades.md)
- [Deploying to Mercury Retroshades](https://docs.mercurydata.app/retroshades/get-started/deploying-to-mercury-retroshades.md)
- [Querying Retroshades](https://docs.mercurydata.app/retroshades/get-started/querying-retroshades.md)
- [Monitoring Execution](https://docs.mercurydata.app/retroshades/get-started/monitoring-execution.md)
- [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)
- [Webhooks](https://docs.mercurydata.app/mercury-classic/webhooks.md)
- [Mercury RPC](https://docs.mercurydata.app/rpc/mercury-rpc.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information, you can query the documentation dynamically by asking a question.
Perform an HTTP GET request on a page URL with the `ask` query parameter:
```
GET https://docs.mercurydata.app/genaral-info.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.
