# Tardis Machine

- [Quickstart](https://docs.tardis.dev/tardis-machine/quickstart.md): Install via Docker or npm and run your first replay
- [Replaying Historical Data](https://docs.tardis.dev/tardis-machine/replaying-historical-data.md): HTTP and WebSocket replay endpoints with options and response formats
- [Streaming Real-Time Data](https://docs.tardis.dev/tardis-machine/streaming-real-time-data.md): WebSocket endpoint for consolidated real-time normalized market data streaming
- [Data Types](https://docs.tardis.dev/tardis-machine/data-types.md): Normalized schemas for trade, book\_change, book\_snapshot and more


---

# 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.tardis.dev/tardis-machine.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.
