# Account management

This article covers signing in to LumiDB and managing basic settings. LumiDB supports secure, organization-based login, passwordless email login, and traditional username and password authentication.

{% hint style="info" %}
**Note:** To sign in, you must have an existing account or belong to a LumiDB organization that supports domain-based login. For help, contact <support@lumidb.com>.
{% endhint %}

{% embed url="<https://youtu.be/qDgYrIn4YMM>" %}

### **Sign in**

Go to <https://app.lumidb.com> in your browser.

<div align="left"><figure><img src="/files/9BVcPSHeI0om5s1fjJdy" alt="" width="563"><figcaption></figcaption></figure></div>

### **Choose a login method**

You can sign in using:

* Google credentials
* Microsoft Entra ID via your organization
* Email: enter your address to receive a one-time login link
* Username and password

### **Authenticate securely**

Google or Microsoft sign-in redirects you to your organization’s login page.

For email login, you’ll receive a one-time link—no password required.

{% hint style="info" %}
**Important:** Do not share login links. They are single-use and time-limited.
{% endhint %}

### **Access the interface**

After successful login, you'll be directed to the LumiDB main interface.

### **Update profile settings**

Click your profile icon to view your session, manage organization settings (if you have access), or log out.

<div align="left"><figure><img src="/files/QVbeQZVbFgRhyKC6Ro2Y" alt="" width="563"><figcaption></figcaption></figure></div>

<div align="left"><figure><img src="/files/9lFvh4BYsVU7Dxi1937G" alt="" width="563"><figcaption></figcaption></figure></div>


---

# 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.lumidb.com/basics/account-management.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.
