# Account Security

The account security let you define security rules to secure your built in ngSurvey user accounts. You can also further secure the accounts using [env](/installation-setup/installation/environment-variable-settings.md)i[ronment variable settings](/installation-setup/installation/environment-variable-settings.md).

## 🔅 Account security properties

* **`Lock account if inactive for`** will lock out the account if its not used during a period of time.
* **`Enable two factor authentication for built-in account`** let you define an email that will be used as two factor authentication. Each user will be required to enter a code to confirm their login. User will be able to remind its device for 7 device once successfully logged in.

{% hint style="info" %}
If you're locked out due to issues with the two factor authentication you can disable it using the NGSurvey:TwoFactorDisabled [environment variable](/installation-setup/installation/environment-variable-settings.md).
{% 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.ngsurvey.com/installation-setup/system-settings/account-security.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.
