> For the complete documentation index, see [llms.txt](https://docs.e6data.com/query-engine/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.e6data.com/query-engine/guides/account-and-users/account-and-user-profile.md).

# Account and user profile

View and edit your e6data profile - name, email, user ID, organization, and roles.

Your profile shows your account details and the organizations and roles you hold. Open **Profile** from your account menu (your avatar, top-right).

## What your profile shows

* **Name**, **email**, **user ID**, and when you joined.
* Your **organization** details.
* The **roles** you hold (per organization).

Use **Edit name** to change your display name. If your account doesn't have a name set, e6data prompts you to add one on first sign-in. Your role is set by the admin who invited you (Viewer by default); see [Roles and permissions](/query-engine/guides/security/identity-and-rbac/roles-and-permissions.md) for what each role can do.

## Sign-in

e6data is **passwordless** by default - you sign in with a 6-digit email code or through your organization's SSO, so there's no password to manage.

## Account settings

For the broader account settings, including access tokens for programmatic access, see [Account settings](/query-engine/guides/account-and-users/account-settings.md).

## See also

* [Account settings](/query-engine/guides/account-and-users/account-settings.md)
* [Sign up and login](/query-engine/get-started/identity-access-setup/sign-up-and-login.md)
* [Roles and permissions](/query-engine/guides/security/identity-and-rbac/roles-and-permissions.md)
* [Access tokens](/query-engine/guides/security/access-tokens.md)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.e6data.com/query-engine/guides/account-and-users/account-and-user-profile.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
