> For the complete documentation index, see [llms.txt](https://docs.helpyousponsor.com/guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helpyousponsor.com/guides/core-features/donor-management/donor-portal-login.md).

# Donor Portal Login

Donor Portal Login gives donors a secure way to open their HelpYouSponsor account, review their sponsorships and giving, update profile details, and manage donor-facing preferences.

Use this guide when you want to give donors the right login link or help them complete sign-in.

### Give donors a login link

When you want donors to manage their own account, share a donor login link instead of sending them an admin login link.

1. Open the program you want to share.
2. Open **"Website & Embed"**.
3. Copy the link you need from **"Login Links"**.

The Login Links section can include:

* **Donor Login**: Use this when the donor should open the general donor portal for your organization.
* **Program Donor Login**: Use this when the donor should enter the portal through a specific program.
* **Recipient Portal Login**: Use this for recipient-facing access when recipient portal is enabled for the program.

For most account-management emails, website buttons, and support replies, use **Donor Login**. Use **Program Donor Login** when your message is about a specific sponsorship program and you want the donor to land in that program context.

### Sign in with email

Email Sign-In is the default donor login method. It lets a donor sign in without remembering a password.

1. Open the donor login link.
2. Keep **"Email Sign-In"** selected.
3. Enter the donor email address.
4. Click **"Send Sign-In Link"**.

HelpYouSponsor sends an email with a secure sign-in link and a 6-character verification code. The link and code expire after 15 minutes.

The confirmation message is the same even when the email address does not match a donor account. If the donor does not receive an email, confirm that the email address is saved on the donor record.

### Use the verification code

If the donor does not want to open the email link, they can use the 6-character code from the same email.

1. Request an email sign-in link.
2. Copy the 6-character code from the email.
3. Enter the code in the verification box on the login page.
4. Click **"Verify Code"**.

If the code is expired or entered incorrectly, ask the donor to request a new sign-in email.

### Sign in with a password

Donors who already have a donor portal password can use the password tab.

1. Open the donor login link.
2. Click **"Use Password"**.
3. Enter the donor username or email address.
4. Enter the donor password.
5. Click **"Sign In"**.

If the password is not accepted, the donor can use Email Sign-In instead. If the donor record has the wrong email address, update the donor record before asking them to try again.

### Choose an organization

A donor may use the same email address or username with more than one organization. After the donor signs in, HelpYouSponsor asks which organization they want to continue with.

1. Review the organization names shown on the page.
2. Choose the organization the donor wants to open.
3. Click **"Continue"**.

The donor can only choose from accounts that matched the verified email sign-in request or the correct password.

### Open the donor portal

After sign-in, the donor opens the donor portal. From there, they can review their sponsorships, giving history, payment details, files, messages, and profile information, depending on the programs and settings available to their account.

If the donor supports more than one program, they may see a program selector or additional program options inside the portal.

### Troubleshooting donor login

**The donor did not receive the sign-in email**

Confirm that the email address is saved on the donor record. Ask the donor to check spam or junk folders, then send a new sign-in email.

**The sign-in link or code expired**

Ask the donor to request a new email sign-in link. Sign-in links and verification codes expire after 15 minutes.

**The donor sees the wrong organization**

Ask the donor to return to the organization chooser and select the correct organization. If the expected organization is missing, confirm that the donor has a donor record with the same email address in that organization.

**The donor used an old or broken login link**

Send the donor a fresh **Donor Login** link from the program's **"Website & Embed"** workspace. If a link was copied with missing or invalid program details, HelpYouSponsor directs the donor to the general donor login page.

**The donor cannot use a password**

Ask the donor to use **"Email Sign-In"**. If they still cannot sign in, confirm the email address on the donor record and update it if needed.

### Related guides

* [Donors Table](/guides/core-features/donor-management/donors-table.md)
* [Donor Profile Page](/guides/core-features/donor-management/donor-profile-page.md)
* [Website Integration](/guides/getting-started/account-setup/website-integration.md)
* [Notification Preferences](/guides/administration/notification-preferences.md)


---

# 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://docs.helpyousponsor.com/guides/core-features/donor-management/donor-portal-login.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.
