# Settings

## **Introduction**

The Settings page in Autom Mate provides administrators with the ability to configure global settings and personalize their experience. This guide outlines the steps to adjust settings such as language, date format, webserver ports, SSL certificate import, and mail server configurations.

{% embed url="<https://youtu.be/eLhc6O6rX4Q>" %}

***

## [Personalization](/userguide/product-features/settings/personalization.md)

Allows users to customize the interface settings such as language and date format.

## [Port & SSL](/userguide/product-features/settings/port-and-ssl.md)

Manages server port configurations and SSL certificates for secure connections. Navigate to the Port menu to modify webserver, mate agent, or service ports. Enable HTTPS access and import SSL certification using the following steps:

{% stepper %}
{% step %}
Toggle the SSL button to enable SSL configuration.
{% endstep %}

{% step %}
Click on the "Choose File" button under SSL Certification.
{% endstep %}

{% step %}
Select the SSL certificate file from your system.
{% endstep %}

{% step %}
Enter the password associated with the SSL certificate.
{% endstep %}

{% step %}
Validate the certificate and password by clicking the "Validate" button.
{% endstep %}
{% endstepper %}

## [Mail Server](/userguide/product-features/settings/mail-server.md)

Configures the settings for the email server used by the application. This includes sending alert and critical notifications to specific email addresses. Key settings include:

* **Server Name**: Name of the email server.
* **PORT/SSL**: Port number and SSL settings.
* **Sender Name**: Name displayed as the sender.
* **Sender Email Address**: Email address used for sending notifications.
* **Email Type**: Type of email (e.g., SMTP).
* **Enable TLS**: Option to enable TLS for secure email transmission.
* **Requires Authentication**: Option to require authentication for sending emails.
* **Testing Email Sending**: Test the email configuration by sending a test email.

## [License](/userguide/product-features/settings/license.md)

Displays and manages the software license details and validation. This includes company name, license number, number of automations allowed, support email address, license type, expiration date, and options to add and validate a license file.

## [Log Retention](/userguide/product-features/settings/log-retention.md)

Sets the duration for which logs are stored before being deleted. This helps in managing storage and ensuring compliance with data retention policies.


---

# 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.autommate.com/userguide/product-features/settings.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.
