# Prioritize

In Prioritize mode, Redefine reorders the tests based on their relevance, enabling faster feedback when used in conjunction with the [ai-slack-notifications](https://docs.redefine.dev/integrations/ai-slack-notifications "mention"). 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>
```
