> For the complete documentation index, see [llms.txt](https://lrei-tech-docs.gitbook.io/lrei-tech-resources-students/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://lrei-tech-docs.gitbook.io/lrei-tech-resources-students/guides-for-new-users/lrei-connect.md).

# LREI Connect / Blackbaud ID - Login and Password resets

LREI Connect is hosted by Blackbaud. User authentication to LREI Connect is managed by Blackbaud, using their product called Blackbaud ID. This is a bit different than in previous years, in that this method involves logging in with your e-mail rather than a custom username.

\
Log in to LREI Connect ***with the e-mail address associated with your Connect account***. Enter your e-mail in the “Username or Email” field and click on the “Next” button.\
\
\
![](https://lh3.googleusercontent.com/_a82JryEEaTBeGuca3Y9CEFgeW9I0jPb37bHaet6659ny7oZIequp4sQ3S71GtuSFtcfOeFoI90ZB3gyVNy4zKSyeEPzm2jn9eWZdLKq-9TBRB96WFrkV_j_tfk7zZlMT6ywcZf0XmFJ2biWcuo)

\
You should see the following appear.\
\
![](https://lh4.googleusercontent.com/ZNJH_S0OHf8sa4eNf4gPl0Loh7BUhnRmRARPMJ7QHY3TDK2QDNy9ipQAHol27sOROsGy_0wWpLBjZNPskUecWIzQK8CM6-IPym0LJoRmQ31_568hbC5gZwQfWKfXsRp7Wd0LA-LgAY9xYnylVw)\
\
Click on “Sign in with Google.” This should get you into your Connect account and you’ll no longer need a separate Connect password.\
\
If your e-mail is NOT hosted by Google, you will not see the windows above. Instead, you will be prompted to create an account password. <br>

Click on the link on the bottom right “Forgot login or First time logging in” (follow the instructions once you click that link.)

![](https://lh5.googleusercontent.com/9F_YUNsTZvvA2x2LLZ0vHlCXCbKH0X8UJPm9wDX0eSwQMSg3e6hGtVhXsZMW-3o7DOhnQrZZsPNtGYDt_1W301iN65VE63PUUT5zG8Pz56ZMQAIJVEakWuQPht2EbqGqbEXivwWVsSNUXMDJm4E)\
\
If you have any further issues logging in, please e-mail <help@lrei.org>, and we will assist you further.


---

# 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://lrei-tech-docs.gitbook.io/lrei-tech-resources-students/guides-for-new-users/lrei-connect.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.
