# Hotfixes

Usually a hotfix takes priority and it will be deployed to the test environment. Testing and verification of the hotfix is guided by a checklist that could reside either on the issue or the corresponding pull request. Once fix has been verified, smoke tests are then run guided by the [smoke testing suite for platform](https://ushahidi.ontestpad.com/script/30#//). Once these tests pass, then the hotfix is merged into production.


---

# 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.ushahidi.com/platform-developer-documentation/dev-legacy-v3/qa-and-testing/hotfixes.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.
