> 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/creating-an-account.md).

# Creating an Account

### Overview

Before you can start creating surveys and collecting responses, you need to set up your Indephr account. The registration process is simple and only requires a few basic details.

Once your account is created, you will be able to access the platform and begin using all core features.

***

### Steps to create an account

<figure><img src="/files/2SAdi8VnlnTGwqxEkMRF" alt=""><figcaption></figcaption></figure>

#### How to Create an Account

Follow these steps to create your Indephr account:

1. Navigate to the **Sign Up** page.
2. Fill in all the required fields:
   * **First Name** – Your given name
   * **Last Name** – Your family name
   * **Company Name** – Your organization or business name
   * **Website URL** – Your company website (if applicable)
   * **Email Address** – A valid email you have access to
   * **Password** – Create a secure password
   * **Confirm Password** – Re-enter your password for confirmation
3. Click on the **Get Started** button.

### Important Notes

* All fields are **mandatory** and must be completed.
* Make sure your email address is entered correctly, as it will be used for verification and communication.
* Your password should be strong to ensure account security.

***

### After registration

* A verification email is automatically sent to your registered email address.
* Open your email inbox and locate the verification email.
* Click on the **verification link** provided in the email.
* Once verified, you will see a confirmation message indicating successful verification.
* Click on **Go to Login** to access your account.

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

***

### Why Email Verification is Required

Email verification ensures:

* Your account is **secure and authenticated**
* Only valid users can access the platform
* Important updates and reports can be delivered successfully

***

### Access Restriction (Important)

* You **cannot log in** until your email is verified.
* If you attempt to log in before verification, access will be denied.

### Best practices for account setup

To ensure a smooth experience, consider the following:

* Use a valid and frequently used email address
* Choose a strong and secure password
* Keep your login credentials सुरक्षित (secure) and do not share them

***

### Troubleshooting

**Didn’t receive the verification email?**

* Check your **Spam/Junk folder**
* Ensure you entered the correct email address during sign-up
* Wait a few minutes and try again if needed


---

# 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/creating-an-account.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.
