# Tracking Fixes for Releases

If you believe a bug needs to be addressed in a release, follow these steps:

1. **Set the Tracking Flag**
   * Use `?` to nominate the bug for tracking for the specific Thunderbird version
   * Provide a justification explaining why the bug needs to be addressed in the release.
2. **Mark the Status Flag**
   * Set the corresponding version status flag to `affected`.

Release Management will review bugs nominated for tracking. If they agree that the bug requires investigation for the release, they will change the tracking flag from `?` to `+`.


---

# 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://developer.thunderbird.net/releases/tracking-fixes.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.
