# Configuration

Once you have successfully installed the extension, go to **Stores** -> **Configuration** and navigate to Review reminder and configure the extension for use. Here you can find various settings for the extension.

<figure><img src="/files/8Ci1dWbtqLXU8wxsDwnx" alt=""><figcaption></figcaption></figure>

* **Review Reminder:** Enable or disable extension from here.
* **Send Review Email After:** Here enter the number of days to send review reminder mail once an order is completed successfully.
* **Email Template:** From Here you can choose an email template that you want to use for a review reminder email.
* **Email Sender:** Using this dropdown you can pick sender from whom you want to use as email sender for review reminder.

**Cron Set up**

The Extension uses cron job to send review reminder email automatically to the store customer after a defined days. By default, an extension cron job runs at every 15 mins you can manually change cron check time by adding time here.

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


---

# 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.magecomp.com/magento-2-review-reminder-extension/configuration.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.
