# Engines prioritization while using AI-check kit while proofreading

When multiple engines can report an issue, results are prioritized.

Priorities are defined in the selected **check kit**.

To see where and how priorities are configured, use [Check kits](/v6.12.0/deployment/configuration/application-server/check-kits.md).

### How priority works

Each engine node inside a check kit can have a `Priority` attribute.

Higher number means higher priority.

### Default priority order for AI check kits

This is the typical order used by `ai_lt_hs1` kits:

1. Style guide (highest)
2. Neural (AI)
3. LanguageTool
4. Hunspell (lowest)

This order is applied consistently for languages that ship with AI check kits.

It includes English dialects and languages like German and Spanish.

### Related pages

* [Check kits](/v6.12.0/deployment/configuration/application-server/check-kits.md)


---

# 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.wproofreader.com/v6.12.0/faq/technical/languages/engines-prioritization-while-using-ai-check-kit-while-proofreading.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.
