# Configuration File Compare

The configuration file compare module enables users to analyze device configurations by highlighting the differences between current and previous versions. This feature facilitates the swift identification of intentional and accidental changes, aiding in troubleshooting and ensuring policy adherence.&#x20;

## **What you see on the screen**

Select any two configurations and Click full screen to compare Configurations:

* Click the compare icon from the comparison window to toggle between displaying the difference between configurations and all configurations.
* Export the result into a PDF.
* Click on the cross icon to close the result window.

{% hint style="info" %}
**Note:** The configuration file supports only the following formats: txt, cfg, and conf. The maximum file size is 2 MB, and the aspect ratio must be 4:1.
{% endhint %}


---

# 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.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/it-operations/network-configuration/configuration-file-compare.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.
