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

# Login & Security

### Reset Your Password

1. Before resetting your password, check if you originally signed in with Google.
   1. Go to the login page and select **“Sign in with Google”** using your email address.
   2. If this works, you’ll be able to access your account without resetting your password.
2. If you don’t use Google sign-in or it doesn’t work:
   1. Go to the login page, enter your email address, and select **“Forgot password?”**
   2. Follow the instructions sent to your inbox to reset your password

***

### Two-Factor Authentication (TFA)

Two-factor authentication (TFA) is required for all Chariot accounts to protect your organization’s data and funds. You can choose one of two methods:

* **Authenticator App (Recommended):** Select “Authenticator App” to scan a QR code using an app like Google Authenticator, Apple Passwords, 1Password, or Authy.
* **Text Message:** Enter your phone number to receive a verification code via text.

If you’re unable to log in due to your authentication method, your TFA **cannot be reset by yourself.**&#x20;

You must reach out directly to your organization’s account **Admin or Owner** with the following instructions:

1. Navigate to Settings → Team
2. Select the team member
3. Choose “Reset TFA”  to send the selected user a reset email

{% hint style="info" %}
For security reasons, TFA resets for Account Owners must be handled by Chariot. Reach out to us at <contact@givechariot.com>, and our support team will assist you directly.
{% 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, and the optional `goal` query parameter:

```
GET https://help.givechariot.com/account-management/login-and-security.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.
