# Server Settings

### Grooming

ARKSSPR accumulates all activities in its database. System administrators can report this data. How long this data can be kept in the database can be adjusted under Grooming settings. With grooming, data stored in the database can be automatically deleted in the background.

The most basic criterion in grooming settings is not to occupy the database for a long time in mass data deletion and to prevent the log from growing.

#### Data Age (Day)

It is determined how many days the data will be kept in the database. Data older than this day will begin to be deleted. Minimum value is 10 days and maximum value is 4000 days.

#### Period (Minute)

Data deletion takes place every few minutes. Minimum value is 60 minutes and maximum value is 1440 minutes.

#### Number of Records to be Deleted

The maximum number of data to be deleted in each period is determined. Minimum value is 1.000 records and maximum value is 1.000.000 records.

#### Enabled

You can turn the grooming process on or off. If it is turned off, grooming will not be performed and the data will be stored forever.

<figure><img src="/files/RlMh9sjAFTJOFOwt9aV0" 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.arksspr.com/master/administration/settings/general-settings/server-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.
