# What is GameUserSettings.ini?

## GameUserSettings.ini Resetting on Server Restart&#x20;

GameUserSettings.ini is one of the primary files for making configuration changes to an ARK:Survival Evolved servers. If your GameUserSettings.ini file is resetting on server restart, this usually means there is an error in the file. This is often due to either a syntax error, or required settings missing from the file.

Before making any modifications to this file, please create a backup of it so you can restore it in case the file is reset again.

{% hint style="info" %}
**Note:** The GameUserSettings.ini file should not be used to set your mod as it will be overwritten by your server's ark.properties file.
{% endhint %}


---

# 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.hidencloud.com/ark/gameruser.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.
