> For the complete documentation index, see [llms.txt](https://alludium.gitbook.io/alludium-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alludium.gitbook.io/alludium-docs/13.-account-management/13.3-privacy-and-security.md).

# Privacy and Security

**Location:** Settings → Privacy & security

Manage your account security settings, including password management and email verification.

#### Security

Control your account authentication and verification settings.

**Change Password**

Update your account password to maintain security. Password changes log you out of all active sessions, requiring you to re-authenticate on all devices.

**To change your password:**

1. Navigate to **Privacy & security**
2. Click **Send Reset Email** in the Change Password section
3. Check your email for the password reset link
4. Follow the instructions in the email to set a new password
5. Log back in with your new credentials

**Password requirements:**

* Minimum 12 characters
* Use a strong, unique password not used on other services
* Consider using a password manager to generate and store secure passwords

After changing your password, you'll need to log in again on all devices where you access Alludium.

**Email Verification**

Email verification confirms that you control the email address associated with your account. A verified email is required for:

* Account security and recovery
* Receiving important notifications
* Workspace invitations and communications

**Verification status:**

When your email is verified, you'll see a green checkmark with the message "Your email is verified."

If your email is not verified, you'll see an option to resend the verification email. Check your inbox (and spam folder) for the verification message and click the link to complete verification.

**If you change your email address:** The new email address will require verification. You'll receive a verification email at the new address. Your account remains accessible, but certain features may be limited until verification is complete.

***

#### Security Best Practices

**For account security:**

* Use a strong, unique password (minimum 12 characters)
* Change your password immediately if you suspect unauthorized access
* Keep your email account secure—it's the recovery method for your Alludium account
* Review active sessions regularly in workspace settings
* Report suspected security issues through your designated support channel

**If you suspect unauthorized access:**

1. Change your password immediately using the Send Reset Email option
2. Review your account activity and recent logins
3. Contact <support@alludium.ai> to report the incident
4. Review and revoke any unrecognized active sessions


---

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

```
GET https://alludium.gitbook.io/alludium-docs/13.-account-management/13.3-privacy-and-security.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.
