# General Settings

This section allows users to manage basic settings such as email sender identity, user group access in comments, and access token expiry duration.

## **1. Single Sender Identity**

If this option is enabled, the sender's identity (their email ID) is hidden while comment notifications and approval email IDs are sent using a single FROM address. When this is disabled, the approval emails and comment notifications are sent using the respective user's email address.

<figure><img src="/files/XwHgXNkUKSzqSNBGXWrM" alt=""><figcaption><p>Single sender identity</p></figcaption></figure>

## **2. Comments**

This option enables or disables the addition of organization groups to the users list for commenting purposes. When you click **Enable**, a Microsoft O365 screen appears. Admin privileges are required to provide consent, whether this can be enabled or disabled.&#x20;

After enabling, you can mention or tag organization groups in comments.

<figure><img src="/files/gQKhKTqmHKW9BgB37ioa" alt=""><figcaption><p>Adding org groups in comments</p></figcaption></figure>

## 3. Configurable Expiration Times

EDITable allows you to set the time limit for access and refresh tokens.

**Access Token:** EDITable generates an access token when you login. These tokens act as keys that allow users to access EDITable without repeated login requests. This token's expiry time limit can be configured here in minutes.&#x20;

**Refresh Token:** Here, you can set the time limit for the refresh token. The refresh token provides users with extended login times without the need for regular re-authentications. The access tokens will be refreshed automatically in the backend, provided they are within the configured refresh token expiry limit. After the time limit, there is a new set of access and refresh tokens for a user.

<figure><img src="/files/x0X8gqP6FKLYC47o9tNB" alt=""><figcaption><p>Access and refresh tokens duration</p></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.inforiver.com/editable/admin-portal-and-editable-console/admin-portal/settings/general-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.
