> For the complete documentation index, see [llms.txt](https://docs.redefine.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.redefine.dev/configuration/selection-modes/prioritize.md).

# Prioritize

In Prioritize mode, Redefine reorders the tests based on their relevance, enabling faster feedback when used in conjunction with the [AI Slack Notifications](/integrations/ai-slack-notifications.md). This prioritization ensures that critical or high-priority tests are executed earlier in the testing process, which results in quicker feedback time for developers.

```bash
redefine install --prioritize --<testing_framework>
```
