> 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.1-your-account.md).

# Your Account

**Location:** Settings → Your Account

Your account settings control your personal profile information and account details. These settings are personal to you and follow you across all workspaces you're a member of.

#### Profile Information

Update your personal information and account details to control how you appear to other workspace members.

**Profile Picture URL**

Set your profile picture by providing a URL to a publicly accessible image. You can use images from services like Gravatar, LinkedIn, or any public image hosting service.

To add or update your profile picture:

1. Navigate to **Your Account**
2. Enter the full URL to your profile image in the **Profile Picture URL** field
3. Click **Save Changes**

If no profile picture is set, your initials will appear as the default avatar throughout the platform.

**First Name**

Your first name as it appears to other workspace members. This is used in notifications, member lists, and throughout the interface.

**Last Name**

Your last name as it appears to other workspace members.

> **Note:** When workspace authentication is managed by an identity provider (e.g., through SSO), First Name and Last Name may be read-only and managed by the identity provider. If you need to update your name, contact your workspace administrator or update it through your identity provider's settings.

**Email Address**

Your primary email address. This serves as:

* Your login credential for the platform
* The destination for all email notifications
* Your contact information visible to workspace administrators

**To update your profile information:**

1. Navigate to **Your Account**
2. Modify any of the fields (Profile Picture URL, First Name, Last Name, Email Address)
3. Click **Save Changes**

> **Note:** Some fields may be managed by your identity provider and appear as read-only. See the note above regarding SSO-managed names.

Changes take effect immediately across all workspaces you're a member of.

#### Account Details

View your account information and activity history.

**Account Created**\
The date your Alludium account was originally created. This information is read-only.

**Last Updated**\
The date your account information was most recently modified. Updates automatically when you save changes to your profile information.


---

# 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.1-your-account.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.
