# Compare Models

The **Compare Models** tool inside the **World Knowledge** tab allows users to compare two AI models side-by-side to evaluate their responses, performance, reasoning style, and output quality.

<figure><img src="/files/tvlW5Ba5idwP2u7wwJLD" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/uFu7hKhR5FFj5fsJMTak" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Once you select the best response, rest of the chat will be continued with the best response model.&#x20;

For any specific response later, you can regenrate the response with any other model as well.&#x20;
{% endhint %}

### What You Can Do with Compare Models

With the Compare Models feature, user can compare two AI models for their:

1. Knowledge Depth
2. Logical Reasoning
3. Creativity
4. Code Quality
5. Business Communication


---

# 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.empowergpt.ai/chat/compare-models.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.
