# How to do a mini-retrospective

In the spirit of iteration and continuous improvement, after hitting a significant or repeated issue, we should write a mini-retrospective and share it with the team. This should take 5-10 minutes to prepare.

Following the resolution, the person with the most knowledge of the issue should send an email to the group with the following summary:

1. What was the issue?
2. What might be done to improve our outcomes in the future?
3. What are we changing in our process and/or documentation (if anything) to improve future outcomes?

By taking a moment to reflect, we have the opportunity to uplevel, and create lasting change and improvement.


---

# 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://handbook.mattermost.com/company/how-to-guides-for-staff/how-to-do-a-post-escalation-post-mortem.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.
