> For the complete documentation index, see [llms.txt](https://loggix.gitbook.io/indephr-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://loggix.gitbook.io/indephr-docs/getting-started/logging-in.md).

# Logging In

### Overview

Once your account has been successfully created and your email has been verified, you can log in to Indephr to access your dashboard, manage surveys, and view reports.

Indephr provides two convenient login options:

* Login using your **registered email and password**
* Login using your **Google account**

> **Note:** You will only be able to log in if your email has been verified.

***

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

### Login Options

#### 1. Login with Email & Password

Follow these steps to access your account:

1. Go to the **Indephr Login** page
2. Enter your **registered email address**
3. Enter your **password**
4. Click on the **Log In** button
5. After successful authentication, you will be redirected to your dashboard

#### 2. Login with Google

Indephr also allows quick access using your Google account:

1. Click on **Login with Google**
2. Select your Google account
3. Grant required permissions (if prompted)
4. You will be logged in and redirected to your dashboard

> This option eliminates the need to manually enter your credentials.

### Forgot Password

If you are unable to log in due to a forgotten password:

1. Click on **Forgot Password?** on the login page

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

1. Enter your **registered email address**
2. Follow the instructions sent to your email
3. Set a new password
4. Log in using your updated credentials

***

### Important Access Condition

* Users **must verify their email** before logging in using email/password.
* If your email is not verified, login access will be restricted.
* Google login may automatically authenticate if the email is already recognized and verified within the system.

***

### After Logging In

Once you are logged in, you can:

* Create and manage surveys
* Add and edit survey questions
* Send surveys to recipients
* View responses and generated reports
* Access summaries and action points
* Navigate across different sections of the platform

This dashboard acts as your **central workspace** within Indephr.

***

### Common Login Issues

If you are facing issues while logging in, check the following:

* Ensure your **email and password are correct**
* Check for **typing errors** (extra spaces or wrong characters)
* Make sure **Caps Lock is turned off**
* Verify that you are using your **registered email address**
* Ensure your **email has been verified** before attempting to log in

***

### Security Tips

To keep your account secure:

* Never share your login credentials with anyone
* Always log out from shared or public devices
* Use a **strong password** with a mix of characters
* Update your password periodically


---

# 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://loggix.gitbook.io/indephr-docs/getting-started/logging-in.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.
