# Setting Max Login Attempts

In the plugin dashboard, navigate to the **“Settings”** tab. Scroll down to the **“App Settings”**. If you are a free user, you will use the **“Local App”** section. If you are a premium user, you will use the **“Limit Login Attempts Reloaded Cloud App”** section. Look for **“Lockout”** and the field for **“allowed retries”**. This setting will allow you to set how many times an IP address (bot or human) can attempt a login before they get locked out.\
\
By default, the **allowed retries** setting is set to 4. You are free to increase or decrease this. Please be aware that fewer attempts may increase the likelihood of legitimate admins and users to be locked out more frequently. However, if the amount of attempts is set too high, it might increase your brute force activity.

{% hint style="info" %}
We suggest keeping the default setting unless suggested by your web host or a security professional.&#x20;
{% 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.limitloginattempts.com/plugin-settings/general-settings/setting-max-login-attempts.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.
