# Rewind / Replay

- [Replay Using References](https://www.csvpath.org/topics/how-tos/rewind-replay/replay-using-references.md): Options for when you need to rerun a named-path group
- [Doing rewind / replay, part 1](https://www.csvpath.org/topics/how-tos/rewind-replay/doing-rewind-replay-part-1.md): How to start a run from an intermediate point in a past run
- [Doing rewind / replay, part 2](https://www.csvpath.org/topics/how-tos/rewind-replay/doing-rewind-replay-part-2.md): Can we achieve the same goals using only the CLI? Yes!
- [Referring to named-file versions](https://www.csvpath.org/topics/how-tos/rewind-replay/referring-to-named-file-versions.md): It's common to need to rerun an older file version again -- and easy to do.


---

# 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://www.csvpath.org/topics/how-tos/rewind-replay.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.
