> For the complete documentation index, see [llms.txt](https://atlas.eyerod.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atlas.eyerod.com/system-access/login-and-access.md).

# Login & Access

## User Access & Portal Entry

The Eyerod platform provides a secure and intuitive entry point for asset managers and engineers. This section guides you through the standard login process, password recovery, and account registration procedures.

### Standard Login

To access the platform, enter your registered Email Address and Password, then click **"Login".**

<div data-with-frame="true"><figure><img src="/files/kDEBuOmkhT6VmUUgY69m" alt=""><figcaption></figcaption></figure></div>

* **Remember Me:** Keeps you logged in for future sessions on this device.
* **Login Button:** Click this to proceed to the main dashboard.

### Password Recovery&#x20;

If you cannot access your account, click the **"Forgot password?"** link on the main screen. Enter your email and click **"Send reset link"** to receive recovery instructions.

<div data-with-frame="true"><figure><img src="/files/JAp0FTmHXs2nvLBhp2Sp" alt=""><figcaption></figcaption></figure></div>

* **Recovery Process:** Enter your email address and click "Send reset link".
* **Action:** An automated email will be sent to you with a secure link to create a new password.
* **Back to Login:** Use the back arrow to return to the main login screen if you remember your password.

### New User Registration&#x20;

New users who do not have an account can initiate the registration process by clicking **"Register".**

<div data-with-frame="true"><figure><img src="/files/Pc3ckKR4BqQGUoXZTqdP" alt=""><figcaption></figcaption></figure></div>

* **Required Information:** You must provide a unique Username, your Full Name, a valid Email, and a secure Password.
* **Confirmation:** After filling in all fields, click "Register" to create your account request.
* **Sign In:** If you already have an account, use the link at the bottom to jump back to the login page.

{% hint style="info" %}
**Security Tip:** For your account's safety, always use a strong password and ensure you log out of the platform when using public devices.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://atlas.eyerod.com/system-access/login-and-access.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.
