# Viewing your user profile

To view your user profile:

<div align="left"><figure><img src="/files/NzSccLGv2SC8f3SEzYNl" alt="Accessing your SonarQube user profile."><figcaption></figcaption></figure></div>

1. Select the account menu in the top right corner.
2. Select **My Account** from the menu. The **Profile** page opens with the following information:
   * **Login**: Your login name, *admin* by default.
   * **Groups**: The groups your account is assigned to.
   * **SCM Accounts**: SCM accounts are used for automatic issue assignment. Your login and emails are automatically considered SCM accounts.
   * **Preferences**: Additionally preferences like keyboard shortcuts.


---

# 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.sonarsource.com/sonarqube-server/2026.2/user-guide/managing-your-account/viewing-user-profile.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.
