# Login Page

There are three options on this screen: Login, Sign Up, and Sign Out. Let's go through each of these options.

<figure><img src="/files/2Whfed1RZtcp1rWurrTi" alt=""><figcaption></figcaption></figure>

### Login:

Clicking this button will take you to the next screen, where you will use your username and password to login to ION. It will look something like the below image.

On this screen, if you've already signed up, you will use your company email address and password to login. If your team logs in via Google, use the "login with Google" button.

### Password Reset:

If you've forgotten your password, you can click the "Don't remember your password?" button to request a password reset. Note that we cannot reset Google passwords, or other company passwords, only your ION password.&#x20;

<figure><img src="/files/DidUXddnQ1u575njhKBm" alt=""><figcaption></figcaption></figure>

### Sign Up:

Clicking this button will take you to the next screen, where you will use your username and password to sign up for ION.

### Sign Out:

If you're having trouble logging into ION, use this button, which will clear you out of ION completely on your browser.&#x20;

If you're still having trouble logging in, please contact First Resonance Support.


---

# 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://manual.firstresonance.io/adminstration/login-page.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.
