# Overview

As a SonarQube user, you have your own space where you can see the things that are relevant to you.

## Profile <a href="#profile" id="profile"></a>

It gives you a summary of your:

* Login
* Groups
* SCM accounts

## Security <a href="#security" id="security"></a>

If your instance is not using a 3rd party authentication mechanism such as LDAP or an OAuth provider (GitHub, Google Account, …), you can change your password from here. Additionally, you can also manage your own authentication tokens.

You can create as many Tokens as you want. Once a Token is created, you can use it to perform analysis on a project where you have [security](https://docs.sonarsource.com/sonarqube-server/10.2/instance-administration/security "mention") permission.

## Notifications <a href="#notifications" id="notifications"></a>

Email notifications are managed here. It is possible to define your **Overall notifications**, settings applied to all projects. By default, email notifications are turned off.

To add **Notifications per project**, select **Add a Project** and **Search a project by name** in the search menu. Two additional notification option types, especially applicable to team projects, are available on the per-project level:

* Issues resolved as false positive or won’t fix
* New issues

## Projects <a href="#projects" id="projects"></a>

See **My Account** > **Projects** for a 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/10.2/user-guide/user-account/overview.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.
