# Introduction

As a SonarQube Server user, you have your own space where you can see information relevant to your account. To open this space:

<figure><img src="/files/kUz5fcsNc9Rk3xswhstT" alt="Accessing your account settings"><figcaption></figcaption></figure>

1. Select your account menu in the top right corner of the SonarQube Server interface.
2. In the menu, select **My Account**. The **Profile** tab opens. It gives you a summary of the user groups you belong to and of the SCM accounts associated with your account (see [Viewing your user profile](/sonarqube-server/2026.2/user-guide/managing-your-account/viewing-user-profile.md)) and it allows you to disable the keyboard shortcuts.
3. Select the **Security** tab to manage authentication tokens or change your password.
4. Select the **Notifications** tab to subscribe to notifications.
5. Select the **Projects** tab to view the list of projects you are administering. You can select a project from here for full access.


---

# 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/introduction.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.
