> For the complete documentation index, see [llms.txt](https://docs.trymito.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.trymito.io/misc/release-notes/october-31-2022-replay-analysis-improvements.md).

# October 31, 2022: Replay Analysis Improvements

It is now easy to apply an existing analysis to new data, all from within Mito. This makes creating repeatable reports a breeze!

Imagine an analyst has created some pivot tables analyzing portfolio returns on the dataset `march_returns.txt`. Now, they'd like to create the same pivot tables with the dataset `april_returns.txt`. Changing the imported dataset and reapplying the same analysis steps is now easy within Mito, and so recreating these pivot tables takes just seconds.

<figure><img src="/files/r3X58zFi9RZtIyxZ8bJD" alt=""><figcaption></figcaption></figure>

See documentation for this feature here:

{% content-ref url="/pages/wGDDcb1vzffWBxW5g4Rd" %}
[Changing Imported Data](/how-to/changing-imported-data.md)
{% endcontent-ref %}


---

# 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 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.trymito.io/misc/release-notes/october-31-2022-replay-analysis-improvements.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.
