# Standard Login

Users can access **Unite EMR** by logging in with their assigned username and password. This is the standard login method for most clinics.

{% hint style="danger" %}
A user can sign-in from only one browser at a time. Signing-in from another device signs out the existing session.
{% endhint %}

{% hint style="warning" %}
After three consecutive failed login attempts, the user account will be blocked for security reasons. Ensure that the correct password is entered during login.

If your account is blocked, contact the administrator. The administrator can reset your password from the **Users** screen. For detailed steps, see the [**Reset Password**](/uniteemr/master-modules/user-setup/users/reset-password.md) section under the [**Users**](/uniteemr/master-modules/user-setup/users.md) screen.
{% endhint %}

***

### Steps to Log In to the Application

* Open the web browser and enter the clinic's URL.
* On the login page, enter your **Username**.
* In the **Password** field, enter your password. Click the eye icon to view the entered characters if needed.
* Click the **LOGIN** button to access the application.

  <figure><img src="/files/AinRGOVJXnIMNXJRSOis" alt="" width="563"><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://unitecare.gitbook.io/uniteemr/getting-started/login/standard-login.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.
