# Logging into Loopit

## Steps for First-time Login

Welcome to Loopit! Follow these steps to log in to your account for the first time:

1. **Invite to Workspace via Email**
   1. Check your email inbox for an invitation from Loopit (sent to the email address provided by your administrator). The subject contains "Loopit Invite".
   2. If you don’t see it, please check your spam or junk folder.
2. **Set Up Your Password**
   1. Open the invitation email and click on the link to Join the Workspace.
   2. You will be prompted to set up a secure password for your account via 'Change Your Password'.\
      **Note:** please use a new (unused) password for your Loopit account.
3. **Login to Loopit**
   1. Once you’ve set your password, go to the Loopit login page at <https://dashboard.loopit.co>.
   2. Enter your email address and the password you just set, then click **Continue**.

{% hint style="info" %}
**Note**: You’ll need to complete these steps only once. After your first login, you can log in directly without needing to set up your password again.
{% endhint %}

***

## Repeat log in

### Step 1: Open the Login Page

1. Open your preferred browser (e.g., Chrome, Safari, Firefox).
2. Navigate to the Loopit login page: <https://dashboard.loopit.co/>

### Step 2: Enter Your Credentials

1. In the "Email" field, enter the email address associated with your Loopit account.
2. In the "Password" field, enter your account password.

> **Note**: If you [are logging in for the first time](#first-time-log-in), you should have received a welcome email with a link to set up your password. Be sure to complete that step before attempting to log in.

### Step 3: Click "Login"

Once your credentials are entered, click the **Login** button to access your account.

#### Troubleshooting

* **Forgot Password?**\
  Click the **Forgot Password?** link below the login fields and follow the instructions to reset your password.

If you still encounter issues, contact Loopit Support for assistance.

## Additional Tips

* Ensure that your internet connection is stable.
* If you encounter any issues or have questions, our support team is here to help! Reach out to <support@loopit.co>.

{% hint style="info" %}
Interested how to invite users yourself? Head to [Users Management](/settings/users.md).
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.loopit.co/getting-started/setting-up-loopit/logging-into-loopit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
