> For the complete documentation index, see [llms.txt](https://manual.firstresonance.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.firstresonance.io/adminstration/login-page.md).

# 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/BFnOGUb087eJuPXA2mF2" 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.

<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.

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


---

# 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, and the optional `goal` query parameter:

```
GET https://manual.firstresonance.io/adminstration/login-page.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
