# Tools

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

(1). **Import SMTP Settings:** This option allows you to import SMTP configurations from other email plugins previously installed on your WordPress site.\
If no previous settings are detected, a message will appear stating that no SMTP settings were found.

(2). **Import Email Logs:** Use this option to import email log data from other plugins.\
If no previous logs are available, the system will display a message indicating no email logs were found.

(3). **Export Email Logs:** This section lets you export email log data into a CSV file for backup or analysis purposes.\
You can select which fields to include in the exported file.

* **General fields:** To email, From email, Subject, Time, Body, and Status.
* **Additional fields:** Mailer, Email log ID, Error details, Opened, Clicked, and Generated by.
* **Sending date:** Allows selecting a specific date range for export.
* **Filters:** Lets you define search keys and values to narrow down exported data.
* **Export logs button:** Click this button to generate and download the CSV file.

Now, you have the data needed in **CSV** file. 🎉


---

# 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.yaycommerce.com/yaysmtp/tools.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.
