> ## Documentation Index
> Fetch the complete documentation index at: https://docs.astrobee.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# User Profile

> Manage your personal account settings

The Profile page lets you manage your personal information and account settings.

Access it by clicking **Profile** in the sidebar (below your avatar).

<Frame caption="User profile page">
  <img src="https://mintcdn.com/astrobee-f4b330e6/ppM7q3dJGmeBWRIe/screenshots/13-profile.png?fit=max&auto=format&n=ppM7q3dJGmeBWRIe&q=85&s=e85a1f80f52270d9f6370a439b1b77b6" alt="User profile" width="2850" height="1608" data-path="screenshots/13-profile.png" />
</Frame>

## Personal Details

View and update your profile information:

| Field             | Description                   | Editable          |
| ----------------- | ----------------------------- | ----------------- |
| **Display Name**  | Your name shown in the app    | Yes               |
| **Email Address** | Your sign-in email            | No                |
| **Role**          | Your role in the organization | No (set by Admin) |

### Updating Your Name

1. Edit the **Display Name** field
2. Click **Save Changes**

Your new name appears throughout the app and in team member lists.

## Password Management

AstroBee uses secure passwordless authentication. To change your password:

1. Click **Request password reset →**
2. Check your email for a reset link
3. Follow the link to set a new password

<Note>
  Password reset links expire after 24 hours for security.
</Note>

## Signing Out

To sign out of AstroBee:

1. Click **Logout** in the sidebar (below your profile)

You'll be returned to the sign-in page.

## Account Security

Your account is protected by:

* **Secure authentication** — Passwordless or OAuth sign-in
* **Session management** — Automatic timeout after inactivity
* **Encrypted storage** — All personal data encrypted at rest

For organization-level security settings, contact your Admin.

## Next Steps

<CardGroup cols={2}>
  <Card title="Organization Settings" icon="building" href="/settings/organization">
    Manage team and workspace settings (Admin only)
  </Card>

  <Card title="Security Overview" icon="shield-check" href="/security/overview">
    Learn about AstroBee's security practices
  </Card>
</CardGroup>
