# Loan Calculator (pro feature)

The **Loan Calculator** tab allows you to configure the default values and settings for calculating loan payments on vehicle listings. These settings give users an easy way to estimate monthly payments based on the vehicle price, interest rate, loan term, and down payment. You can reach the tab by following **WP Dashboard > Listing Page Details > Loan Calculator.** Here is the overview of the tab:

<figure><img src="https://3691894799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhdEQqDAl80vVzOxJm8Us%2Fuploads%2FDzcoSm2sF3123muC7Rl9%2Fimage.png?alt=media&#x26;token=ad6bc5f6-2afd-49d8-adb2-0ac67f39e7f6" alt=""><figcaption><p>Overview of the Loan Calculator tab</p></figcaption></figure>

**The loan amount is calculated via the following formula:**

$$
EMI=(P×r×(1+r) ^n
)/((1+r) ^n
−1)
$$

Where:

* **EMI** = Equated Monthly Installment
* **P** = Down payment amount
* **r** = Default Interest Rate
* **n** = Default Month Period

<figure><img src="https://3691894799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhdEQqDAl80vVzOxJm8Us%2Fuploads%2F26wM4FJXAR8R2sdnE4ET%2Fimage.png?alt=media&#x26;token=f49da0ab-c6d8-4ec5-b947-ee3a6e7dad79" alt=""><figcaption><p>Example of Loan Calculator on <a href="">Listing Page</a></p></figcaption></figure>

### **Default Interest Rate**

<figure><img src="https://3691894799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhdEQqDAl80vVzOxJm8Us%2Fuploads%2FSbrAyCEuxYGPvx103i1H%2Fimage.png?alt=media&#x26;token=be67d4d5-7b21-4338-a94f-83ce0df4c3a0" alt=""><figcaption></figcaption></figure>

This setting allows you to define the default interest rate used in the loan calculations. The interest rate is expressed as a percentage and will be applied to all loan calculations unless modified by the user.&#x20;

### **Default Loan Term**

<figure><img src="https://3691894799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhdEQqDAl80vVzOxJm8Us%2Fuploads%2FRg50n1yNLCNsZaeNRQYD%2Fimage.png?alt=media&#x26;token=7217757d-cdc5-4528-b094-b65de26f2a7e" alt=""><figcaption></figcaption></figure>

Here, you can specify the default loan term in months. This determines the duration over which the loan will be paid.&#x20;

### **Default Down Payment Method**

<figure><img src="https://3691894799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhdEQqDAl80vVzOxJm8Us%2Fuploads%2FEeaU7I7QqDGUzneEWzTQ%2Fimage.png?alt=media&#x26;token=7fac9535-c2d0-4c59-adbe-b1e8df75c743" alt=""><figcaption></figcaption></figure>

This setting allows you to choose the default method for calculating the down payment:

* **Static -** Users will enter a fixed amount for the down payment.
* **Percent -** The down payment will be calculated as a percentage of the vehicle's total price.

### **Down Payment Amount**

<figure><img src="https://3691894799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhdEQqDAl80vVzOxJm8Us%2Fuploads%2FTSnoHxyYj7cHzcvfja6N%2Fimage.png?alt=media&#x26;token=3451ba77-d60f-4866-b1fe-bca97988186a" alt=""><figcaption></figcaption></figure>

If you’ve selected the [**Static**](#default-down-payment-method) method, this field allows you to set the default down payment amount.&#x20;

### **Down Payment Percent**

<figure><img src="https://3691894799-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FhdEQqDAl80vVzOxJm8Us%2Fuploads%2FqXDF23JRWNKGBB22yj6E%2Fimage.png?alt=media&#x26;token=2be37301-60cc-42ce-895b-d4c10975b5eb" alt=""><figcaption></figcaption></figure>

If you’ve selected the [**Percent**](#default-down-payment-method) method for the down payment, you can enter the percentage to be paid upfront.&#x20;


---

# 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.stylemixthemes.com/motors-car-dealer-classifieds-and-listing/single-listing/listing-page-details/loan-calculator-pro-feature.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.
