# Logging In

Upon navigating to the SanteDB iCDR administration panel for your deployment, the administration portal will challenge you for a login. The components of the login screen are illustrated below.

![](/files/8SHXIFgmWWH6OpHBjmQn)

* **Username Input**: This is a the security name which was created for your user. On a default installation of SanteDB the administrator account is `Administrator`. User names are case-insensitive, meaning `AdMiNiStRaToR` is equivalent to `administrator`.
* **Password Input:** This is the password which was provided to you by your administrator. The default password for a SanteDB installation is `Mohawk123`.
* **Login:** This button submits the authentication credentials you've entered to the identity provider and establishes a session for your account.
* **Forgot Password**: This button initiates a password reset operation.

## Forgot Password

To initiate the password reset workflow, click the `Forgot Password` button, this will open a new dialog which will permit the entry of a username.

![](/files/HHJF6UV3FWbM8jzKe4w9)

Next, enter the answer to the provided security challenge question.

![](/files/iRYT6cnAjFv3QlTa4JNw)

Finally, enter the new password for your user account, the password should adhere to the jurisdictions password complexity and history requirements.

![](/files/iiaVjycqJNRJ5EgDBhdE)

{% hint style="info" %}
Your jurisdiction may have enabled SMS or e-mail password reset mechanisms. If this is the case, you will receive an e-mail link or SMS code with a one time password for password reset.
{% 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://help.santesuite.org/operations/cdr-administration/santedb-administration-panel/logging-in.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.
